{"info":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","description":"<html><head></head><body><p>The API aims to comply with the JSON:API V1.0 specifications. This means that all requests must accept \"application/vnd.api+json\" and all data must be sent with the content type \"application/vnd.api+json.\"</p>\n<p>Each instance has its own URL.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authentication for requests is done using a Bearer token that has no expiry date. To generate an API key, you must log in as a user to your Packiyo instance, navigate to \"My Profile/Access Tokens,\" and create a new token. It's important to securely store the generated token since it is only visible once.</p>\n<h1 id=\"filtering\">Filtering</h1>\n<p>Resources can be filtered by using <code>filter[filter_name]=value</code> query parameter, for example <code>GET /api/v1/orders?filter[updated_at_min]=2024-03-01T00:00:00</code>.</p>\n<h1 id=\"test-request\">Test request</h1>\n<p>The <code>GET /users/me</code> request serves as a test to confirm the success of the authentication.</p>\n<h1 id=\"contact-and-support\">Contact and support</h1>\n<p>Feel free to contact <a href=\"https://mailto:api@packiyo.com\">api@packiyo.com</a> for any questions you may have.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Filtering","slug":"filtering"},{"content":"Test request","slug":"test-request"},{"content":"Contact and support","slug":"contact-and-support"}],"owner":"33990938","collectionId":"2a0902b0-c312-4750-a4c0-3c00564ace07","publishedId":"2sAY4uE4Zd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-29T16:00:25.000Z"},"item":[{"name":"Users","item":[{"name":"Me","id":"608adc70-5091-400d-9dcf-ec870440c87c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/users/me","urlObject":{"path":["users","me"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b73da9c1-3968-4393-8849-2f14a31cfe7f","name":"Me","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 10:39:39 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"2\",\n        \"attributes\": {\n            \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n            \"updated_at\": \"2024-02-23T20:04:48.000000Z\"\n        }\n    }\n}"}],"_postman_id":"608adc70-5091-400d-9dcf-ec870440c87c"}],"id":"a2ff4b1b-47bc-48a4-8c5c-e31ecd3a6032","_postman_id":"a2ff4b1b-47bc-48a4-8c5c-e31ecd3a6032","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Customers","item":[{"name":"Index","id":"308a56b4-b2c1-426e-8c68-67b7f8224787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/customers","urlObject":{"path":["customers"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a938c70d-9bba-4aa8-8076-2818831fb97c","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:38:29 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 1,\n            \"total\": 1\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/customers?include=contact_information%2Cchildren%2Cchildren.contact_information%2Ccustomer_settings&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/customers?include=contact_information%2Cchildren%2Cchildren.contact_information%2Ccustomer_settings&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:38.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"customer_settings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"1\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"2\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"3\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"6\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"7\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"8\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"9\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"10\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"11\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"12\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"13\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"14\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"15\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"16\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"17\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"18\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"19\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"20\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"21\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"22\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"23\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"24\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"25\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"26\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"27\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"28\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"29\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"30\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"31\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"32\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"33\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"34\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"35\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"36\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"37\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"38\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"39\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"40\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"41\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"42\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"43\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"86\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"88\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"91\"\n                        },\n                        {\n                            \"type\": \"customer-settings\",\n                            \"id\": \"93\"\n                        }\n                    ]\n                },\n                \"children\": {\n                    \"data\": [\n                        {\n                            \"type\": \"customers\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Packiyo\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"key\": \"customer_css\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:46:54.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"key\": \"weight_unit\",\n                \"value\": \"kg\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"key\": \"dimensions_unit\",\n                \"value\": \"cm\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"key\": \"order_slip_heading\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"key\": \"order_slip_text\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"key\": \"order_slip_footer\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"key\": \"order_slip_auto_print\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"key\": \"label_printer_id\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"key\": \"barcode_printer_id\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"key\": \"slip_printer_id\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"key\": \"currency\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"key\": \"use_zpl_labels\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"key\": \"label_size_width\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"key\": \"label_size_height\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"key\": \"document_size_width\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"16\",\n            \"attributes\": {\n                \"key\": \"document_size_height\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"key\": \"barcode_size_width\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"key\": \"barcode_size_height\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"19\",\n            \"attributes\": {\n                \"key\": \"lot_disable_picking_days\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"20\",\n            \"attributes\": {\n                \"key\": \"lot_notification_email\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"21\",\n            \"attributes\": {\n                \"key\": \"max_amount_to_pick\",\n                \"value\": \"100\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T17:22:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"22\",\n            \"attributes\": {\n                \"key\": \"auto_return_label\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"23\",\n            \"attributes\": {\n                \"key\": \"show_prices_on_slips\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"key\": \"picking_route_strategy\",\n                \"value\": \"alphanumerically\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_orders\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"26\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_products\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"27\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_products_order_items\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"28\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_products_orders_shipped\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_products_tote_items\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"30\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_inventory_change_log\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"31\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_shipment_report\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"32\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_picker_report\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"33\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_packer_report\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"34\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_shipped_item_report\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"key\": \"default_return_shipping_method\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"36\",\n            \"attributes\": {\n                \"key\": \"packing_slip_in_bulkshipping\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"37\",\n            \"attributes\": {\n                \"key\": \"contents_type\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"38\",\n            \"attributes\": {\n                \"key\": \"customs_description\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"39\",\n            \"attributes\": {\n                \"key\": \"customs_signer\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"40\",\n            \"attributes\": {\n                \"key\": \"eel_pfc\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T11:47:35.000000Z\",\n                \"updated_at\": \"2024-02-23T11:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"41\",\n            \"attributes\": {\n                \"key\": \"locale\",\n                \"value\": \"en\",\n                \"created_at\": \"2024-02-23T11:48:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"42\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_single_order_packing\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:48:39.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"43\",\n            \"attributes\": {\n                \"key\": \"disable_autoload_allow_load_button\",\n                \"value\": \"0\",\n                \"created_at\": \"2024-02-23T11:48:39.000000Z\",\n                \"updated_at\": \"2024-02-23T11:48:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"86\",\n            \"attributes\": {\n                \"key\": \"shipping_box_id\",\n                \"value\": null,\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\",\n                \"updated_at\": \"2024-02-23T15:02:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"88\",\n            \"attributes\": {\n                \"key\": \"show_skus_on_slips\",\n                \"value\": \"1\",\n                \"created_at\": \"2024-05-08T07:16:41.000000Z\",\n                \"updated_at\": \"2024-05-08T07:16:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"91\",\n            \"attributes\": {\n                \"key\": \"only_use_bulk_ship_pickable_locations\",\n                \"value\": null,\n                \"created_at\": \"2024-07-08T10:45:41.000000Z\",\n                \"updated_at\": \"2024-07-08T10:45:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customer-settings\",\n            \"id\": \"93\",\n            \"attributes\": {\n                \"key\": \"document_footer_height\",\n                \"value\": null,\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"308a56b4-b2c1-426e-8c68-67b7f8224787"}],"id":"52326967-1660-4e3d-87a0-8c62e3534b83","_postman_id":"52326967-1660-4e3d-87a0-8c62e3534b83","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Products","item":[{"name":"Index","id":"edff3c15-5e56-4261-860b-fec20eca24e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["products"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"2f8c6835-3f22-42f4-9500-41cbe7e7980d","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 10:43:12 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 6,\n            \"total\": 6\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/products?include=customer%2Ccustomer.contact_information%2Cproduct_images%2Cbarcodes&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/products?include=customer%2Ccustomer.contact_information%2Cproduct_images%2Cbarcodes&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"regular\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 480,\n                \"quantity_allocated\": 63,\n                \"quantity_available\": 417,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    },\n                    \"data\": []\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"table-2\",\n                \"name\": \"Table\",\n                \"type\": \"regular\",\n                \"price\": \"199.99\",\n                \"value\": \"120.00\",\n                \"customs_price\": \"199.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"has 4 legs\",\n                \"width\": 72,\n                \"height\": 30,\n                \"length\": 38,\n                \"weight\": 40,\n                \"barcode\": \"93299919766\",\n                \"customs_description\": \"a table\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-26T10:59:28.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/barcodes\"\n                    },\n                    \"data\": []\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/5\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"sku\": \"table-3\",\n                \"name\": \"Table\",\n                \"type\": \"regular\",\n                \"price\": \"199.99\",\n                \"value\": \"120.00\",\n                \"customs_price\": \"199.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"has 4 legs\",\n                \"width\": 72,\n                \"height\": 30,\n                \"length\": 38,\n                \"weight\": 40,\n                \"barcode\": \"93299919766\",\n                \"customs_description\": \"a table\",\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-26T11:00:05.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/barcodes\"\n                    },\n                    \"data\": []\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/6\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"sku\": \"table-4\",\n                \"name\": \"Table\",\n                \"type\": \"regular\",\n                \"price\": \"199.99\",\n                \"value\": \"120.00\",\n                \"customs_price\": \"199.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"has 4 legs\",\n                \"width\": 72,\n                \"height\": 30,\n                \"length\": 38,\n                \"weight\": 40,\n                \"barcode\": \"93299919766\",\n                \"customs_description\": \"a table\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-26T11:00:29.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/barcodes\"\n                    },\n                    \"data\": []\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/7\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"sku\": \"table-1-chair-4\",\n                \"name\": \"Table + 4 Chairs\",\n                \"type\": \"kit\",\n                \"price\": \"0.00\",\n                \"value\": null,\n                \"customs_price\": null,\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"000038561380\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-03-27T09:28:28.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/barcodes\"\n                    },\n                    \"data\": []\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/8\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"sku\": \"table-10\",\n                \"name\": \"Table\",\n                \"type\": \"regular\",\n                \"price\": \"199.99\",\n                \"value\": \"120.00\",\n                \"customs_price\": \"199.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"has 4 legs\",\n                \"width\": 72,\n                \"height\": 30,\n                \"length\": 38,\n                \"weight\": 40,\n                \"barcode\": \"93299919766\",\n                \"customs_description\": \"a table\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-04-18T12:08:15.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/barcodes\"\n                    },\n                    \"data\": []\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/9\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        }\n    ]\n}"},{"id":"068af923-1971-4492-84cc-53ead2d40219","name":"Index with stock levels on locations","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://generic.packiyo.com/api/v1/products?include=location_products.location","host":["https://generic.packiyo.com/api/v1"],"path":["products"],"query":[{"key":"include","value":"location_products.location"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 10:47:35 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 6,\n            \"total\": 6\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/products?include=location_products.location&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/products?include=location_products.location&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"regular\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 480,\n                \"quantity_allocated\": 63,\n                \"quantity_available\": 417,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"location-products\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"table-2\",\n                \"name\": \"Table\",\n                \"type\": \"regular\",\n                \"price\": \"199.99\",\n                \"value\": \"120.00\",\n                \"customs_price\": \"199.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"has 4 legs\",\n                \"width\": 72,\n                \"height\": 30,\n                \"length\": 38,\n                \"weight\": 40,\n                \"barcode\": \"93299919766\",\n                \"customs_description\": \"a table\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-26T10:59:28.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/location-products\"\n                    },\n                    \"data\": []\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/5\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"sku\": \"table-3\",\n                \"name\": \"Table\",\n                \"type\": \"regular\",\n                \"price\": \"199.99\",\n                \"value\": \"120.00\",\n                \"customs_price\": \"199.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"has 4 legs\",\n                \"width\": 72,\n                \"height\": 30,\n                \"length\": 38,\n                \"weight\": 40,\n                \"barcode\": \"93299919766\",\n                \"customs_description\": \"a table\",\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-26T11:00:05.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/location-products\"\n                    },\n                    \"data\": []\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/6/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/6/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/6\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"sku\": \"table-4\",\n                \"name\": \"Table\",\n                \"type\": \"regular\",\n                \"price\": \"199.99\",\n                \"value\": \"120.00\",\n                \"customs_price\": \"199.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"has 4 legs\",\n                \"width\": 72,\n                \"height\": 30,\n                \"length\": 38,\n                \"weight\": 40,\n                \"barcode\": \"93299919766\",\n                \"customs_description\": \"a table\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-26T11:00:29.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/location-products\"\n                    },\n                    \"data\": []\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/7/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/7/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/7\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"sku\": \"table-1-chair-4\",\n                \"name\": \"Table + 4 Chairs\",\n                \"type\": \"kit\",\n                \"price\": \"0.00\",\n                \"value\": null,\n                \"customs_price\": null,\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"000038561380\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-03-27T09:28:28.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/location-products\"\n                    },\n                    \"data\": []\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/8/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/8/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/8\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"sku\": \"table-10\",\n                \"name\": \"Table\",\n                \"type\": \"regular\",\n                \"price\": \"199.99\",\n                \"value\": \"120.00\",\n                \"customs_price\": \"199.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"has 4 legs\",\n                \"width\": 72,\n                \"height\": 30,\n                \"length\": 38,\n                \"weight\": 40,\n                \"barcode\": \"93299919766\",\n                \"customs_description\": \"a table\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-04-18T12:08:15.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/location-products\"\n                    },\n                    \"data\": []\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/9/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/9/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/9\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"location-products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity_on_hand\": 480,\n                \"quantity_reserved_for_picking\": 23,\n                \"created_at\": \"2024-02-23T17:21:21.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            },\n            \"relationships\": {\n                \"location\": {\n                    \"data\": {\n                        \"type\": \"locations\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"A-1\",\n                \"barcode\": \"000035576367\",\n                \"created_at\": \"2024-02-23T17:21:03.000000Z\",\n                \"updated_at\": \"2024-02-23T17:21:08.000000Z\"\n            },\n            \"relationships\": {\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/location-products\"\n                    }\n                },\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/1/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/warehouse\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/locations/1\"\n            }\n        }\n    ]\n}"},{"id":"93636bb5-4aec-4a6f-8efa-6ad5121e880c","name":"Filter by SKU","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://generic.packiyo.com/api/v1/products?filter[sku]=table-2","host":["https://generic.packiyo.com/api/v1"],"path":["products"],"query":[{"key":"filter[sku]","value":"table-2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 10:48:27 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 1,\n            \"total\": 1\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/products?filter%5Bsku%5D=table-2&include=customer%2Ccustomer.contact_information%2Cproduct_images%2Cbarcodes&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/products?filter%5Bsku%5D=table-2&include=customer%2Ccustomer.contact_information%2Cproduct_images%2Cbarcodes&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"products\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"table-2\",\n                \"name\": \"Table\",\n                \"type\": \"regular\",\n                \"price\": \"199.99\",\n                \"value\": \"120.00\",\n                \"customs_price\": \"199.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"has 4 legs\",\n                \"width\": 72,\n                \"height\": 30,\n                \"length\": 38,\n                \"weight\": 40,\n                \"barcode\": \"93299919766\",\n                \"customs_description\": \"a table\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-26T10:59:28.000000Z\",\n                \"updated_at\": \"2024-05-31T10:43:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/barcodes\"\n                    },\n                    \"data\": []\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/5/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/5/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/5\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"edff3c15-5e56-4261-860b-fec20eca24e1"},{"name":"Show","id":"013af690-c0cf-4fcf-bf49-84e3cd225d4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/products/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["products","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"013af690-c0cf-4fcf-bf49-84e3cd225d4d"},{"name":"Store","id":"44aff0bc-bd14-4bae-9b8f-a3f211870dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"products\",\n        \"attributes\": {\n            \"sku\": \"packiyo-test-01\",\n            \"name\": \"Packiyo Test 1\",\n            \"barcode\": \"packiyo-test-01\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"14\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["products"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"145d5447-e83d-4650-a3d5-c59289d7da0b","name":"Store","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"products\",\n        \"attributes\": {\n            \"sku\": \"table-5\",\n            \"name\": \"Table\",\n            \"price\": 199.99,\n            \"notes\": \"has 4 legs\",\n            \"width\": 72,\n            \"height\": 30,\n            \"length\": 38,\n            \"weight\": 40,\n            \"barcode\": \"93299919767\",\n            \"value\": 120,\n            \"customs_price\": 199.99,\n            \"customs_description\": \"a table\",\n            \"hs_code\": \"94036010\",\n            \"country_of_origin\": \"US\",\n            \"tags\": \"wooden, furniture\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 10:50:44 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35996"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Location","value":"http://generic.packiyo.com/api/v1/products/10"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/products/10\"\n    },\n    \"data\": {\n        \"type\": \"products\",\n        \"id\": \"10\",\n        \"attributes\": {\n            \"sku\": \"table-5\",\n            \"name\": \"Table\",\n            \"type\": \"regular\",\n            \"price\": \"199.99\",\n            \"value\": \"120.00\",\n            \"customs_price\": \"199.99\",\n            \"hs_code\": \"94036010\",\n            \"country_of_origin\": \"US\",\n            \"notes\": \"has 4 legs\",\n            \"width\": 72,\n            \"height\": 30,\n            \"length\": 38,\n            \"weight\": 40,\n            \"barcode\": \"93299919767\",\n            \"customs_description\": \"a table\",\n            \"tags\": \"wooden, furniture\",\n            \"inventory_sync\": 1,\n            \"quantity_on_hand\": 0,\n            \"quantity_allocated\": 0,\n            \"quantity_available\": 0,\n            \"quantity_backordered\": 0,\n            \"created_at\": \"2024-05-31T10:50:43.000000Z\",\n            \"updated_at\": \"2024-05-31T10:50:43.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/10/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/10/relationships/customer\"\n                },\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            },\n            \"barcodes\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/10/barcodes\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/10/relationships/barcodes\"\n                },\n                \"data\": []\n            },\n            \"product_images\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/10/product-images\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/10/relationships/product-images\"\n                },\n                \"data\": []\n            },\n            \"location_products\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/10/location-products\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/10/relationships/location-products\"\n                }\n            },\n            \"kits\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/10/kits\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/10/relationships/kits\"\n                }\n            },\n            \"components\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/10/components\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/10/relationships/components\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/products/10\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"44aff0bc-bd14-4bae-9b8f-a3f211870dd2"},{"name":"Update","id":"f32284c7-fd82-4a87-aa12-c6200fb331f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"products\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"price\": 200\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/products/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["products","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"81a0ccdc-2e3c-41e3-a9d6-bad1d5ce7110","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"products\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"price\": 200\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 10:51:02 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n    },\n    \"data\": {\n        \"type\": \"products\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"sku\": \"chair\",\n            \"name\": \"Chair\",\n            \"type\": \"products\",\n            \"price\": \"200.00\",\n            \"value\": \"80.00\",\n            \"customs_price\": \"99.99\",\n            \"hs_code\": \"94036010\",\n            \"country_of_origin\": \"US\",\n            \"notes\": \"not so comfortable\",\n            \"width\": 18,\n            \"height\": 40,\n            \"length\": 18,\n            \"weight\": 12,\n            \"barcode\": \"93299919765\",\n            \"customs_description\": \"a chair\",\n            \"tags\": \"wooden, furniture\",\n            \"inventory_sync\": 1,\n            \"quantity_on_hand\": 480,\n            \"quantity_allocated\": 96,\n            \"quantity_available\": 384,\n            \"quantity_backordered\": 0,\n            \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n            \"updated_at\": \"2024-05-31T10:51:02.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                },\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            },\n            \"barcodes\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                },\n                \"data\": []\n            },\n            \"product_images\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                },\n                \"data\": []\n            },\n            \"location_products\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                }\n            },\n            \"kits\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                }\n            },\n            \"components\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"f32284c7-fd82-4a87-aa12-c6200fb331f5"},{"name":"Destroy","id":"937b7271-8a4e-4095-ba8c-292d397836d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/products/9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["products","9"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d6790115-3c32-4e47-b253-9ffe69206fb2","name":"Destroy","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/products/9"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 31 May 2024 10:51:25 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"937b7271-8a4e-4095-ba8c-292d397836d4"},{"name":"Inventory","id":"7d473c70-0e62-41b6-9812-beb8358e20f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"location_id\": 462,\n    \"quantity\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/products/1421/inventory","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["products","1421","inventory"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"dd6d0eae-f81d-4992-b005-958ce1ac8aae","name":"Inventory","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"location_id\": 1,\n    \"quantity\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/products/1/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2025 11:03:15 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": {\n        \"type\": \"products\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"sku\": \"chair\",\n            \"name\": \"Chair\",\n            \"type\": \"products\",\n            \"price\": \"200.00\",\n            \"value\": \"80.00\",\n            \"customs_price\": \"99.99\",\n            \"hs_code\": \"94036010\",\n            \"country_of_origin\": \"US\",\n            \"notes\": \"not so comfortable\",\n            \"width\": 18,\n            \"height\": 40,\n            \"length\": 18,\n            \"weight\": 12,\n            \"barcode\": \"93299919765\",\n            \"customs_description\": \"a chair\",\n            \"tags\": \"wooden, furniture\",\n            \"inventory_sync\": 1,\n            \"quantity_on_hand\": 490,\n            \"quantity_allocated\": 86,\n            \"quantity_available\": 404,\n            \"quantity_backordered\": 0,\n            \"reorder_threshold\": 0,\n            \"quantity_reorder\": 0,\n            \"quantity_reserved\": 0,\n            \"quantity_inbound\": 45,\n            \"quantity_sell_ahead\": 0,\n            \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n            \"updated_at\": \"2024-09-02T09:52:02.000000Z\"\n        }\n    }\n}"}],"_postman_id":"7d473c70-0e62-41b6-9812-beb8358e20f7"}],"id":"4601d60d-260f-43d9-bfec-33daad92b644","description":"<p>Only the \"sku\" and \"name\" fields are mandatory.<br />A product must be associated with a customer, therefore, when creating a new product, it is required to establish the customer relationship.</p>\n<p>To get stock information on the locations the \"location_products.location\" relatioship has to be loaded.</p>\n<h2 id=\"available-filters\">Available filters:</h2>\n<ul>\n<li><p>sku</p>\n</li>\n<li><p>name</p>\n</li>\n</ul>\n","_postman_id":"4601d60d-260f-43d9-bfec-33daad92b644","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Orders","item":[{"name":"Index","id":"6c9ea715-8707-4d4d-9839-ae86b1d96f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["orders"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"67143495-33be-4006-9820-24bd4c68bb96","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"http://generic.packiyo.com/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:31:04 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 14,\n            \"total\": 14\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/orders?include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/orders?include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"orders\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"number\": \"#ORD00001\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 3115.88,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": \"2024-04-01T00:00:00.000000Z\",\n                \"ship_before\": \"2024-04-15T00:00:00.000000Z\",\n                \"scheduled_delivery\": null,\n                \"external_id\": \"1\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Free Shipping\",\n                \"shipping_method_code\": null,\n                \"tote\": \"TOT-1\",\n                \"tags\": \"\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"1\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"5\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/5\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"number\": \"#ORD00002\",\n                \"status_text\": \"Cancelled\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-02-23T17:15:57.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": \"2024-02-23T17:15:57.000000Z\",\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"2\",\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"created_at\": \"2024-02-23T15:03:33.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/6/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/6/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/6/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/6/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/6/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/6/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/6/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/6/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/6/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/6/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/6/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/6/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/6/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/6/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/6/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/6/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/6/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/6/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/6\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"number\": \"#ORD00003\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-03-13T09:51:06.000000Z\",\n                \"fulfilled_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"3\",\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"created_at\": \"2024-02-23T15:03:46.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"10\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/shipping-box\"\n                    },\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/shipments\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"1\"\n                        },\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/7\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"number\": \"#ORD00004\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"4\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"cheapest\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-02-23T15:08:24.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/8/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/8/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/8/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/8/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/8/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/8/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/8/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/8/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/8/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/8\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"number\": \"#ORD00005\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"5\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"cheapest\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-02-26T11:12:48.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/9/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/9/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/9/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/9/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/9/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/9/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/9/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/9/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/9/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/9/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/9/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/9/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/9/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/9/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/9/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/9/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/9/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/9/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/9\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"number\": \"#ORD00006\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"6\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"cheapest\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-02-26T11:13:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/10/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/10/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/10/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/10/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/10/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/10/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"16\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/10/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/10/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/10/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/10/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/10/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/10/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/10/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/10/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/10/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/10/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/10/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/10/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/10\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"number\": \"#ORD00007\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-03-20T00:00:00.000000Z\",\n                \"scheduled_delivery\": null,\n                \"external_id\": \"7\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"cheapest\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-03-07T09:54:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/11/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/11/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/11/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/11/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/11/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/11/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"20\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/11/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/11/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"21\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/11/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/11/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/11/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/11/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/11/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/11/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/11/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/11/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/11/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/11/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/11\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"number\": \"#ORD00008\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\",\n                \"fulfilled_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"8\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"cheapest\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-03-13T14:17:46.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"22\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"23\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/shipping-box\"\n                    },\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/shipments\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/returns\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"returns\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/12\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"number\": \"#ORD00009\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 3115.88,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T11:26:34.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": \"2024-07-07T00:00:00.000000Z\",\n                \"ship_before\": \"2024-07-07T00:00:00.000000Z\",\n                \"scheduled_delivery\": \"2024-07-07T00:00:00.000000Z\",\n                \"external_id\": \"9\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"Free Shipping\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-05-08T07:16:44.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/13/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/13/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/13/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"24\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/13/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"25\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/13/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/13/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/13/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/13/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/13/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/13\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"number\": \"#ORD00010\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-15T12:00:00.000000Z\",\n                \"updated_at\": \"2024-05-31T11:00:02.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"10\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"SecondDay\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-05-31T11:00:02.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/14/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/14/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/14/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"26\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/14/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"27\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/14/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/14/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/14/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"12\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/14/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/14/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/14\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"number\": \"#ORD00011\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-15T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:53:41.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"11\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"SecondDay\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-07-08T10:53:41.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/15/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/15/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/15/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/15/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/15/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/15/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"29\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/15/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/15/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"30\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/15/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/15/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/15/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/15/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/15/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/15/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"13\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/15/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/15/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/15/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/15/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/15\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"16\",\n            \"attributes\": {\n                \"number\": \"#ORD00012\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 355.94,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-15T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:28.000000Z\",\n                \"fulfilled_at\": \"2024-07-08T11:04:27.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"12\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"SecondDay\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-07-08T11:02:33.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"32\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"33\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/shipping-box\"\n                    },\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/shipments\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/16\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"number\": \"#ORD00013\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-15T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T11:24:18.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"13\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"SecondDay\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-07-08T11:24:17.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/17/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/17/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/17/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/17/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/17/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/17/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"35\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/17/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/17/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"36\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/17/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/17/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/17/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/17/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/17/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/17/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"15\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/17/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/17/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/17/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/17/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/17\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"number\": \"#ORD00014\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-15T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T11:26:20.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"14\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"SecondDay\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-07-08T11:26:19.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/18/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/18/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/18/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/18/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/18/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/18/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"37\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/18/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/18/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"38\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/18/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/18/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/18/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/18/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/18/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/18/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"16\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/18/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/18/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/18/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/18/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/18\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\",\n                \"updated_at\": \"2024-02-23T15:02:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\",\n                \"updated_at\": \"2024-02-23T15:02:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Manual Order\",\n                \"created_at\": \"2024-02-23T14:57:39.000000Z\",\n                \"updated_at\": \"2024-02-23T14:57:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"updated chair\",\n                \"price\": 59.99,\n                \"quantity\": 11,\n                \"quantity_pending\": 11,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 11,\n                \"quantity_allocated_pickable\": 11,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\",\n                \"updated_at\": \"2024-03-06T18:54:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"regular\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 490,\n                \"quantity_allocated\": 86,\n                \"quantity_available\": 404,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 200,\n                \"quantity\": 12,\n                \"quantity_pending\": 12,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 12,\n                \"quantity_allocated_pickable\": 12,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id-2\",\n                \"created_at\": \"2024-02-23T17:15:46.000000Z\",\n                \"updated_at\": \"2024-02-23T17:23:02.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:03:33.000000Z\",\n                \"updated_at\": \"2024-02-23T15:03:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:03:33.000000Z\",\n                \"updated_at\": \"2024-02-23T15:03:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-23T15:03:33.000000Z\",\n                \"updated_at\": \"2024-02-23T17:15:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:03:46.000000Z\",\n                \"updated_at\": \"2024-02-23T15:03:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:03:46.000000Z\",\n                \"updated_at\": \"2024-02-23T15:03:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Standard\",\n                \"barcode\": \"000037187983\",\n                \"height\": \"10.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"weight\": \"0.0000\",\n                \"created_at\": \"2024-02-28T09:44:50.000000Z\",\n                \"updated_at\": \"2024-02-28T09:44:50.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/shipping-boxes/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/shipping-boxes/1/relationships/customer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/shipping-boxes/1\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 20,\n                \"quantity_reshipped\": 10,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-23T15:03:46.000000Z\",\n                \"updated_at\": \"2024-03-13T09:51:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-02-28T09:45:26.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:26.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": []\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-28T09:45:26.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"created_at\": \"2024-02-28T09:45:26.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"weight\": \"120.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"height\": \"10.0000\",\n                \"created_at\": \"2024-02-28T09:45:27.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:27.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 10,\n                \"created_at\": \"2024-02-28T09:45:27.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:27.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://generic.packiyo.com/shipment/1/label/1\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-02-28T09:45:27.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:27.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"19\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": []\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"19\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"weight\": \"120.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"height\": \"10.0000\",\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 10,\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://generic.packiyo.com/shipment/2/label/2\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-03-07T08:22:50.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:08:24.000000Z\",\n                \"updated_at\": \"2024-02-23T15:08:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:08:24.000000Z\",\n                \"updated_at\": \"2024-02-23T15:08:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 10,\n                \"quantity_allocated_pickable\": 10,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-23T15:08:24.000000Z\",\n                \"updated_at\": \"2024-02-23T17:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-26T11:12:49.000000Z\",\n                \"updated_at\": \"2024-02-26T11:12:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-26T11:12:49.000000Z\",\n                \"updated_at\": \"2024-02-26T11:12:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 10,\n                \"quantity_allocated_pickable\": 10,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-26T11:12:49.000000Z\",\n                \"updated_at\": \"2024-02-28T09:40:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"16\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-26T11:13:05.000000Z\",\n                \"updated_at\": \"2024-02-26T11:13:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-26T11:13:05.000000Z\",\n                \"updated_at\": \"2024-02-26T11:13:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"MO\",\n                \"created_at\": \"2024-02-26T11:13:00.000000Z\",\n                \"updated_at\": \"2024-02-26T11:13:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 10,\n                \"quantity_allocated_pickable\": 10,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-26T11:13:06.000000Z\",\n                \"updated_at\": \"2024-02-28T09:40:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"20\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-03-07T09:54:12.000000Z\",\n                \"updated_at\": \"2024-03-07T09:54:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"21\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-03-07T09:54:12.000000Z\",\n                \"updated_at\": \"2024-03-07T09:54:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 10,\n                \"quantity_allocated_pickable\": 10,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-03-07T09:54:12.000000Z\",\n                \"updated_at\": \"2024-03-13T09:51:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"22\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-03-13T14:17:46.000000Z\",\n                \"updated_at\": \"2024-03-13T14:17:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"23\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-03-13T14:17:46.000000Z\",\n                \"updated_at\": \"2024-03-13T14:17:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 10,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 10,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-03-13T14:17:46.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"28\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"28\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"tracking_number\": \"ORD00008\",\n                \"tracking_url\": null,\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"weight\": \"120.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"height\": \"10.0000\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 10,\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://generic.packiyo.com/shipment/3/label/3\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"returns\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"status_text\": \"Pending\",\n                \"number\": \"RET-1\",\n                \"approved\": 0,\n                \"reason\": null,\n                \"notes\": null,\n                \"weight\": null,\n                \"height\": null,\n                \"length\": null,\n                \"width\": null,\n                \"requested_at\": null,\n                \"expected_at\": null,\n                \"received_at\": null,\n                \"created_at\": \"2024-07-08T10:49:22.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:22.000000Z\"\n            },\n            \"relationships\": {\n                \"return_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"return-items\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"return-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"quantity_received\": 0,\n                \"created_at\": \"2024-07-08T10:49:22.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:22.000000Z\"\n            },\n            \"relationships\": {\n                \"order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-05-08T07:16:45.000000Z\",\n                \"updated_at\": \"2024-05-08T07:16:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-05-08T07:16:45.000000Z\",\n                \"updated_at\": \"2024-05-08T07:16:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 11,\n                \"quantity_pending\": 11,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 11,\n                \"quantity_allocated_pickable\": 11,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-05-08T07:16:45.000000Z\",\n                \"updated_at\": \"2024-05-31T10:51:02.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 200,\n                \"quantity\": 12,\n                \"quantity_pending\": 12,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 12,\n                \"quantity_allocated_pickable\": 12,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id-2\",\n                \"created_at\": \"2024-05-08T07:18:56.000000Z\",\n                \"updated_at\": \"2024-05-31T10:51:02.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"26\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-05-31T11:00:02.000000Z\",\n                \"updated_at\": \"2024-05-31T11:00:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"27\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-05-31T11:00:02.000000Z\",\n                \"updated_at\": \"2024-05-31T11:00:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"sku\": \"40224908181550\",\n                \"name\": \"\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-05-31T11:00:02.000000Z\",\n                \"updated_at\": \"2024-05-31T11:00:02.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T10:53:41.000000Z\",\n                \"updated_at\": \"2024-07-08T10:53:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"30\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T10:53:41.000000Z\",\n                \"updated_at\": \"2024-07-08T10:53:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"sku\": \"40224908181550\",\n                \"name\": \"\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-07-08T10:53:41.000000Z\",\n                \"updated_at\": \"2024-07-08T10:53:41.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"32\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:02:33.000000Z\",\n                \"updated_at\": \"2024-07-08T11:02:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"33\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:02:33.000000Z\",\n                \"updated_at\": \"2024-07-08T11:02:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"sku\": \"juice\",\n                \"name\": \"Juice\",\n                \"price\": 59.99,\n                \"quantity\": 5,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 5,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-07-08T11:02:33.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"juice\",\n                \"name\": \"Juice\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"000038561381\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 45,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 45,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-07-08T11:00:07.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:28.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/11\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"34\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"34\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"quantity\": 5,\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"tracking_number\": \"ORD00012\",\n                \"tracking_url\": null,\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"weight\": \"0.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"height\": \"10.0000\",\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 5,\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": {\n                        \"type\": \"lots\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"lots\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"0001\",\n                \"item_price\": \"0.00\",\n                \"expiration_date\": \"2025-06-01T00:00:00.000000Z\",\n                \"created_at\": \"2024-07-08T11:00:55.000000Z\",\n                \"updated_at\": \"2024-07-08T11:00:55.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/lots/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/lots/1/relationships/customer\"\n                    }\n                },\n                \"product\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/lots/1/product\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/lots/1/relationships/product\"\n                    }\n                },\n                \"location\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/lots/1/location\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/lots/1/relationships/location\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/lots/1\"\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://generic.packiyo.com/shipment/4/label/4\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-07-08T11:04:27.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:27.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:24:17.000000Z\",\n                \"updated_at\": \"2024-07-08T11:24:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"36\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:24:17.000000Z\",\n                \"updated_at\": \"2024-07-08T11:24:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"sku\": \"40224908181550\",\n                \"name\": \"\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-07-08T11:24:18.000000Z\",\n                \"updated_at\": \"2024-07-08T11:24:18.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"37\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:26:19.000000Z\",\n                \"updated_at\": \"2024-07-08T11:26:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"38\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:26:19.000000Z\",\n                \"updated_at\": \"2024-07-08T11:26:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"16\",\n            \"attributes\": {\n                \"sku\": \"40224908181550\",\n                \"name\": \"\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-07-08T11:26:20.000000Z\",\n                \"updated_at\": \"2024-07-08T11:26:20.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}"},{"id":"505d74f6-e0db-449c-b50d-30914cf5ff2d","name":"Filter by tote","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://generic.packiyo.com/api/v1/orders?filter[tote]=TOT-1","host":["https://generic.packiyo.com/api/v1"],"path":["orders"],"query":[{"key":"filter[tote]","value":"TOT-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:31:14 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35997"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 1,\n            \"total\": 1\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/orders?filter%5Btote%5D=TOT-1&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/orders?filter%5Btote%5D=TOT-1&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"orders\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"number\": \"#ORD00001\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 3115.88,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": \"2024-04-01T00:00:00.000000Z\",\n                \"ship_before\": \"2024-04-15T00:00:00.000000Z\",\n                \"scheduled_delivery\": null,\n                \"external_id\": \"1\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Free Shipping\",\n                \"shipping_method_code\": null,\n                \"tote\": \"TOT-1\",\n                \"tags\": \"\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-box\"\n                    },\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"1\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"5\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipments\"\n                    },\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/5\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\",\n                \"updated_at\": \"2024-02-23T15:02:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\",\n                \"updated_at\": \"2024-02-23T15:02:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Manual Order\",\n                \"created_at\": \"2024-02-23T14:57:39.000000Z\",\n                \"updated_at\": \"2024-02-23T14:57:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"updated chair\",\n                \"price\": 59.99,\n                \"quantity\": 11,\n                \"quantity_pending\": 11,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 11,\n                \"quantity_allocated_pickable\": 11,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\",\n                \"updated_at\": \"2024-03-06T18:54:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"regular\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 490,\n                \"quantity_allocated\": 86,\n                \"quantity_available\": 404,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 200,\n                \"quantity\": 12,\n                \"quantity_pending\": 12,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 12,\n                \"quantity_allocated_pickable\": 12,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id-2\",\n                \"created_at\": \"2024-02-23T17:15:46.000000Z\",\n                \"updated_at\": \"2024-02-23T17:23:02.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"bc598c3b-2dc7-47ef-9334-a4f0828dce21","name":"Filter by fulfilled status","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://generic.packiyo.com/api/v1/orders?filter[fulfilled]=true","host":["https://generic.packiyo.com/api/v1"],"path":["orders"],"query":[{"key":"filter[fulfilled]","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:31:22 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35996"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 3,\n            \"total\": 3\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/orders?filter%5Bfulfilled%5D=true&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/orders?filter%5Bfulfilled%5D=true&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"orders\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"number\": \"#ORD00003\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-03-13T09:51:06.000000Z\",\n                \"fulfilled_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"3\",\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"created_at\": \"2024-02-23T15:03:46.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"10\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/shipping-box\"\n                    },\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/shipments\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"1\"\n                        },\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/7/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/7/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/7\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"number\": \"#ORD00008\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 655.89,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\",\n                \"fulfilled_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"8\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"cheapest\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-03-13T14:17:46.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"22\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"23\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/shipping-box\"\n                    },\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/shipments\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/12/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/12/relationships/returns\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"returns\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/12\"\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"16\",\n            \"attributes\": {\n                \"number\": \"#ORD00012\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"total\": 355.94,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-15T12:00:00.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:28.000000Z\",\n                \"fulfilled_at\": \"2024-07-08T11:04:27.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"external_id\": \"12\",\n                \"packing_note\": \"Smile while packing!\",\n                \"shipping_method_name\": \"SecondDay\",\n                \"shipping_method_code\": \"0006\",\n                \"tote\": \"\",\n                \"tags\": \"wooden, priority\",\n                \"created_at\": \"2024-07-08T11:02:33.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/shipping-method\"\n                    },\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/shipping-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"32\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/billing-contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"33\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/order-channel\"\n                    },\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/shipping-box\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/shipping-box\"\n                    },\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/shipments\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/16/returns\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/16/relationships/returns\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/16\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:03:46.000000Z\",\n                \"updated_at\": \"2024-02-23T15:03:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:03:46.000000Z\",\n                \"updated_at\": \"2024-02-23T15:03:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Manual Order\",\n                \"created_at\": \"2024-02-23T14:57:39.000000Z\",\n                \"updated_at\": \"2024-02-23T14:57:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Standard\",\n                \"barcode\": \"000037187983\",\n                \"height\": \"10.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"weight\": \"0.0000\",\n                \"created_at\": \"2024-02-28T09:44:50.000000Z\",\n                \"updated_at\": \"2024-02-28T09:44:50.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/shipping-boxes/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/shipping-boxes/1/relationships/customer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/shipping-boxes/1\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 20,\n                \"quantity_reshipped\": 10,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-23T15:03:46.000000Z\",\n                \"updated_at\": \"2024-03-13T09:51:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"regular\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 490,\n                \"quantity_allocated\": 86,\n                \"quantity_available\": 404,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-02-28T09:45:26.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:26.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": []\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-28T09:45:26.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"created_at\": \"2024-02-28T09:45:26.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"weight\": \"120.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"height\": \"10.0000\",\n                \"created_at\": \"2024-02-28T09:45:27.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:27.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 10,\n                \"created_at\": \"2024-02-28T09:45:27.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:27.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://generic.packiyo.com/shipment/1/label/1\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-02-28T09:45:27.000000Z\",\n                \"updated_at\": \"2024-02-28T09:45:27.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"19\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": []\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"19\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"weight\": \"120.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"height\": \"10.0000\",\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 10,\n                \"created_at\": \"2024-03-07T08:22:49.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://generic.packiyo.com/shipment/2/label/2\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-03-07T08:22:50.000000Z\",\n                \"updated_at\": \"2024-03-07T08:22:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"22\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-03-13T14:17:46.000000Z\",\n                \"updated_at\": \"2024-03-13T14:17:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"23\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-03-13T14:17:46.000000Z\",\n                \"updated_at\": \"2024-03-13T14:17:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 10,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 10,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-03-13T14:17:46.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"28\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"28\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"tracking_number\": \"ORD00008\",\n                \"tracking_url\": null,\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"weight\": \"120.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"height\": \"10.0000\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 10,\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://generic.packiyo.com/shipment/3/label/3\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-07-08T10:49:00.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"returns\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"status_text\": \"Pending\",\n                \"number\": \"RET-1\",\n                \"approved\": 0,\n                \"reason\": null,\n                \"notes\": null,\n                \"weight\": null,\n                \"height\": null,\n                \"length\": null,\n                \"width\": null,\n                \"requested_at\": null,\n                \"expected_at\": null,\n                \"received_at\": null,\n                \"created_at\": \"2024-07-08T10:49:22.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:22.000000Z\"\n            },\n            \"relationships\": {\n                \"return_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"return-items\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"return-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"quantity_received\": 0,\n                \"created_at\": \"2024-07-08T10:49:22.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:22.000000Z\"\n            },\n            \"relationships\": {\n                \"order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"32\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:02:33.000000Z\",\n                \"updated_at\": \"2024-07-08T11:02:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"33\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:02:33.000000Z\",\n                \"updated_at\": \"2024-07-08T11:02:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"sku\": \"juice\",\n                \"name\": \"Juice\",\n                \"price\": 59.99,\n                \"quantity\": 5,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 5,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-07-08T11:02:33.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"juice\",\n                \"name\": \"Juice\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"000038561381\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 45,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 45,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-07-08T11:00:07.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:28.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/11\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"34\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"34\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"quantity\": 5,\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"tracking_number\": \"ORD00012\",\n                \"tracking_url\": null,\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"weight\": \"0.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"height\": \"10.0000\",\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 5,\n                \"created_at\": \"2024-07-08T11:04:26.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": {\n                        \"type\": \"lots\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"lots\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"0001\",\n                \"item_price\": \"0.00\",\n                \"expiration_date\": \"2025-06-01T00:00:00.000000Z\",\n                \"created_at\": \"2024-07-08T11:00:55.000000Z\",\n                \"updated_at\": \"2024-07-08T11:00:55.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/lots/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/lots/1/relationships/customer\"\n                    }\n                },\n                \"product\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/lots/1/product\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/lots/1/relationships/product\"\n                    }\n                },\n                \"location\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/lots/1/location\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/lots/1/relationships/location\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/lots/1\"\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://generic.packiyo.com/shipment/4/label/4\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-07-08T11:04:27.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:27.000000Z\"\n            }\n        }\n    ]\n}"},{"id":"317a82a7-8d9c-49ce-b781-9b29af1c61b4","name":"Filter by Tags all","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"http://generic.packiyo.com/api/v1/orders?filter[tags-all]=BULK-5","protocol":"http","host":["generic","packiyo","com"],"path":["api","v1","orders"],"query":[{"key":"filter[tags-all]","value":"BULK-5"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 13,\n            \"perPage\": 100,\n            \"to\": 100,\n            \"total\": 1206\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://localhost/api/v1/orders?filter%5Btags-all%5D=Co-Pilot&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://localhost/api/v1/orders?filter%5Btags-all%5D=Co-Pilot&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=13&page%5Bsize%5D=100\",\n        \"next\": \"http://localhost/api/v1/orders?filter%5Btags-all%5D=Co-Pilot&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=2&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"orders\",\n            \"id\": \"5919\",\n            \"attributes\": {\n                \"number\": \"#2363\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 59.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T14:46:54.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T21:33:19.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"58495\",\n                \"packing_note\": \"I don’t need the shaker bottle, I’ve already ordered twice from you and have two already ☺️\",\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6020206887219,\n                        \"name\": \"#2363\",\n                        \"note\": \"I don’t need the shaker bottle, I’ve already ordered twice from you and have two already ☺️\",\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"ymgjim@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"560fd48133388082297668cae273fd15\",\n                        \"app_id\": 580111,\n                        \"number\": 1363,\n                        \"gateway\": null,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8025847890227,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"ymgjim@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"addresses\": null,\n                            \"last_name\": \"Jimenez\",\n                            \"created_at\": \"2024-06-07T23:42:07-07:00\",\n                            \"first_name\": \"Yvette\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-22T07:46:55-07:00\",\n                            \"total_spent\": null,\n                            \"orders_count\": null,\n                            \"last_order_id\": null,\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10048928383283,\n                                \"zip\": \"94555\",\n                                \"city\": \"Fremont\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"32860 Mono Lake Ln\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Jimenez\",\n                                \"first_name\": \"Yvette\",\n                                \"customer_id\": 8025847890227,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"last_order_name\": null,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8025847890227\",\n                            \"multipass_identifier\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"accepts_marketing_updated_at\": \"2024-06-07T23:42:11-07:00\"\n                        },\n                        \"closed_at\": null,\n                        \"confirmed\": \"true\",\n                        \"tax_lines\": [],\n                        \"total_tax\": 0,\n                        \"browser_ip\": \"104.28.123.104\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjVYOFFTQ1YwOTRRMEg5WUoyWktGNEg2\",\n                        \"created_at\": \"2024-08-22T07:46:54-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15211510104371,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": 29.99,\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 29.99,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 29.99,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"variant_title\": null,\n                                \"total_discount\": 0,\n                                \"origin_location\": null,\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0\n                            },\n                            {\n                                \"id\": 15211510137139,\n                                \"sku\": \"ap-15\",\n                                \"name\": \"ASIAN PEAR\",\n                                \"grams\": 180,\n                                \"price\": 29.99,\n                                \"title\": \"ASIAN PEAR\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 29.99,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 29.99,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091917619,\n                                \"properties\": [],\n                                \"variant_id\": 47759605039411,\n                                \"variant_title\": null,\n                                \"total_discount\": 0,\n                                \"origin_location\": null,\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0\n                            },\n                            {\n                                \"id\": 15211510169907,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": 0,\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": 0,\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"variant_title\": null,\n                                \"total_discount\": 0,\n                                \"origin_location\": null,\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": null,\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0\n                            }\n                        ],\n                        \"updated_at\": \"2024-08-29T12:01:23-07:00\",\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": 59.98,\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5318748766515,\n                                \"status\": \"success\",\n                                \"order_id\": 6020206887219,\n                                \"created_at\": \"2024-08-22T14:33:21-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15211510104371,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": 29.99,\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 29.99,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 29.99,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"Alameda County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"Alameda County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"Alameda Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"variant_title\": null,\n                                        \"total_discount\": 0,\n                                        \"origin_location\": null,\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0\n                                    },\n                                    {\n                                        \"id\": 15211510137139,\n                                        \"sku\": \"ap-15\",\n                                        \"name\": \"ASIAN PEAR\",\n                                        \"grams\": 180,\n                                        \"price\": 29.99,\n                                        \"title\": \"ASIAN PEAR\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 29.99,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 29.99,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"Alameda County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"Alameda County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"Alameda Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091917619,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759605039411,\n                                        \"variant_title\": null,\n                                        \"total_discount\": 0,\n                                        \"origin_location\": null,\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-26T13:47:58-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_number\": \"9434636206248766628383\",\n                                \"tracking_company\": \"USPS\"\n                            }\n                        ],\n                        \"landing_site\": \"/collections/all\",\n                        \"order_number\": 2363,\n                        \"processed_at\": \"2024-08-22T07:46:49-07:00\",\n                        \"total_weight\": 451,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"ymgjim@gmail.com\",\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"1e83feb5894438d706a6761a75309eba\",\n                        \"client_details\": {\n                            \"browser_ip\": \"104.28.123.104\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://www.google.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"code\": \"Standard\",\n                                \"price\": 0,\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": 0,\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": 0,\n                                        \"title\": \"Alameda Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": 59.98,\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"94555\",\n                            \"city\": \"Fremont\",\n                            \"name\": \"Yvette Jimenez\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"32860 Mono Lake Ln\",\n                            \"address2\": null,\n                            \"latitude\": \"37.5862537\",\n                            \"province\": \"California\",\n                            \"last_name\": \"Jimenez\",\n                            \"longitude\": \"-122.0580293\",\n                            \"first_name\": \"Yvette\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_price_usd\": null,\n                        \"financial_status\": \"paid\",\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/560fd48133388082297668cae273fd15/authenticate?key=60d33f70d259fc40706196a69e517f58&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"94555\",\n                            \"city\": \"Fremont\",\n                            \"name\": \"Yvette Jimenez\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"32860 Mono Lake Ln\",\n                            \"address2\": null,\n                            \"latitude\": \"37.5862537\",\n                            \"province\": \"California\",\n                            \"last_name\": \"Jimenez\",\n                            \"longitude\": \"-122.0580293\",\n                            \"first_name\": \"Yvette\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": 0,\n                        \"processing_method\": null,\n                        \"total_outstanding\": 0,\n                        \"fulfillment_status\": \"partial\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": 0,\n                        \"current_total_price\": 59.98,\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": 59.98,\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 59.98,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            }\n                        }\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6973763453235,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6020206887219,\n                            \"created_at\": \"2024-08-22T07:46:55-07:00\",\n                            \"fulfill_at\": \"2024-08-22T07:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15354547241267,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15211510104371,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6973763453235\n                                },\n                                {\n                                    \"id\": 15354547274035,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759605039411,\n                                    \"line_item_id\": 15211510137139,\n                                    \"inventory_item_id\": 49808354672947,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6973763453235\n                                },\n                                {\n                                    \"id\": 15354547306803,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15211510169907,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 6973763453235\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-29T12:01:23-07:00\",\n                            \"destination\": {\n                                \"id\": 6457690849587,\n                                \"zip\": \"94555\",\n                                \"city\": \"Fremont\",\n                                \"email\": \"ymgjim@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"32860 Mono Lake Ln\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Jimenez\",\n                                \"first_name\": \"Yvette\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 971404575027,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        },\n                        {\n                            \"id\": 6982504448307,\n                            \"status\": \"on_hold\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6020206887219,\n                            \"created_at\": \"2024-08-29T12:01:23-07:00\",\n                            \"fulfill_at\": \"2024-08-22T07:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15370314449203,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15211510169907,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 6982504448307\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-29T12:01:23-07:00\",\n                            \"destination\": {\n                                \"id\": 6465787986227,\n                                \"zip\": \"94555\",\n                                \"city\": \"Fremont\",\n                                \"email\": \"ymgjim@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"32860 Mono Lake Ln\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Jimenez\",\n                                \"first_name\": \"Yvette\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 980056998195,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [\n                                {\n                                    \"reason\": \"other\",\n                                    \"reason_notes\": \"no shaker\"\n                                }\n                            ],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [\n                                \"release_hold\"\n                            ],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T14:47:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12064\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12065\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9549\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9550\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9551\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9552\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"179\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5925\",\n            \"attributes\": {\n                \"number\": \"082224\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12076\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12077\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9560\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5926\",\n            \"attributes\": {\n                \"number\": \"082224 2\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T16:06:48.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T16:06:48.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12078\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12079\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9561\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9562\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9563\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"177\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5927\",\n            \"attributes\": {\n                \"number\": \"082224 3\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T16:07:49.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:06.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T16:07:49.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12080\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12081\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9564\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9565\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9566\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"158\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5928\",\n            \"attributes\": {\n                \"number\": \"082224 4\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T16:09:05.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:06.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T16:09:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12082\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12083\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9567\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9568\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9569\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"161\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5931\",\n            \"attributes\": {\n                \"number\": \"#2364\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T16:49:26.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T22:47:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"58568\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6020333142323,\n                        \"name\": \"#2364\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"gabriel.traylor@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"f0cbce3bbd70beea467f07bb49a46683\",\n                        \"app_id\": 580111,\n                        \"number\": 1364,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8182913466675,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"gabriel.traylor@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Traylor\",\n                            \"created_at\": \"2024-08-22T09:49:22-07:00\",\n                            \"first_name\": \"Gabriel\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-22T09:49:32-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10178232287539,\n                                \"zip\": \"07302\",\n                                \"city\": \"Jersey City\",\n                                \"name\": \"Gabriel Traylor\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"643 Jersey Ave\",\n                                \"address2\": null,\n                                \"province\": \"New Jersey\",\n                                \"last_name\": \"Traylor\",\n                                \"first_name\": \"Gabriel\",\n                                \"customer_id\": 8182913466675,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NJ\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8182913466675\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-22T09:49:27-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-22T15:47:23-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"7741d98934207987dd087a129255f707\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"172.59.213.38\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjVYRlY2WDBUMVkxNjk2RVNBWkVTNjIy\",\n                        \"created_at\": \"2024-08-22T09:49:26-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15211736793395,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New Jersey State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15211736793395\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-27T10:33:37-07:00\",\n                        \"checkout_id\": 38163483328819,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5318813581619,\n                                \"name\": \"#2364.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6020333142323,\n                                \"created_at\": \"2024-08-22T15:47:23-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15211736793395,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New Jersey State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15211736793395\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-27T10:33:37-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248767034464\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248767034464\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248767034464\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248767034464\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5318813581619\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpoV_Yff-UtEamnveBdEh7svBR21JAAhFvc-drRsB0W0KvzcKi9r7Q04Ihw_aem_3TUY7HS6CjXf-OsLqM4ZqA&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2364,\n                        \"processed_at\": \"2024-08-22T09:49:22-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"gabriel.traylor@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"72fa5bfb05c470e1c7438d847b65b5cf\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.59.213.38\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 344.0.9.27.90 (iPhone15,2; iOS 17_5_1; en_US; en-US; scale=3.00; 1179x2556; 631222391; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4818456379699,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New Jersey State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"07302\",\n                            \"city\": \"Jersey City\",\n                            \"name\": \"Gabriel Traylor\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"643 Jersey Ave\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New Jersey\",\n                            \"last_name\": \"Traylor\",\n                            \"longitude\": null,\n                            \"first_name\": \"Gabriel\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NJ\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/f0cbce3bbd70beea467f07bb49a46683/authenticate?key=2c698d9e3fd1a13b5dd5e8d6f65418a2&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"07302\",\n                            \"city\": \"Jersey City\",\n                            \"name\": \"Gabriel Traylor\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"643 Jersey Ave\",\n                            \"address2\": null,\n                            \"latitude\": 40.7260114,\n                            \"province\": \"New Jersey\",\n                            \"last_name\": \"Traylor\",\n                            \"longitude\": -74.0455935,\n                            \"first_name\": \"Gabriel\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NJ\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"7741d98934207987dd087a129255f707\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"JUR7UL50X\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6020333142323\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6973893509427,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6020333142323,\n                            \"created_at\": \"2024-08-22T09:49:27-07:00\",\n                            \"fulfill_at\": \"2024-08-22T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15354775306547,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15211736793395,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6973893509427\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-22T15:47:23-07:00\",\n                            \"destination\": {\n                                \"id\": 6457801670963,\n                                \"zip\": \"07302\",\n                                \"city\": \"Jersey City\",\n                                \"email\": \"gabriel.traylor@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"643 Jersey Ave\",\n                                \"address2\": null,\n                                \"province\": \"New Jersey\",\n                                \"last_name\": \"Traylor\",\n                                \"first_name\": \"Gabriel\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 971532861747,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T16:50:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12088\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12089\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9602\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"181\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5936\",\n            \"attributes\": {\n                \"number\": \"113-0211266-5736244\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T17:03:31.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:06.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T21:00:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-24T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4363061917\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T18:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12098\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12099\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9608\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9609\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9610\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"162\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5937\",\n            \"attributes\": {\n                \"number\": \"112-0588592-7729823\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T17:29:48.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:06.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-24T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4363061918\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T18:09:03.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12100\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12101\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9611\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9612\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9613\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"165\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5951\",\n            \"attributes\": {\n                \"number\": \"112-5376137-1053817\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T19:59:50.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T21:44:53.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-24T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4363159142\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T21:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12141\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12142\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9634\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9635\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9636\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"197\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5956\",\n            \"attributes\": {\n                \"number\": \"#2365\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0.62,\n                \"discount\": 0,\n                \"total\": 7.61,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T21:36:15.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T23:09:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"58770\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6020600496435,\n                        \"name\": \"#2365\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"lilfigbash@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"e1f46b3785109d06f282eec21e730bda\",\n                        \"app_id\": 580111,\n                        \"number\": 1365,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8183878582579,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"lilfigbash@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Ho\",\n                            \"created_at\": \"2024-08-22T14:36:12-07:00\",\n                            \"first_name\": \"Catherine\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-22T14:36:21-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10179148710195,\n                                \"zip\": \"11215-2053\",\n                                \"city\": \"BROOKLYN\",\n                                \"name\": \"Catherine Ho\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"667 CARROLL ST APT 2\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Ho\",\n                                \"first_name\": \"Catherine\",\n                                \"customer_id\": 8183878582579,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8183878582579\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T16:09:26-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"a21c5a4c91d858b6a4b9f24c142b26c8\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.31\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.31\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.31\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.03\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.28\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.28\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.28\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.62\",\n                        \"browser_ip\": \"68.194.81.112\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjVZMDdSNURGWTJUQ1RQRzFHQzAxSjRT\",\n                        \"created_at\": \"2024-08-22T14:36:15-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15212242501939,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212242501939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-09-03T16:42:14-07:00\",\n                        \"checkout_id\": 38164270645555,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"7.61\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322779787571,\n                                \"name\": \"#2365.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6020600496435,\n                                \"created_at\": \"2024-08-26T16:09:25-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15212242501939,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212242501939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-09-03T16:42:14-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793717287\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793717287\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248793717287\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248793717287\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322779787571\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/starter-kit?srsltid=AfmBOoqab5NOW55pmTe3BDyj2Gru1GqPbVV9D2o4f4muM80EfuRCg5QU\",\n                        \"order_number\": 2365,\n                        \"processed_at\": \"2024-08-22T14:36:12-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"lilfigbash@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.62\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.62\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e6b61f9da48ee28ccaa94cff41ab0de5\",\n                        \"client_details\": {\n                            \"browser_ip\": \"68.194.81.112\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/128.0.6613.34 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://www.google.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4818623070515,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.31\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.31\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.31\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.03\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.28\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.28\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.28\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11215-2053\",\n                            \"city\": \"BROOKLYN\",\n                            \"name\": \"Catherine Ho\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"667 CARROLL ST APT 2\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Ho\",\n                            \"longitude\": null,\n                            \"first_name\": \"Catherine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.61\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.61\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/e1f46b3785109d06f282eec21e730bda/authenticate?key=a35053fce134e5be8cf7dc2b7a0d9401&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11215-2053\",\n                            \"city\": \"BROOKLYN\",\n                            \"name\": \"Catherine Ho\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"667 CARROLL ST APT 2\",\n                            \"address2\": null,\n                            \"latitude\": 40.6745575,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Ho\",\n                            \"longitude\": -73.9791881,\n                            \"first_name\": \"Catherine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.62\",\n                        \"source_identifier\": \"a21c5a4c91d858b6a4b9f24c142b26c8\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"FLP5C6ZGK\",\n                        \"current_total_price\": \"7.61\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6020600496435\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.62\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.62\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.61\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.61\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6974170792243,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6020600496435,\n                            \"created_at\": \"2024-08-22T14:36:17-07:00\",\n                            \"fulfill_at\": \"2024-08-22T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15355297202483,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15212242501939,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6974170792243\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T16:09:25-07:00\",\n                            \"destination\": {\n                                \"id\": 6458020725043,\n                                \"zip\": \"11215-2053\",\n                                \"city\": \"BROOKLYN\",\n                                \"email\": \"lilfigbash@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"667 CARROLL ST APT 2\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Ho\",\n                                \"first_name\": \"Catherine\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 971806605619,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T21:37:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12167\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12168\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9645\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"250\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5960\",\n            \"attributes\": {\n                \"number\": \"#2366\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 23.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T22:24:26.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"58816\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6020636868915,\n                        \"name\": \"#2366\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"ksaenphonphakdee@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"bdada2dfa2af38d9047f77e1cbc05933\",\n                        \"app_id\": 580111,\n                        \"number\": 1366,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8184433606963,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"ksaenphonphakdee@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Kanekeo\",\n                            \"created_at\": \"2024-08-22T15:24:23-07:00\",\n                            \"first_name\": \"Angela\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-22T15:24:32-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10179695804723,\n                                \"zip\": \"92124\",\n                                \"city\": \"San Diego\",\n                                \"name\": \"Angela Kanekeo\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"11064 Camino Playa Carmel\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Kanekeo\",\n                                \"first_name\": \"Angela\",\n                                \"customer_id\": 8184433606963,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8184433606963\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-22T15:24:27-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-23T13:59:58-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"70b9f8a8cfa68aac76d96c6c88b726f4\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"76.33.22.98\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjVZMllKM0QzWUJGRFE1VFpNNjc0QkdG\",\n                        \"created_at\": \"2024-08-22T15:24:26-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15212315083059,\n                                \"sku\": \"starter\",\n                                \"name\": \"STARTER KIT\",\n                                \"grams\": 136,\n                                \"price\": \"18.99\",\n                                \"title\": \"STARTER KIT\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9335308878131,\n                                \"properties\": [],\n                                \"variant_id\": 49533376037171,\n                                \"pre_tax_price\": \"18.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212315083059\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-29T11:42:22-07:00\",\n                        \"checkout_id\": 38164384153907,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"23.98\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5319869792563,\n                                \"name\": \"#2366.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6020636868915,\n                                \"created_at\": \"2024-08-23T13:59:58-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15212315083059,\n                                        \"sku\": \"starter\",\n                                        \"name\": \"STARTER KIT\",\n                                        \"grams\": 136,\n                                        \"price\": \"18.99\",\n                                        \"title\": \"STARTER KIT\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9335308878131,\n                                        \"properties\": [],\n                                        \"variant_id\": 49533376037171,\n                                        \"pre_tax_price\": \"18.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212315083059\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-29T11:42:22-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9261290357467600470084\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9261290357467600470084\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9261290357467600470084\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9261290357467600470084\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5319869792563\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/starter-kit?variant=49533376037171?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Starter Kit&utm_content=Static_1080x1080_starterkitv3&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpgZDOIArsK-ZG5YryhFqzSJ8tof6Sj4Vi0hb6Cpsm8opWIbu--zOWH1g0w_aem_WUxKe3u3z1ou0KMpKhHxrg&campaign_id=120212425206740012&ad_id=120212501202180012\",\n                        \"order_number\": 2366,\n                        \"processed_at\": \"2024-08-22T15:24:22-07:00\",\n                        \"total_weight\": 137,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"ksaenphonphakdee@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"0ffb2a590830618e22b4e746798abff9\",\n                        \"client_details\": {\n                            \"browser_ip\": \"76.33.22.98\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 342.0.3.30.91 (iPhone15,4; iOS 17_5_1; en_US; en; scale=3.00; 1179x2556; 627270390; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4818642829619,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"18.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92124\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"Angela Kanekeo\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"11064 Camino Playa Carmel\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Kanekeo\",\n                            \"longitude\": null,\n                            \"first_name\": \"Angela\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"23.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"23.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/bdada2dfa2af38d9047f77e1cbc05933/authenticate?key=79c3e334c3edf6e2e7793eb8b503c2e2&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92124\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"Angela Kanekeo\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"11064 Camino Playa Carmel\",\n                            \"address2\": null,\n                            \"latitude\": 32.8388261,\n                            \"province\": \"California\",\n                            \"last_name\": \"Kanekeo\",\n                            \"longitude\": -117.0901141,\n                            \"first_name\": \"Angela\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"70b9f8a8cfa68aac76d96c6c88b726f4\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VGDKCEIV7\",\n                        \"current_total_price\": \"23.98\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6020636868915\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"18.99\",\n                        \"total_line_items_price\": \"18.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"23.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"23.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6974207983923,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6020636868915,\n                            \"created_at\": \"2024-08-22T15:24:27-07:00\",\n                            \"fulfill_at\": \"2024-08-22T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15355369390387,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 49533376037171,\n                                    \"line_item_id\": 15212315083059,\n                                    \"inventory_item_id\": 51581956129075,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6974207983923\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-23T13:59:58-07:00\",\n                            \"destination\": {\n                                \"id\": 6458048905523,\n                                \"zip\": \"92124\",\n                                \"city\": \"San Diego\",\n                                \"email\": \"ksaenphonphakdee@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"11064 Camino Playa Carmel\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Kanekeo\",\n                                \"first_name\": \"Angela\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 971843698995,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T22:25:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12175\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12176\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"49\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9655\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9656\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9657\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9658\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9659\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9660\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"187\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5962\",\n            \"attributes\": {\n                \"number\": \"#2367\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0.52,\n                \"discount\": 0,\n                \"total\": 7.51,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T23:41:40.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T20:30:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"58842\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6020685234483,\n                        \"name\": \"#2367\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"julez.w@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"29ec68519f5176dac01f5e104368ea71\",\n                        \"app_id\": 580111,\n                        \"number\": 1367,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8185119277363,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"julez.w@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Wu\",\n                            \"created_at\": \"2024-08-22T16:41:36-07:00\",\n                            \"first_name\": \"Julie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-22T16:41:46-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10180367515955,\n                                \"zip\": \"80226\",\n                                \"city\": \"Lakewood\",\n                                \"name\": \"Julie Wu\",\n                                \"phone\": \"+19496800943\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6479 West 5th Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Colorado\",\n                                \"last_name\": \"Wu\",\n                                \"first_name\": \"Julie\",\n                                \"customer_id\": 8185119277363,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CO\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8185119277363\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-22T16:41:41-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-23T13:30:23-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"1c5568c0626224fb4b5ba1923e1b85ba\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.005,\n                                \"price\": \"0.03\",\n                                \"title\": \"Jefferson County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.03,\n                                \"price\": \"0.21\",\n                                \"title\": \"Lakewood City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.21\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.21\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.001,\n                                \"price\": \"0.01\",\n                                \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.07\",\n                                \"title\": \"Rtd Greater Denver\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.029,\n                                \"price\": \"0.20\",\n                                \"title\": \"Colorado State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.20\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.20\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.52\",\n                        \"browser_ip\": \"2407:4d00:3c00:84bb:4813:95fa:445b:249e\",\n                        \"cart_token\": \"Z2NwLWFzaWEtc291dGhlYXN0MTowMUo1WTdENURQOURHNlRWMDI1REtQS1hOWQ\",\n                        \"created_at\": \"2024-08-22T16:41:40-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15212406210867,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lakewood City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Rtd Greater Denver\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Colorado State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212406210867\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-09-05T19:18:16-07:00\",\n                        \"checkout_id\": 38164549435699,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"7.51\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5319841841459,\n                                \"name\": \"#2367.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6020685234483,\n                                \"created_at\": \"2024-08-23T13:30:22-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15212406210867,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Jefferson County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Lakewood City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Rtd Greater Denver\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Colorado State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212406210867\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-09-05T19:18:16-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9261290357467600435069\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9261290357467600435069\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9261290357467600435069\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9261290357467600435069\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5319841841459\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpgOGE71RTA7X2t8zBWpGw23VyMnroleYjBiL3dywmRfQkUNBYDMPcLz7yg_aem_ltCYkbM29VC1lJED_CtYTw&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2367,\n                        \"processed_at\": \"2024-08-22T16:41:36-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"julez.w@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.52\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.52\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"b1102973363f0acc6db3401a6e6f3d5f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2407:4d00:3c00:84bb:4813:95fa:445b:249e\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 344.0.9.27.90 (iPhone14,3; iOS 17_4_1; en_US; en-US; scale=3.00; 1284x2778; 631222391; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4818672484659,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.03\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.21\",\n                                        \"title\": \"Lakewood City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.21\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.21\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.001,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.07\",\n                                        \"title\": \"Rtd Greater Denver\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.029,\n                                        \"price\": \"0.20\",\n                                        \"title\": \"Colorado State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.20\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.20\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"80226\",\n                            \"city\": \"Lakewood\",\n                            \"name\": \"Julie Wu\",\n                            \"phone\": \"+19496800943\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6479 West 5th Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Colorado\",\n                            \"last_name\": \"Wu\",\n                            \"longitude\": null,\n                            \"first_name\": \"Julie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CO\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.51\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.51\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/29ec68519f5176dac01f5e104368ea71/authenticate?key=eaa3b66aecd1858f5cc57d16d1b29056&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"80226\",\n                            \"city\": \"Lakewood\",\n                            \"name\": \"Julie Wu\",\n                            \"phone\": \"+19496800943\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6479 West 5th Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 39.7241219,\n                            \"province\": \"Colorado\",\n                            \"last_name\": \"Wu\",\n                            \"longitude\": -105.0685321,\n                            \"first_name\": \"Julie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CO\"\n                        },\n                        \"current_total_tax\": \"0.52\",\n                        \"source_identifier\": \"1c5568c0626224fb4b5ba1923e1b85ba\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GXDWNM4CL\",\n                        \"current_total_price\": \"7.51\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6020685234483\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.52\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.52\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.51\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.51\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6974257856819,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6020685234483,\n                            \"created_at\": \"2024-08-22T16:41:41-07:00\",\n                            \"fulfill_at\": \"2024-08-22T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15355461534003,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15212406210867,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6974257856819\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-23T13:30:22-07:00\",\n                            \"destination\": {\n                                \"id\": 6458091110707,\n                                \"zip\": \"80226\",\n                                \"city\": \"Lakewood\",\n                                \"email\": \"julez.w@gmail.com\",\n                                \"phone\": \"+19496800943\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6479 West 5th Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Colorado\",\n                                \"last_name\": \"Wu\",\n                                \"first_name\": \"Julie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 971893211443,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T23:42:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12182\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12183\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9663\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"184\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5964\",\n            \"attributes\": {\n                \"number\": \"113-0770337-7381066\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 67.97,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T22:47:58.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-24T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4363240053\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T00:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12186\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12187\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9665\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9666\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9667\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"195\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5971\",\n            \"attributes\": {\n                \"number\": \"111-1945986-4481830\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 44.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-23T01:35:00.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T21:46:11.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-24T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4363305549\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T02:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12200\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12201\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9678\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9679\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9680\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"198\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5975\",\n            \"attributes\": {\n                \"number\": \"#2368\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 23.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-23T03:28:32.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"58894\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6020818993459,\n                        \"name\": \"#2368\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"spiegzik@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"b70f39edf153abe1c94524b2ed71bd25\",\n                        \"app_id\": 580111,\n                        \"number\": 1368,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8185564266803,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"spiegzik@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Piegzik\",\n                            \"created_at\": \"2024-08-22T20:28:28-07:00\",\n                            \"first_name\": \"Stephanie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-22T20:28:38-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10180773019955,\n                                \"zip\": \"87113\",\n                                \"city\": \"Albuquerque\",\n                                \"name\": \"Stephanie Piegzik\",\n                                \"phone\": \"(505) 417-2961\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6800 Vista Del Norte Rd NE, Apt 2928\",\n                                \"address2\": null,\n                                \"province\": \"New Mexico\",\n                                \"last_name\": \"Piegzik\",\n                                \"first_name\": \"Stephanie\",\n                                \"customer_id\": 8185564266803,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NM\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8185564266803\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            }\n                        },\n                        \"closed_at\": \"2024-08-23T13:48:37-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e8ca148a9a4f23726dfe413525051a7e\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2601:8c0:480:3913:383f:1587:f8c7:3c0\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSjVZTUNNWUQ2U0pXVkZFMFA1WDhNNzM5\",\n                        \"created_at\": \"2024-08-22T20:28:32-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15212651807027,\n                                \"sku\": \"starter\",\n                                \"name\": \"STARTER KIT\",\n                                \"grams\": 136,\n                                \"price\": \"18.99\",\n                                \"title\": \"STARTER KIT\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Bernalillo County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0275,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Albuquerque City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New Mexico State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9335308878131,\n                                \"properties\": [],\n                                \"variant_id\": 49533376037171,\n                                \"pre_tax_price\": \"18.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212651807027\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-29T11:40:26-07:00\",\n                        \"checkout_id\": 38165061894451,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"23.98\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5319857078579,\n                                \"name\": \"#2368.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6020818993459,\n                                \"created_at\": \"2024-08-23T13:48:37-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15212651807027,\n                                        \"sku\": \"starter\",\n                                        \"name\": \"STARTER KIT\",\n                                        \"grams\": 136,\n                                        \"price\": \"18.99\",\n                                        \"title\": \"STARTER KIT\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Bernalillo County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0275,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Albuquerque City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04875,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New Mexico State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9335308878131,\n                                        \"properties\": [],\n                                        \"variant_id\": 49533376037171,\n                                        \"pre_tax_price\": \"18.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212651807027\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-29T11:40:26-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=6102180807770834\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=6102180807770834\",\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9261290357467600460061\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": \"6102180807770834\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"6102180807770834\",\n                                    \"9261290357467600460061\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5319857078579\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/starter-kit?variant=49533376037171?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Starter Kit&utm_content=Static_1080x1080_starterkitv3&utm_source=fb&fbclid=IwZXh0bgNhZW0BMAABHTWSOjthQVL3zbHnRFrnzc1gxsqXD73C_5MfTt9bTY3ftsBurzFtQOGdMA_aem_10YDGD1vESTetsbwos0a9g&campaign_id=120212425206740012&ad_id=120212501202180012\",\n                        \"order_number\": 2368,\n                        \"processed_at\": \"2024-08-22T20:28:27-07:00\",\n                        \"total_weight\": 137,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"spiegzik@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"96734509b0de3f1c689e1df69b8521ef\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2601:8c0:480:3913:383f:1587:f8c7:3c0\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21G93 [FBAN/FBIOS;FBAV/477.0.0.33.112;FBBV/632773798;FBDV/iPhone15,2;FBMD/iPhone;FBSN/iOS;FBSV/17.6.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/634698650]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4818768232755,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Bernalillo County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0275,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Albuquerque City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New Mexico State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"18.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"87113\",\n                            \"city\": \"Albuquerque\",\n                            \"name\": \"Stephanie Piegzik\",\n                            \"phone\": \"(505) 417-2961\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6800 Vista Del Norte Rd NE, Apt 2928\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New Mexico\",\n                            \"last_name\": \"Piegzik\",\n                            \"longitude\": null,\n                            \"first_name\": \"Stephanie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NM\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"23.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"23.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b70f39edf153abe1c94524b2ed71bd25/authenticate?key=bab3d28b55c16b8021cb254393cbe5cd&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"87113\",\n                            \"city\": \"Albuquerque\",\n                            \"name\": \"Stephanie Piegzik\",\n                            \"phone\": \"(505) 417-2961\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6800 Vista Del Norte Rd NE, Apt 2928\",\n                            \"address2\": null,\n                            \"latitude\": 35.1552225,\n                            \"province\": \"New Mexico\",\n                            \"last_name\": \"Piegzik\",\n                            \"longitude\": -106.6087305,\n                            \"first_name\": \"Stephanie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NM\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"e8ca148a9a4f23726dfe413525051a7e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8GKZCIQHK\",\n                        \"current_total_price\": \"23.98\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6020818993459\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"18.99\",\n                        \"total_line_items_price\": \"18.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"23.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"23.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6974397251891,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6020818993459,\n                            \"created_at\": \"2024-08-22T20:28:33-07:00\",\n                            \"fulfill_at\": \"2024-08-22T20:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15355710505267,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 49533376037171,\n                                    \"line_item_id\": 15212651807027,\n                                    \"inventory_item_id\": 51581956129075,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6974397251891\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-23T13:48:37-07:00\",\n                            \"destination\": {\n                                \"id\": 6458227491123,\n                                \"zip\": \"87113\",\n                                \"city\": \"Albuquerque\",\n                                \"email\": \"spiegzik@gmail.com\",\n                                \"phone\": \"(505) 417-2961\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6800 Vista Del Norte Rd NE, Apt 2928\",\n                                \"address2\": null,\n                                \"province\": \"New Mexico\",\n                                \"last_name\": \"Piegzik\",\n                                \"first_name\": \"Stephanie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 972030738739,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T03:29:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12208\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12209\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"49\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9695\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9696\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9697\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9698\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9699\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9700\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"185\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5976\",\n            \"attributes\": {\n                \"number\": \"112-4129159-0819418\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-23T02:48:21.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-24T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4363376969\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T04:08:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12210\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12211\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9701\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9702\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9703\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"199\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5977\",\n            \"attributes\": {\n                \"number\": \"#2369\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 4.26,\n                \"discount\": 0,\n                \"total\": 52.24,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-23T04:13:21.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T21:23:34.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"58901\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6020848025907,\n                        \"name\": \"#2369\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"singalongsongxd@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"54a03580200ac84e75cbc64c44a9ced8\",\n                        \"app_id\": 580111,\n                        \"number\": 1369,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8185649922355,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"singalongsongxd@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Goh\",\n                            \"created_at\": \"2024-08-22T21:13:18-07:00\",\n                            \"first_name\": \"Tiffany\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-22T21:13:27-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10180851073331,\n                                \"zip\": \"11374\",\n                                \"city\": \"Rego Park\",\n                                \"name\": \"Tiffany Goh\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"8905 63rd Ave\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Goh\",\n                                \"first_name\": \"Tiffany\",\n                                \"customer_id\": 8185649922355,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8185649922355\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            }\n                        },\n                        \"closed_at\": \"2024-08-23T14:23:37-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ff0b5cb37a5bd9e6ccdbf518608ee210\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"2.16\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"2.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"2.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.18\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"1.92\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"1.92\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"1.92\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"4.26\",\n                        \"browser_ip\": \"100.12.69.212\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjVZUFlLMFJFMVNXSzZNRlZDVlRHSFk0\",\n                        \"created_at\": \"2024-08-22T21:13:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15212708331827,\n                                \"sku\": \"ap-15\",\n                                \"name\": \"ASIAN PEAR\",\n                                \"grams\": 180,\n                                \"price\": \"23.99\",\n                                \"title\": \"ASIAN PEAR\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"1.08\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.96\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091917619,\n                                \"properties\": [],\n                                \"variant_id\": 47759605039411,\n                                \"pre_tax_price\": \"23.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212708331827\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15212708364595,\n                                \"sku\": \"yc-15\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"23.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"1.08\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.96\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"23.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212708364595\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15212708397363,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212708397363\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-29T11:41:06-07:00\",\n                        \"checkout_id\": 38165207777587,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"52.24\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5319885816115,\n                                \"name\": \"#2369.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6020848025907,\n                                \"created_at\": \"2024-08-23T14:23:36-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15212708397363,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212708397363\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15212708331827,\n                                        \"sku\": \"ap-15\",\n                                        \"name\": \"ASIAN PEAR\",\n                                        \"grams\": 180,\n                                        \"price\": \"23.99\",\n                                        \"title\": \"ASIAN PEAR\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"1.08\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.09\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.96\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091917619,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759605039411,\n                                        \"pre_tax_price\": \"23.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212708331827\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15212708364595,\n                                        \"sku\": \"yc-15\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"23.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"1.08\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.09\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.96\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"23.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15212708364595\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-29T11:41:06-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=6102160807943334\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=6102160807943334\",\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9261290357467600450116\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": \"6102160807943334\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"6102160807943334\",\n                                    \"9261290357467600450116\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5319885816115\"\n                            }\n                        ],\n                        \"landing_site\": \"/collections/shop-products\",\n                        \"order_number\": 2369,\n                        \"processed_at\": \"2024-08-22T21:13:18-07:00\",\n                        \"total_weight\": 451,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"singalongsongxd@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.26\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.26\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d85d47edc93c0c98794053b30dadfcba\",\n                        \"client_details\": {\n                            \"browser_ip\": \"100.12.69.212\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4818790416691,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            },\n                            {\n                                \"id\": 4818790449459,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"47.98\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11374\",\n                            \"city\": \"Rego Park\",\n                            \"name\": \"Tiffany Goh\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8905 63rd Ave\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Goh\",\n                            \"longitude\": null,\n                            \"first_name\": \"Tiffany\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"52.24\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"52.24\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/54a03580200ac84e75cbc64c44a9ced8/authenticate?key=fa209414eb69cfa3f55bd25537a2f2b1&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11374\",\n                            \"city\": \"Rego Park\",\n                            \"name\": \"Tiffany Goh\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8905 63rd Ave\",\n                            \"address2\": null,\n                            \"latitude\": 40.7259942,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Goh\",\n                            \"longitude\": -73.8679884,\n                            \"first_name\": \"Tiffany\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"4.26\",\n                        \"source_identifier\": \"ff0b5cb37a5bd9e6ccdbf518608ee210\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"47.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"47.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"880DGK8WK\",\n                        \"current_total_price\": \"52.24\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6020848025907\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.26\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.26\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"47.98\",\n                        \"total_line_items_price\": \"47.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"52.24\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"52.24\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"47.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"47.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"47.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"47.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6974427496755,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6020848025907,\n                            \"created_at\": \"2024-08-22T21:13:22-07:00\",\n                            \"fulfill_at\": \"2024-08-22T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15355767357747,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15212708397363,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6974427496755\n                                },\n                                {\n                                    \"id\": 15355767390515,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759605039411,\n                                    \"line_item_id\": 15212708331827,\n                                    \"inventory_item_id\": 49808354672947,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6974427496755\n                                },\n                                {\n                                    \"id\": 15355767423283,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15212708364595,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6974427496755\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-23T14:23:36-07:00\",\n                            \"destination\": {\n                                \"id\": 6458257998131,\n                                \"zip\": \"11374\",\n                                \"city\": \"Rego Park\",\n                                \"email\": \"singalongsongxd@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"8905 63rd Ave\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Goh\",\n                                \"first_name\": \"Tiffany\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 972060950835,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T04:14:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12212\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12213\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9704\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9705\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9706\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9707\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"189\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5984\",\n            \"attributes\": {\n                \"number\": \"112-1865332-0150647\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-23T06:58:25.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-24T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4363507339\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T08:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12226\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12227\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9715\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9716\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9717\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"196\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6004\",\n            \"attributes\": {\n                \"number\": \"113-2187909-8291453\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-23T16:47:12.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4363842716\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T18:08:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12267\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12268\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9749\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9750\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9751\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"193\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6016\",\n            \"attributes\": {\n                \"number\": \"082324\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 44.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-23T20:01:19.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T20:53:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T20:01:19.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12291\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12292\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9792\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9793\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"186\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6019\",\n            \"attributes\": {\n                \"number\": \"#2370\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 37.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-23T20:18:49.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-23T21:20:52.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59461\",\n                \"packing_note\": \"Hi guys, thank you so much for all the free shaker bottles, but I simply have too many to keep around! Maybe include the option to remove the shaker bottle from the order? Thanks!!\",\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6021663588659,\n                        \"name\": \"#2370\",\n                        \"note\": \"Hi guys, thank you so much for all the free shaker bottles, but I simply have too many to keep around! Maybe include the option to remove the shaker bottle from the order? Thanks!!\",\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"justin.r.porter989@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"e238694a960bb7e59c60d17727f64940\",\n                        \"app_id\": 580111,\n                        \"number\": 1370,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8113255874867,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"justin.r.porter989@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"enabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Porter\",\n                            \"created_at\": \"2024-07-17T18:16:12-07:00\",\n                            \"first_name\": \"Justin\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-23T13:18:53-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10119919075635,\n                                \"zip\": \"90063\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Justin Porter\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"622 N Record Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Porter\",\n                                \"first_name\": \"Justin\",\n                                \"customer_id\": 8113255874867,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8113255874867\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-07-17T18:21:00-07:00\"\n                            }\n                        },\n                        \"closed_at\": null,\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"b15257187999fe517a8a87abb3c82149\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2603:8000:d700:2839:bcbe:828e:2e4b:2b40\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjYwRTRCQVJLMzlTRjJBMldBN1hEQVda\",\n                        \"created_at\": \"2024-08-23T13:18:49-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15214219428147,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15214219428147\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15214219460915,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": null,\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15214219460915\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-29T11:41:39-07:00\",\n                        \"checkout_id\": 38167613210931,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"37.98\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5319884341555,\n                                \"name\": \"#2370.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6021663588659,\n                                \"created_at\": \"2024-08-23T14:20:55-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15214219428147,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15214219428147\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-29T11:41:40-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=6102020807904534\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=6102020807904534\",\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9261290357467600425053\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": \"6102020807904534\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"6102020807904534\",\n                                    \"9261290357467600425053\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5319884341555\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 2370,\n                        \"processed_at\": \"2024-08-23T13:18:45-07:00\",\n                        \"total_weight\": 283,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"justin.r.porter989@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"8115ed65b5eeafa273388f90a46ee20c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:8000:d700:2839:bcbe:828e:2e4b:2b40\",\n                            \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4819381453107,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90063\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Justin Porter\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"622 N Record Ave\",\n                            \"address2\": null,\n                            \"latitude\": 34.0438782,\n                            \"province\": \"California\",\n                            \"last_name\": \"Porter\",\n                            \"longitude\": -118.1821778,\n                            \"first_name\": \"Justin\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/e238694a960bb7e59c60d17727f64940/authenticate?key=63af513a83780e1a5af9b8764862a414&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90063\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Justin Porter\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"622 N Record Ave\",\n                            \"address2\": null,\n                            \"latitude\": 34.0438782,\n                            \"province\": \"California\",\n                            \"last_name\": \"Porter\",\n                            \"longitude\": -118.1821778,\n                            \"first_name\": \"Justin\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"b15257187999fe517a8a87abb3c82149\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"partial\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"ID8IQQT56\",\n                        \"current_total_price\": \"37.98\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6021663588659\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6975264784691,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6021663588659,\n                            \"created_at\": \"2024-08-23T13:18:50-07:00\",\n                            \"fulfill_at\": \"2024-08-23T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15357303030067,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15214219428147,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6975264784691\n                                },\n                                {\n                                    \"id\": 15357303062835,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15214219460915,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 6975264784691\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-28T23:20:15-07:00\",\n                            \"destination\": {\n                                \"id\": 6459046756659,\n                                \"zip\": \"90063\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"justin.r.porter989@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"622 N Record Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Porter\",\n                                \"first_name\": \"Justin\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 972890997043,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        },\n                        {\n                            \"id\": 6981819433267,\n                            \"status\": \"on_hold\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6021663588659,\n                            \"created_at\": \"2024-08-28T23:20:15-07:00\",\n                            \"fulfill_at\": \"2024-08-23T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15369109831987,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15214219460915,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 6981819433267\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-28T23:20:15-07:00\",\n                            \"destination\": {\n                                \"id\": 6465092092211,\n                                \"zip\": \"90063\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"justin.r.porter989@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"622 N Record Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Porter\",\n                                \"first_name\": \"Justin\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 979380076851,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [\n                                {\n                                    \"reason\": \"other\",\n                                    \"reason_notes\": \"no shaker\"\n                                }\n                            ],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [\n                                \"release_hold\"\n                            ],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T20:19:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12297\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12298\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9798\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9799\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9800\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"188\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6023\",\n            \"attributes\": {\n                \"number\": \"114-8161609-5868231\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-23T20:05:20.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:37:05.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4363945872\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-23T21:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12309\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12310\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9809\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9810\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9811\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"201\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6039\",\n            \"attributes\": {\n                \"number\": \"#2371\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T01:18:19.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:37:40.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59650\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6021896143155,\n                        \"name\": \"#2371\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"tchrkim@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"fbe5fa2e472884e61a2f6fa619f7c30b\",\n                        \"app_id\": 580111,\n                        \"number\": 1371,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8188052701491,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"tchrkim@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Yee\",\n                            \"created_at\": \"2024-08-23T18:18:17-07:00\",\n                            \"first_name\": \"Kim\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-23T18:18:25-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10183205388595,\n                                \"zip\": \"92886\",\n                                \"city\": \"Yorba Linda\",\n                                \"name\": \"Kim Yee\",\n                                \"phone\": \"+17149964345\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"18090 Joel Brattain Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Yee\",\n                                \"first_name\": \"Kim\",\n                                \"customer_id\": 8188052701491,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8188052701491\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-23T18:18:20-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:37:44-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"1d4f39a6d51cf109d887f84eeb2a83d1\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"172.114.186.107\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjYwWjlGMldZVldIVDIxSlhGTk1BRlhU\",\n                        \"created_at\": \"2024-08-23T18:18:19-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15214673264947,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15214673264947\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-28T13:53:45-07:00\",\n                        \"checkout_id\": 38168262213939,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322723098931,\n                                \"name\": \"#2371.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6021896143155,\n                                \"created_at\": \"2024-08-26T14:37:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15214673264947,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15214673264947\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-28T13:53:45-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793060703\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793060703\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248793060703\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248793060703\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322723098931\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpssnmdFg2YiwhyZqlUl_sa9rQ3LSd8j0FQYLencBDqOTKHK6HjmBe8DIdA_aem_RGwXWLiv0aontHIRpOIOIQ&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2371,\n                        \"processed_at\": \"2024-08-23T18:18:17-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"tchrkim@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"354be6f1ab8b51b8736d2a4db15b16bc\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.114.186.107\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 344.0.9.27.90 (iPhone15,3; iOS 17_5_1; en_US; en-US; scale=3.00; 1125x2436; 631222391; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4819515670835,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92886\",\n                            \"city\": \"Yorba Linda\",\n                            \"name\": \"Kim Yee\",\n                            \"phone\": \"+17149964345\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"18090 Joel Brattain Dr\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Yee\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kim\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fbe5fa2e472884e61a2f6fa619f7c30b/authenticate?key=b69eba8fee41b25c9889ac99748f5914&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92886\",\n                            \"city\": \"Yorba Linda\",\n                            \"name\": \"Kim Yee\",\n                            \"phone\": \"+17149964345\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"18090 Joel Brattain Dr\",\n                            \"address2\": null,\n                            \"latitude\": 33.9034696,\n                            \"province\": \"California\",\n                            \"last_name\": \"Yee\",\n                            \"longitude\": -117.818345,\n                            \"first_name\": \"Kim\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"1d4f39a6d51cf109d887f84eeb2a83d1\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WYKWPUAA0\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6021896143155\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6975505334579,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6021896143155,\n                            \"created_at\": \"2024-08-23T18:18:20-07:00\",\n                            \"fulfill_at\": \"2024-08-23T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15357758341427,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15214673264947,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6975505334579\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:37:43-07:00\",\n                            \"destination\": {\n                                \"id\": 6459225014579,\n                                \"zip\": \"92886\",\n                                \"city\": \"Yorba Linda\",\n                                \"email\": \"tchrkim@hotmail.com\",\n                                \"phone\": \"+17149964345\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"18090 Joel Brattain Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Yee\",\n                                \"first_name\": \"Kim\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 973130563891,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T01:19:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12354\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12355\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9835\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"230\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6041\",\n            \"attributes\": {\n                \"number\": \"114-9986479-3547469\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 44.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T00:50:24.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4364107257\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T02:08:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12358\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12359\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9841\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9842\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9843\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"206\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6044\",\n            \"attributes\": {\n                \"number\": \"#2372\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T04:36:32.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:58:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59667\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022008504627,\n                        \"name\": \"#2372\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"brennagile@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"eadbc284e4c166c865261534eb5f894d\",\n                        \"app_id\": 580111,\n                        \"number\": 1372,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8188213428531,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"brennagile@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Gile\",\n                            \"created_at\": \"2024-08-23T21:36:29-07:00\",\n                            \"first_name\": \"Brenna\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-23T21:36:38-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10183338131763,\n                                \"zip\": \"98031\",\n                                \"city\": \"Kent\",\n                                \"name\": \"Brenna Gile\",\n                                \"phone\": \"+2034301064\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"10825 SE 200th St A202\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Gile\",\n                                \"first_name\": \"Brenna\",\n                                \"customer_id\": 8188213428531,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"WA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8188213428531\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-23T21:36:33-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:58:17-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"8aec128aa4a4b6ec25f22c6366f2e75f\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2601:601:401:970:55ff:ba43:67e8:f41b\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjYxQUZRQTIxVkdSNk02MjZHRFNGRVhS\",\n                        \"created_at\": \"2024-08-23T21:36:32-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15214882062643,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"King County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.037,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kent City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15214882062643\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-29T11:43:18-07:00\",\n                        \"checkout_id\": 38168681283891,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322739024179,\n                                \"name\": \"#2372.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022008504627,\n                                \"created_at\": \"2024-08-26T14:58:17-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15214882062643,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"King County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.037,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kent City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.065,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15214882062643\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-29T11:43:18-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793229056\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793229056\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248793229056\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248793229056\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322739024179\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpp88C_MRxrQAHvDgeJpqTQ5w2U7up072245zDL5NyLKNE8d94k7y3E5Arg_aem_RrW2KVhvClWTw6nhGrOpdA&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 2372,\n                        \"processed_at\": \"2024-08-23T21:36:29-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"brennagile@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c18a004b89b53763c813e1223ca63a4b\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2601:601:401:970:55ff:ba43:67e8:f41b\",\n                            \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4819597361459,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"King County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.037,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kent City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"98031\",\n                            \"city\": \"Kent\",\n                            \"name\": \"Brenna Gile\",\n                            \"phone\": \"+2034301064\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"10825 SE 200th St A202\",\n                            \"address2\": null,\n                            \"latitude\": 47.422022,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Gile\",\n                            \"longitude\": -122.196097,\n                            \"first_name\": \"Brenna\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/eadbc284e4c166c865261534eb5f894d/authenticate?key=3800c17b29ab464bd3187c346e6b7339&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"98031\",\n                            \"city\": \"Kent\",\n                            \"name\": \"Brenna Gile\",\n                            \"phone\": \"+2034301064\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"10825 SE 200th St A202\",\n                            \"address2\": null,\n                            \"latitude\": 47.422022,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Gile\",\n                            \"longitude\": -122.196097,\n                            \"first_name\": \"Brenna\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"8aec128aa4a4b6ec25f22c6366f2e75f\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VJ5DUJAT0\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022008504627\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6975620940083,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022008504627,\n                            \"created_at\": \"2024-08-23T21:36:33-07:00\",\n                            \"fulfill_at\": \"2024-08-23T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15357968351539,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15214882062643,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6975620940083\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:58:17-07:00\",\n                            \"destination\": {\n                                \"id\": 6459344421171,\n                                \"zip\": \"98031\",\n                                \"city\": \"Kent\",\n                                \"email\": \"brennagile@gmail.com\",\n                                \"phone\": \"+2034301064\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"10825 SE 200th St A202\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Gile\",\n                                \"first_name\": \"Brenna\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 973245612339,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T04:37:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12364\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12365\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9847\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"236\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6046\",\n            \"attributes\": {\n                \"number\": \"113-1266871-0129820\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T04:24:02.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4364205658\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T05:09:00.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12368\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12369\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9850\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9851\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9852\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"207\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6052\",\n            \"attributes\": {\n                \"number\": \"#2373\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 3.32,\n                \"discount\": 0,\n                \"total\": 54.3,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T11:34:51.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59753\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022259310899,\n                        \"name\": \"#2373\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"keikotsubaki23@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"500eca1246a1508928741412a21ad91a\",\n                        \"app_id\": 580111,\n                        \"number\": 1373,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8188556083507,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"keikotsubaki23@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Tsubaki\",\n                            \"created_at\": \"2024-08-24T04:34:46-07:00\",\n                            \"first_name\": \"Keiko\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T04:34:56-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10183653425459,\n                                \"zip\": \"32818\",\n                                \"city\": \"Orlando\",\n                                \"name\": \"Keiko Tsubaki\",\n                                \"phone\": \"(407) 970-2956\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"7327 Penfield Ct\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Tsubaki\",\n                                \"first_name\": \"Keiko\",\n                                \"customer_id\": 8188556083507,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"FL\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8188556083507\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T04:34:51-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T13:42:55-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"8c3e6a9d15ac10103d2f499d6534ef89\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.005,\n                                \"price\": \"0.26\",\n                                \"title\": \"Orange County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.26\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.26\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"3.06\",\n                                \"title\": \"Florida State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.06\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.06\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"3.32\",\n                        \"browser_ip\": \"72.238.20.82\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjYyMjQ3TjU4RzFKM01LVDU0RDQ4SFlC\",\n                        \"created_at\": \"2024-08-24T04:34:51-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15215313387827,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215313387827\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15215313420595,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215313420595\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15215313453363,\n                                \"sku\": \"ap-15\",\n                                \"name\": \"ASIAN PEAR\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"ASIAN PEAR\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.13\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.13\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.13\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"1.53\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.53\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.53\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091917619,\n                                \"properties\": [],\n                                \"variant_id\": 47759605039411,\n                                \"pre_tax_price\": \"25.49\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215313453363\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.50\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15215313486131,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.13\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.13\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.13\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"1.53\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.53\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.53\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"25.49\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215313486131\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.50\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-09-03T16:15:49-07:00\",\n                        \"checkout_id\": 38169538527539,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"54.30\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322674536755,\n                                \"name\": \"#2373.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022259310899,\n                                \"created_at\": \"2024-08-26T13:42:54-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15215313387827,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215313387827\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15215313420595,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215313420595\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15215313453363,\n                                        \"sku\": \"ap-15\",\n                                        \"name\": \"ASIAN PEAR\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"ASIAN PEAR\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.13\",\n                                                \"title\": \"Orange County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.13\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.13\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"1.53\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.53\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.53\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091917619,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759605039411,\n                                        \"pre_tax_price\": \"25.49\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215313453363\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.50\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15215313486131,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.13\",\n                                                \"title\": \"Orange County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.13\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.13\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"1.53\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.53\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.53\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"25.49\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215313486131\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.50\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-09-03T16:15:49-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792498592\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792498592\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434636206248792498592\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9434636206248792498592\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322674536755\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpjUaIJqMXgfvHNt0PHXEyYR6DwF8QXcJPleD7wts82hoxHT20H5B7Y4oLQ_aem_owOUxALQdCD5b0LQ3RWvCg&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2373,\n                        \"processed_at\": \"2024-08-24T04:34:46-07:00\",\n                        \"total_weight\": 542,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"keikotsubaki23@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"97acb14f6a5254118069ec60eefbd78e\",\n                        \"client_details\": {\n                            \"browser_ip\": \"72.238.20.82\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-G991U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 Instagram 345.0.0.48.95 Android (34/14; 480dpi; 1080x2176; samsung; SM-G991U; o1q; qcom; en_US; 634109015)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"9.00\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4819807076659,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"50.98\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"32818\",\n                            \"city\": \"Orlando\",\n                            \"name\": \"Keiko Tsubaki\",\n                            \"phone\": \"(407) 970-2956\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7327 Penfield Ct\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Tsubaki\",\n                            \"longitude\": null,\n                            \"first_name\": \"Keiko\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"9.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"54.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"54.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/500eca1246a1508928741412a21ad91a/authenticate?key=2493b45e93c77d8784b38db67e9ee6f6&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"32818\",\n                            \"city\": \"Orlando\",\n                            \"name\": \"Keiko Tsubaki\",\n                            \"phone\": \"(407) 970-2956\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7327 Penfield Ct\",\n                            \"address2\": null,\n                            \"latitude\": 28.5660679,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Tsubaki\",\n                            \"longitude\": -81.48972309999999,\n                            \"first_name\": \"Keiko\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"current_total_tax\": \"3.32\",\n                        \"source_identifier\": \"8c3e6a9d15ac10103d2f499d6534ef89\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GWL0GDJEQ\",\n                        \"current_total_price\": \"54.30\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"9.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"9.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022259310899\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"50.98\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"9.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"54.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"54.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"9.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"9.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6975875645747,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022259310899,\n                            \"created_at\": \"2024-08-24T04:34:52-07:00\",\n                            \"fulfill_at\": \"2024-08-24T04:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15358401937715,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15215313387827,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6975875645747\n                                },\n                                {\n                                    \"id\": 15358401970483,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15215313420595,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6975875645747\n                                },\n                                {\n                                    \"id\": 15358402003251,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759605039411,\n                                    \"line_item_id\": 15215313453363,\n                                    \"inventory_item_id\": 49808354672947,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6975875645747\n                                },\n                                {\n                                    \"id\": 15358402036019,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15215313486131,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6975875645747\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T13:42:54-07:00\",\n                            \"destination\": {\n                                \"id\": 6459623178547,\n                                \"zip\": \"32818\",\n                                \"city\": \"Orlando\",\n                                \"email\": \"keikotsubaki23@gmail.com\",\n                                \"phone\": \"(407) 970-2956\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"7327 Penfield Ct\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Tsubaki\",\n                                \"first_name\": \"Keiko\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 973498843443,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T11:35:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12380\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12381\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9860\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9861\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9862\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9863\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9864\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"204\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6062\",\n            \"attributes\": {\n                \"number\": \"#2374\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 33.03,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T16:51:28.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59832\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022603342131,\n                        \"name\": \"#2374\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sydnekaku@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"da5449d4024396228f34909c8360f28c\",\n                        \"app_id\": 580111,\n                        \"number\": 1374,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8188951691571,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sydnekaku@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Kaku\",\n                            \"created_at\": \"2024-08-24T09:51:24-07:00\",\n                            \"first_name\": \"Sydne\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T09:51:29-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10184024949043,\n                                \"zip\": \"90640\",\n                                \"city\": \"Montebello\",\n                                \"name\": \"Sydne Kaku\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2109 San Antonio Drive\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Kaku\",\n                                \"first_name\": \"Sydne\",\n                                \"customer_id\": 8188951691571,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8188951691571\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T09:51:29-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T13:39:34-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"32d93708efb4d7f82b054129182a1922\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"107.119.53.56\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjYyTU5SWVJaNTE2QU03NkszRERLVjYw\",\n                        \"created_at\": \"2024-08-24T09:51:28-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15215960064307,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Montebello City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"28.04\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"28.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"28.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215960064307\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.95\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.95\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.95\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15215960097075,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Montebello City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215960097075\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-28T11:01:42-07:00\",\n                        \"checkout_id\": 38170432045363,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"33.03\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322672537907,\n                                \"name\": \"#2374.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022603342131,\n                                \"created_at\": \"2024-08-26T13:39:34-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15215960064307,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Montebello City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"28.04\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"28.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"28.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215960064307\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.95\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.95\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.95\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15215960097075,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Montebello City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15215960097075\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-28T11:01:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792462959\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792462959\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248792462959\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248792462959\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322672537907\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/asian-pear?variant=47759605039411&utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | Product | Sales | All&utm_content=Static_1080x1080_productv4 - WP&fbclid=PAZXh0bgNhZW0BMAABpnS5dlq1cy9FtaOP3hcVGcwhQ9k_ZovVeY_dS1Gay2DC0DHhMbtstCnliQ_aem_7AFsk9fCz4kl1Ka3rZ-T-g&campaign_id=120213284109040012&ad_id=120213949606650012\",\n                        \"order_number\": 2374,\n                        \"processed_at\": \"2024-08-24T09:51:23-07:00\",\n                        \"total_weight\": 283,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sydnekaku@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"394141b9a90f1bec41bf1d49e5ed1fbf\",\n                        \"client_details\": {\n                            \"browser_ip\": \"107.119.53.56\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 345.3.3.38.86 (iPhone14,2; iOS 17_5_1; en_US; en-US; scale=3.00; 1170x2532; 634675901; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.95\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4820052017459,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Montebello City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"28.04\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"91754\",\n                            \"city\": \"Monterey Park\",\n                            \"name\": \"Sydne Kaku\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"980 Crest Vista Drive\",\n                            \"address2\": null,\n                            \"latitude\": 34.0515353,\n                            \"province\": \"California\",\n                            \"last_name\": \"Kaku\",\n                            \"longitude\": -118.1429348,\n                            \"first_name\": \"Sydne\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.95\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"33.03\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"33.03\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/da5449d4024396228f34909c8360f28c/authenticate?key=d7df43f6ee08bf3478c26186f10d7f7e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90640\",\n                            \"city\": \"Montebello\",\n                            \"name\": \"Sydne Kaku\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2109 San Antonio Drive\",\n                            \"address2\": null,\n                            \"latitude\": 34.02462,\n                            \"province\": \"California\",\n                            \"last_name\": \"Kaku\",\n                            \"longitude\": -118.120614,\n                            \"first_name\": \"Sydne\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"32d93708efb4d7f82b054129182a1922\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.04\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.04\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"YN8XZ3P4P\",\n                        \"current_total_price\": \"33.03\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022603342131\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"28.04\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"4.95\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"33.03\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"33.03\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.04\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.04\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976226394419,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022603342131,\n                            \"created_at\": \"2024-08-24T09:51:29-07:00\",\n                            \"fulfill_at\": \"2024-08-24T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359045861683,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15215960064307,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976226394419\n                                },\n                                {\n                                    \"id\": 15359045894451,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15215960097075,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976226394419\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T13:39:34-07:00\",\n                            \"destination\": {\n                                \"id\": 6459916353843,\n                                \"zip\": \"90640\",\n                                \"city\": \"Montebello\",\n                                \"email\": \"sydnekaku@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2109 San Antonio Drive\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Kaku\",\n                                \"first_name\": \"Sydne\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 973847494963,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T16:52:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12400\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12401\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9876\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9877\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9878\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"202\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6063\",\n            \"attributes\": {\n                \"number\": \"113-6333148-9846640\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T16:06:34.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:08:06.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4364596338\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T17:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12402\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12403\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9879\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9880\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9881\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"218\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6064\",\n            \"attributes\": {\n                \"number\": \"113-0647524-0919430\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T16:11:12.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:40:50.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4364596339\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T17:09:02.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12404\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12405\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9882\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9883\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9884\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"203\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6067\",\n            \"attributes\": {\n                \"number\": \"#2375\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 59.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T17:59:30.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59856\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022692471091,\n                        \"name\": \"#2375\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"aron.ouye@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"c24b317f256ac3adc120f486279990cc\",\n                        \"app_id\": 580111,\n                        \"number\": 1375,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189050323251,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"aron.ouye@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Ouye\",\n                            \"created_at\": \"2024-08-24T10:59:26-07:00\",\n                            \"first_name\": \"Aron\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T10:59:34-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10184109228339,\n                                \"zip\": \"92130\",\n                                \"city\": \"San Diego\",\n                                \"name\": \"Aron Ouye\",\n                                \"phone\": \"+18587500433\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5437 Seaside Cypress Trail\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ouye\",\n                                \"first_name\": \"Aron\",\n                                \"customer_id\": 8189050323251,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189050323251\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T10:59:30-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T13:44:11-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"477f716e41a7bf1798d50fa50abf308f\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1012:b34c:7992:ec46:27f3:f81c:d1ce\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjYyUkc5Q0dIOEM2WUVOUUFXNVMzSE5F\",\n                        \"created_at\": \"2024-08-24T10:59:30-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216131801395,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216131801395\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216131834163,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216131834163\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216131866931,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216131866931\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-28T13:28:04-07:00\",\n                        \"checkout_id\": 38170639237427,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"59.98\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322675585331,\n                                \"name\": \"#2375.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022692471091,\n                                \"created_at\": \"2024-08-26T13:44:11-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216131801395,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216131801395\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216131834163,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216131834163\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216131866931,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216131866931\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-28T13:28:04-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792512618\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792512618\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434636206248792512618\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9434636206248792512618\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322675585331\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 2375,\n                        \"processed_at\": \"2024-08-24T10:59:26-07:00\",\n                        \"total_weight\": 451,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"aron.ouye@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"433802d1851c80e2955341f5bf793944\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1012:b34c:7992:ec46:27f3:f81c:d1ce\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://vuoriclothing.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4820104905011,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"59.98\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92130\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"Aron Ouye\",\n                            \"phone\": \"+18587500433\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5437 Seaside Cypress Trail\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ouye\",\n                            \"longitude\": null,\n                            \"first_name\": \"Aron\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c24b317f256ac3adc120f486279990cc/authenticate?key=b10526580a9a0751fa865355515c2f3a&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92130\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"Aron Ouye\",\n                            \"phone\": \"+18587500433\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5437 Seaside Cypress Trail\",\n                            \"address2\": null,\n                            \"latitude\": 32.9691353,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ouye\",\n                            \"longitude\": -117.1971972,\n                            \"first_name\": \"Aron\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"477f716e41a7bf1798d50fa50abf308f\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"4NDU4FHNM\",\n                        \"current_total_price\": \"59.98\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022692471091\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"59.98\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976317456691,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022692471091,\n                            \"created_at\": \"2024-08-24T10:59:30-07:00\",\n                            \"fulfill_at\": \"2024-08-24T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359216156979,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15216131801395,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976317456691\n                                },\n                                {\n                                    \"id\": 15359216189747,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216131834163,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976317456691\n                                },\n                                {\n                                    \"id\": 15359216222515,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15216131866931,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976317456691\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T13:44:11-07:00\",\n                            \"destination\": {\n                                \"id\": 6459977466163,\n                                \"zip\": \"92130\",\n                                \"city\": \"San Diego\",\n                                \"email\": \"aron.ouye@gmail.com\",\n                                \"phone\": \"+18587500433\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5437 Seaside Cypress Trail\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ouye\",\n                                \"first_name\": \"Aron\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 973938262323,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T18:00:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12410\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12411\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9887\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9888\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9889\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9890\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"205\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6069\",\n            \"attributes\": {\n                \"number\": \"#2376\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 1.53,\n                \"discount\": 0,\n                \"total\": 45.71,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T18:11:20.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59878\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022706954547,\n                        \"name\": \"#2376\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"janehchen00@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"c057b230f8174e9f34d45d151c300c9d\",\n                        \"app_id\": 580111,\n                        \"number\": 1376,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189069590835,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"janehchen00@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Chen\",\n                            \"created_at\": \"2024-08-24T11:11:16-07:00\",\n                            \"first_name\": \"Jane\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T11:11:21-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10184126628147,\n                                \"zip\": \"90033\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Jane Chen\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2201 Trojan Way\",\n                                \"address2\": \"Unit 3303\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Chen\",\n                                \"first_name\": \"Jane\",\n                                \"customer_id\": 8189069590835,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189069590835\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T13:54:22-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"bdd12e40abab1c212237f33bab9d2839\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"0.97\",\n                                \"title\": \"California State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.97\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.97\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0025,\n                                \"price\": \"0.04\",\n                                \"title\": \"Los Angeles County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0225,\n                                \"price\": \"0.36\",\n                                \"title\": \"Los Angeles County District Tax Sp\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.36\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.36\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.16\",\n                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"1.53\",\n                        \"browser_ip\": \"68.180.127.185\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjYyUzc2NThONUJIOFcxN0U1WlpCWlhO\",\n                        \"created_at\": \"2024-08-24T11:11:20-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216157786419,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"28.03\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"28.03\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"28.03\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216157786419\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.96\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.96\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.96\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216157819187,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216157819187\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216157851955,\n                                \"sku\": \"starter\",\n                                \"name\": \"STARTER KIT\",\n                                \"grams\": 136,\n                                \"price\": \"18.99\",\n                                \"title\": \"STARTER KIT\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.97\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.97\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.97\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.36\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.36\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.36\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9335308878131,\n                                \"properties\": [],\n                                \"variant_id\": 49533376037171,\n                                \"pre_tax_price\": \"16.15\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"16.15\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"16.15\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216157851955\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"2.84\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"2.84\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"2.84\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-28T10:42:18-07:00\",\n                        \"checkout_id\": 38170673250611,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"45.71\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322685120819,\n                                \"name\": \"#2376.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022706954547,\n                                \"created_at\": \"2024-08-26T13:54:21-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216157786419,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"28.03\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"28.03\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"28.03\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216157786419\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.96\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216157819187,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216157819187\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216157851955,\n                                        \"sku\": \"starter\",\n                                        \"name\": \"STARTER KIT\",\n                                        \"grams\": 136,\n                                        \"price\": \"18.99\",\n                                        \"title\": \"STARTER KIT\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.97\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.97\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.97\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.04\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.04\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.04\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.36\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.36\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.36\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.16\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.16\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.16\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9335308878131,\n                                        \"properties\": [],\n                                        \"variant_id\": 49533376037171,\n                                        \"pre_tax_price\": \"16.15\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.15\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.15\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216157851955\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"2.84\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"2.84\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"2.84\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-28T10:42:18-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792622140\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792622140\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434636206248792622140\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9434636206248792622140\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322685120819\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/starter-kit?variant=49533376037171?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | Starter Kit | Sales | All&utm_content=Static_1080x1080_starterkitv3&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpg7weVqf6pAnv-1sS_2RbpSCu4kyCGJLBLhS81qx5OULvqTNhiFxOPxPJw_aem_tLFa5uta1yt7vBAXSqi-aA&campaign_id=120212425206740012&ad_id=120213980575780012\",\n                        \"order_number\": 2376,\n                        \"processed_at\": \"2024-08-24T11:11:16-07:00\",\n                        \"total_weight\": 419,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"janehchen00@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"1.53\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"1.53\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"6d4d0bc1ed5d626d232c7193bdda27fb\",\n                        \"client_details\": {\n                            \"browser_ip\": \"68.180.127.185\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S906U1 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 Instagram 345.0.0.48.95 Android (34/14; 480dpi; 1080x2122; samsung; SM-S906U1; g0q; qcom; en_US; 634109015)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"7.80\"\n                            }\n                        ],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4820113424691,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"44.18\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90033\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Jane Chen\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2201 Trojan Way\",\n                            \"address2\": \"Unit 3303\",\n                            \"latitude\": 34.064822,\n                            \"province\": \"California\",\n                            \"last_name\": \"Chen\",\n                            \"longitude\": -118.201861,\n                            \"first_name\": \"Jane\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"7.80\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"45.71\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"45.71\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c057b230f8174e9f34d45d151c300c9d/authenticate?key=14f5ac1d9f899abdd3f4c813a33f5835&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90033\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Jane Chen\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2201 Trojan Way\",\n                            \"address2\": \"Unit 3303\",\n                            \"latitude\": 34.064822,\n                            \"province\": \"California\",\n                            \"last_name\": \"Chen\",\n                            \"longitude\": -118.201861,\n                            \"first_name\": \"Jane\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"1.53\",\n                        \"source_identifier\": \"bdd12e40abab1c212237f33bab9d2839\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"UXKE5V5EL\",\n                        \"current_total_price\": \"45.71\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.80\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.80\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022706954547\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"1.53\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"1.53\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"44.18\",\n                        \"total_line_items_price\": \"51.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"7.80\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"45.71\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"45.71\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"51.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"51.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.80\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.80\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976332300595,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022706954547,\n                            \"created_at\": \"2024-08-24T11:11:21-07:00\",\n                            \"fulfill_at\": \"2024-08-24T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359242273075,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15216157786419,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976332300595\n                                },\n                                {\n                                    \"id\": 15359242305843,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216157819187,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976332300595\n                                },\n                                {\n                                    \"id\": 15359242371379,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 49533376037171,\n                                    \"line_item_id\": 15216157851955,\n                                    \"inventory_item_id\": 51581956129075,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976332300595\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T13:54:21-07:00\",\n                            \"destination\": {\n                                \"id\": 6459986706739,\n                                \"zip\": \"90033\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"janehchen00@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2201 Trojan Way\",\n                                \"address2\": \"Unit 3303\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Chen\",\n                                \"first_name\": \"Jane\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 973953138995,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12414\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12415\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9893\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9894\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9895\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9896\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9897\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9898\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9899\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9900\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9901\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"209\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6074\",\n            \"attributes\": {\n                \"number\": \"#2377\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0.42,\n                \"discount\": 0,\n                \"total\": 7.41,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T20:00:05.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:48:43.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59924\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022848446771,\n                        \"name\": \"#2377\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"gngrazi@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"420fc04c39b2a7b19d1562ffd09e2981\",\n                        \"app_id\": 580111,\n                        \"number\": 1377,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189224452403,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"gngrazi@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Graziano\",\n                            \"created_at\": \"2024-08-24T13:00:01-07:00\",\n                            \"first_name\": \"Nicole\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T13:00:11-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10184265105715,\n                                \"zip\": \"29617\",\n                                \"city\": \"Greenville\",\n                                \"name\": \"Nicole Graziano\",\n                                \"phone\": \"+18642463731\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"612 Sumter St\",\n                                \"address2\": null,\n                                \"province\": \"South Carolina\",\n                                \"last_name\": \"Graziano\",\n                                \"first_name\": \"Nicole\",\n                                \"customer_id\": 8189224452403,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"SC\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189224452403\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T13:00:06-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T13:48:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e625f17c43bfa7a6c859e1a87549a0af\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"0.42\",\n                                \"title\": \"South Carolina State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.42\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.42\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.42\",\n                        \"browser_ip\": \"2600:1700:7940:e40:2c3c:e9d6:371f:236e\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjYyWkhLNzBOUk5CTk5IQVRYTUY4Qzkw\",\n                        \"created_at\": \"2024-08-24T13:00:05-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216434839859,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"South Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216434839859\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-31T12:29:24-07:00\",\n                        \"checkout_id\": 38171074789683,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"7.41\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322678763827,\n                                \"name\": \"#2377.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022848446771,\n                                \"created_at\": \"2024-08-26T13:48:46-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216434839859,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"South Carolina State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216434839859\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-31T12:29:24-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792562437\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792562437\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248792562437\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248792562437\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322678763827\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpj9BfKh4oFsYg7mO_H2kVtqJysThHASYuXdf18xxjv6Qv0OrD4oGzB0gew_aem_Rwhc5TYxBcQb20ItMob3vA&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 2377,\n                        \"processed_at\": \"2024-08-24T13:00:01-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"gngrazi@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.42\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.42\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d15727412b9b11e9860cb09e583810a0\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1700:7940:e40:2c3c:e9d6:371f:236e\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 313.0.2.9.339 (iPhone14,8; iOS 17_5_1; en_US; en; scale=3.00; 1284x2778; 553462334)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4820196884787,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.42\",\n                                        \"title\": \"South Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.42\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.42\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"29617\",\n                            \"city\": \"Greenville\",\n                            \"name\": \"Nicole Graziano\",\n                            \"phone\": \"+18642463731\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"612 Sumter St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"South Carolina\",\n                            \"last_name\": \"Graziano\",\n                            \"longitude\": null,\n                            \"first_name\": \"Nicole\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"SC\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/420fc04c39b2a7b19d1562ffd09e2981/authenticate?key=f639f218f3dfa50eebf33eaf67bb3974&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"29617\",\n                            \"city\": \"Greenville\",\n                            \"name\": \"Nicole Graziano\",\n                            \"phone\": \"+18642463731\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"612 Sumter St\",\n                            \"address2\": null,\n                            \"latitude\": 34.8812307,\n                            \"province\": \"South Carolina\",\n                            \"last_name\": \"Graziano\",\n                            \"longitude\": -82.4388882,\n                            \"first_name\": \"Nicole\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"SC\"\n                        },\n                        \"current_total_tax\": \"0.42\",\n                        \"source_identifier\": \"e625f17c43bfa7a6c859e1a87549a0af\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VPG2GD8GN\",\n                        \"current_total_price\": \"7.41\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022848446771\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.42\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.42\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976476676403,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022848446771,\n                            \"created_at\": \"2024-08-24T13:00:07-07:00\",\n                            \"fulfill_at\": \"2024-08-24T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359518409011,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15216434839859,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976476676403\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T13:48:46-07:00\",\n                            \"destination\": {\n                                \"id\": 6460080554291,\n                                \"zip\": \"29617\",\n                                \"city\": \"Greenville\",\n                                \"email\": \"gngrazi@gmail.com\",\n                                \"phone\": \"+18642463731\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"612 Sumter St\",\n                                \"address2\": null,\n                                \"province\": \"South Carolina\",\n                                \"last_name\": \"Graziano\",\n                                \"first_name\": \"Nicole\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974096531763,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T20:00:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12424\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12425\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9910\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"208\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6077\",\n            \"attributes\": {\n                \"number\": \"#2378\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 53.53,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T22:04:26.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59950\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022972932403,\n                        \"name\": \"#2378\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"diana.gerstacker@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"b51c1566a0c7a1d9bb55e7a1d6de6902\",\n                        \"app_id\": 580111,\n                        \"number\": 1378,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189381280051,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"diana.gerstacker@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Gerstacker\",\n                            \"created_at\": \"2024-08-24T15:04:22-07:00\",\n                            \"first_name\": \"Diana\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T15:04:31-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10184402174259,\n                                \"zip\": \"80211\",\n                                \"city\": \"Denver\",\n                                \"name\": \"Diana Gerstacker\",\n                                \"phone\": \"+16318486814\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4336 Lipan St.\",\n                                \"address2\": null,\n                                \"province\": \"Colorado\",\n                                \"last_name\": \"Gerstacker\",\n                                \"first_name\": \"Diana\",\n                                \"customer_id\": 8189381280051,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CO\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189381280051\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T15:04:26-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:03:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"3139dca6a7245f25fda09337e19f9aa9\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"75.166.151.248\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSjYzNjkwNkNSRkU0RThTNUFDVFJUQ05K\",\n                        \"created_at\": \"2024-08-24T15:04:26-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216680599859,\n                                \"sku\": \"yc-15\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0481,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Denver City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Rtd Greater Denver\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Colorado State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.49\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216680599859\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.50\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216680632627,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0481,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Denver City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Rtd Greater Denver\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Colorado State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"28.04\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"28.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"28.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216680632627\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.95\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.95\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.95\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216680665395,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0481,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Denver City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.001,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Rtd Greater Denver\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.029,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Colorado State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216680665395\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-29T16:56:58-07:00\",\n                        \"checkout_id\": 38171466006835,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"53.53\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322693837107,\n                                \"name\": \"#2378.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022972932403,\n                                \"created_at\": \"2024-08-26T14:03:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216680599859,\n                                        \"sku\": \"yc-15\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0481,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Denver City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Rtd Greater Denver\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Colorado State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.49\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216680599859\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.50\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216680632627,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0481,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Denver City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Rtd Greater Denver\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Colorado State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"28.04\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"28.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"28.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216680632627\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.95\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.95\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.95\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216680665395,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0481,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Denver City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.001,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Rtd Greater Denver\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.029,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Colorado State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216680665395\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-29T16:56:58-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792720020\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792720020\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434636206248792720020\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9434636206248792720020\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322693837107\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/yuzucitrus?variant=47759609725235&sscid=81k8_ri6md&\",\n                        \"order_number\": 2378,\n                        \"processed_at\": \"2024-08-24T15:04:22-07:00\",\n                        \"total_weight\": 463,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"diana.gerstacker@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"079b1feab969727eef5ca40da898ea78\",\n                        \"client_details\": {\n                            \"browser_ip\": \"75.166.151.248\",\n                            \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"9.45\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4820270907699,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0481,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Denver City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.001,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Scientific & Cultural Fac.(Cd)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Rtd Greater Denver\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.029,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Colorado State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"53.53\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"80211\",\n                            \"city\": \"Denver\",\n                            \"name\": \"Diana Gerstacker\",\n                            \"phone\": \"+16318486814\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4336 Lipan St.\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Colorado\",\n                            \"last_name\": \"Gerstacker\",\n                            \"longitude\": null,\n                            \"first_name\": \"Diana\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CO\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"9.45\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.53\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.53\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b51c1566a0c7a1d9bb55e7a1d6de6902/authenticate?key=6c95a81f55d12434feaf454d990bc70a&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"80211\",\n                            \"city\": \"Denver\",\n                            \"name\": \"Diana Gerstacker\",\n                            \"phone\": \"+16318486814\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4336 Lipan St.\",\n                            \"address2\": null,\n                            \"latitude\": 39.77603879999999,\n                            \"province\": \"Colorado\",\n                            \"last_name\": \"Gerstacker\",\n                            \"longitude\": -105.0015701,\n                            \"first_name\": \"Diana\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CO\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"3139dca6a7245f25fda09337e19f9aa9\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.53\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.53\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VMR9M0P8Q\",\n                        \"current_total_price\": \"53.53\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"9.45\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"9.45\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022972932403\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"53.53\",\n                        \"total_line_items_price\": \"62.98\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"9.45\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.53\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.53\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.53\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.53\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"9.45\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"9.45\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976603980083,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022972932403,\n                            \"created_at\": \"2024-08-24T15:04:27-07:00\",\n                            \"fulfill_at\": \"2024-08-24T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359763120435,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15216680599859,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976603980083\n                                },\n                                {\n                                    \"id\": 15359763153203,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15216680632627,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976603980083\n                                },\n                                {\n                                    \"id\": 15359763185971,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216680665395,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976603980083\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:03:45-07:00\",\n                            \"destination\": {\n                                \"id\": 6460165456179,\n                                \"zip\": \"80211\",\n                                \"city\": \"Denver\",\n                                \"email\": \"diana.gerstacker@gmail.com\",\n                                \"phone\": \"+16318486814\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4336 Lipan St.\",\n                                \"address2\": null,\n                                \"province\": \"Colorado\",\n                                \"last_name\": \"Gerstacker\",\n                                \"first_name\": \"Diana\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974223409459,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T22:05:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12430\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12431\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9915\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9916\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9917\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9918\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"215\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6078\",\n            \"attributes\": {\n                \"number\": \"#2379\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0.62,\n                \"discount\": 0,\n                \"total\": 7.61,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T22:05:03.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:01:24.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59963\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022973325619,\n                        \"name\": \"#2379\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"llc.dan57@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"1ac1df17188111fabf043b7a4544997b\",\n                        \"app_id\": 580111,\n                        \"number\": 1379,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189381640499,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"llc.dan57@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"L\",\n                            \"created_at\": \"2024-08-24T15:04:41-07:00\",\n                            \"first_name\": \"Dan\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T15:05:09-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10184402665779,\n                                \"zip\": \"30309\",\n                                \"city\": \"Atlanta\",\n                                \"name\": \"D Li\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1405 Spring St NW\",\n                                \"address2\": \"Unit 13G\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"Li\",\n                                \"first_name\": \"D\",\n                                \"customer_id\": 8189381640499,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"GA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189381640499\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T15:05:04-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:01:28-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"6fd8d12b57a888398d8984d848cd46c7\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.03,\n                                \"price\": \"0.21\",\n                                \"title\": \"Fulton County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.21\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.21\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.015,\n                                \"price\": \"0.10\",\n                                \"title\": \"Atlanta City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.10\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.10\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.004,\n                                \"price\": \"0.03\",\n                                \"title\": \"Atlanta Tsplost Tl\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.28\",\n                                \"title\": \"Georgia State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.28\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.28\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.62\",\n                        \"browser_ip\": \"172.56.71.186\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjYzNkNTNUZBTUhDMEdNWVlDUlhFSEhN\",\n                        \"created_at\": \"2024-08-24T15:05:03-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216681386291,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Fulton County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Atlanta City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.004,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Atlanta Tsplost Tl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216681386291\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-31T10:52:17-07:00\",\n                        \"checkout_id\": 38171465187635,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"7.61\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322691608883,\n                                \"name\": \"#2379.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022973325619,\n                                \"created_at\": \"2024-08-26T14:01:28-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216681386291,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Fulton County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.015,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Atlanta City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.004,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Atlanta Tsplost Tl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Georgia State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216681386291\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-31T10:52:17-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792696828\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792696828\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248792696828\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248792696828\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322691608883\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpmqV8YBXpVt5OlEePpu8uX5-iDl_iS-bls_bGG07F7whjMiNZpstyzHdAg_aem_DQyXufVHWYRtGEcqWBH2Gg&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2379,\n                        \"processed_at\": \"2024-08-24T15:05:01-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"llc.dan57@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.62\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.62\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"425300869375d689023f66c35e6ffa1b\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.56.71.186\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 336.1.8.30.85 (iPhone14,2; iOS 17_5_1; en_US; en; scale=3.00; 1170x2532; 612888060; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4820271169843,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.21\",\n                                        \"title\": \"Fulton County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.21\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.21\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.10\",\n                                        \"title\": \"Atlanta City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.10\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.10\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.004,\n                                        \"price\": \"0.03\",\n                                        \"title\": \"Atlanta Tsplost Tl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.28\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.28\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.28\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"38017\",\n                            \"city\": \"Collierville\",\n                            \"name\": \"Dan L\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"A\",\n                            \"address2\": null,\n                            \"latitude\": 35.0603204,\n                            \"province\": \"Tennessee\",\n                            \"last_name\": \"L\",\n                            \"longitude\": -89.64399240000002,\n                            \"first_name\": \"Dan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.61\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.61\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/1ac1df17188111fabf043b7a4544997b/authenticate?key=1931b75c9a65d8143ecbbe308583ecd7&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"30309\",\n                            \"city\": \"Atlanta\",\n                            \"name\": \"D Li\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1405 Spring St NW\",\n                            \"address2\": \"Unit 13G\",\n                            \"latitude\": 33.7930449,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"Li\",\n                            \"longitude\": -84.3887846,\n                            \"first_name\": \"D\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"current_total_tax\": \"0.62\",\n                        \"source_identifier\": \"6fd8d12b57a888398d8984d848cd46c7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WLAKLV5L6\",\n                        \"current_total_price\": \"7.61\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022973325619\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.62\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.62\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.61\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.61\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976604373299,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022973325619,\n                            \"created_at\": \"2024-08-24T15:05:04-07:00\",\n                            \"fulfill_at\": \"2024-08-24T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359763906867,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15216681386291,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976604373299\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:01:28-07:00\",\n                            \"destination\": {\n                                \"id\": 6460165718323,\n                                \"zip\": \"30309\",\n                                \"city\": \"Atlanta\",\n                                \"email\": \"llc.dan57@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1405 Spring St NW\",\n                                \"address2\": \"Unit 13G\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"Li\",\n                                \"first_name\": \"D\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974223802675,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T22:05:16.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12432\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12433\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9919\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"213\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6079\",\n            \"attributes\": {\n                \"number\": \"#2380\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T22:22:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:23:14.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T22:23:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59970\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022987350323,\n                        \"name\": \"#2380\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"luisrure1766@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"3cad8ac64103a8b2e653e407903322f2\",\n                        \"app_id\": 129785,\n                        \"number\": 1380,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189401202995,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"luisrure1766@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T15:22:50-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T15:22:50-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189401202995\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T15:22:50-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T15:22:15-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"4b3736a3c865dc65ee6b3b096ed62e32\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"166.196.79.48\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T15:22:13-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216708976947,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216708976947\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216709009715,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216709009715\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T15:22:51-07:00\",\n                        \"checkout_id\": 38161702486323,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320722940211,\n                                \"name\": \"#2380.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022987350323,\n                                \"created_at\": \"2024-08-24T15:22:14-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216708976947,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216708976947\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216709009715,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216709009715\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T15:22:14-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320722940211\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2380,\n                        \"processed_at\": \"2024-08-24T15:22:13-07:00\",\n                        \"total_weight\": 271,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"luisrure1766@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"5B46DEEF-F15D-4474-B041-B577A5458B30\",\n                        \"client_details\": {\n                            \"browser_ip\": \"166.196.79.48\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3cad8ac64103a8b2e653e407903322f2/authenticate?key=403e91a8802e3f34714c05a970acda4f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1334\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"CA57CFWIJ\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022987350323\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976618594611,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022987350323,\n                            \"created_at\": \"2024-08-24T15:22:14-07:00\",\n                            \"fulfill_at\": \"2024-08-24T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359791235379,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15216708976947,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976618594611\n                                },\n                                {\n                                    \"id\": 15359791268147,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216709009715,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976618594611\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T15:22:15-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974238023987,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T22:23:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12434\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12435\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9920\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9921\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9922\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6080\",\n            \"attributes\": {\n                \"number\": \"#2381\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 50.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T22:26:06.000000Z\",\n                \"updated_at\": \"2024-08-24T22:42:13.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T22:26:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"59980\",\n                \"packing_note\": \"they bought asian pear before and loved it, push subscription next time\",\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6022990463283,\n                        \"name\": \"#2381\",\n                        \"note\": \"they bought asian pear before and loved it, push subscription next time\",\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"hello.eddie.linda@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"90cb8dfeb979f5de325119d4e41b1c6a\",\n                        \"app_id\": 129785,\n                        \"number\": 1381,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8117702656307,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"hello.eddie.linda@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-07-20T12:21:23-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T15:41:10-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8117702656307\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-07-20T12:21:23-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T15:41:07-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"7d9c2a6b2e6bf6465ba4aa278af4ba29\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1135::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T15:26:06-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216714940723,\n                                \"sku\": \"ap-15\",\n                                \"name\": \"ASIAN PEAR\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"ASIAN PEAR\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091917619,\n                                \"properties\": [],\n                                \"variant_id\": 47759605039411,\n                                \"pre_tax_price\": \"25.49\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216714940723\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.50\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216714973491,\n                                \"sku\": \"yc-15\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216714973491\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216715006259,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216715006259\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T15:41:07-07:00\",\n                        \"checkout_id\": 38171514962227,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"50.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320724349235,\n                                \"name\": \"#2381.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6022990463283,\n                                \"created_at\": \"2024-08-24T15:26:07-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216714940723,\n                                        \"sku\": \"ap-15\",\n                                        \"name\": \"ASIAN PEAR\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"ASIAN PEAR\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091917619,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759605039411,\n                                        \"pre_tax_price\": \"25.49\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216714940723\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.50\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216714973491,\n                                        \"sku\": \"yc-15\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216714973491\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216715006259,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216715006259\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T15:26:07-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320724349235\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2381,\n                        \"processed_at\": \"2024-08-24T15:26:04-07:00\",\n                        \"total_weight\": 451,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"hello.eddie.linda@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"0A0B996C-04A2-4744-ABCD-91C37D27AC68\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1135::8\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"8.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"50.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"8.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/90cb8dfeb979f5de325119d4e41b1c6a/authenticate?key=32acf48dec099f71c6ce92f1dc7046c7&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1335\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"85HZCL0H0\",\n                        \"current_total_price\": \"50.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6022990463283\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"50.99\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"8.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976621805875,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6022990463283,\n                            \"created_at\": \"2024-08-24T15:26:07-07:00\",\n                            \"fulfill_at\": \"2024-08-24T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359797166387,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759605039411,\n                                    \"line_item_id\": 15216714940723,\n                                    \"inventory_item_id\": 49808354672947,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976621805875\n                                },\n                                {\n                                    \"id\": 15359797199155,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15216714973491,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976621805875\n                                },\n                                {\n                                    \"id\": 15359797231923,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216715006259,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976621805875\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T15:26:07-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974241235251,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T22:26:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12436\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12437\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9923\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9924\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9925\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9926\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6082\",\n            \"attributes\": {\n                \"number\": \"#2382\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T22:39:56.000000Z\",\n                \"updated_at\": \"2024-08-24T22:55:14.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T22:40:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60000\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023001014579,\n                        \"name\": \"#2382\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"inductivob@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"48b75be7f3da92f0a841b58ce540dcb9\",\n                        \"app_id\": 129785,\n                        \"number\": 1382,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189420110131,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"inductivob@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T15:40:10-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T15:40:14-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189420110131\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T15:40:10-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T15:54:57-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"dec8a9321177206895d35c6e3a5dc3c4\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"166.196.79.48\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T15:39:56-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216735715635,\n                                \"sku\": \"yc-15\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216735715635\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216735748403,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216735748403\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T15:54:57-07:00\",\n                        \"checkout_id\": 38171523186995,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320730804531,\n                                \"name\": \"#2382.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023001014579,\n                                \"created_at\": \"2024-08-24T15:39:57-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216735715635,\n                                        \"sku\": \"yc-15\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216735715635\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216735748403,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216735748403\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T15:39:57-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320730804531\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2382,\n                        \"processed_at\": \"2024-08-24T15:39:54-07:00\",\n                        \"total_weight\": 271,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"inductivob@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"696FF86F-5F9D-4FFB-8039-41C7B6210099\",\n                        \"client_details\": {\n                            \"browser_ip\": \"166.196.79.48\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/48b75be7f3da92f0a841b58ce540dcb9/authenticate?key=e7baa7787ec9624b546add4f5c38bac6&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1336\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"TG6JQLIRZ\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023001014579\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976632488243,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023001014579,\n                            \"created_at\": \"2024-08-24T15:39:57-07:00\",\n                            \"fulfill_at\": \"2024-08-24T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359817744691,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15216735715635,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976632488243\n                                },\n                                {\n                                    \"id\": 15359817777459,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216735748403,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976632488243\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T15:39:57-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974251917619,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T22:40:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12440\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12441\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9928\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9929\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9930\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6083\",\n            \"attributes\": {\n                \"number\": \"#2383\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 56.1,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T22:41:32.000000Z\",\n                \"updated_at\": \"2024-08-24T22:42:15.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T22:42:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60010\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023001997619,\n                        \"name\": \"#2383\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"vegasclaudia@outlook.com\",\n                        \"phone\": null,\n                        \"token\": \"9df3fd2bf2d79e32b53e1b5a14e5342e\",\n                        \"app_id\": 129785,\n                        \"number\": 1383,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189422043443,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"vegasclaudia@outlook.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T15:41:55-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T15:41:55-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189422043443\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T15:41:55-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T15:41:34-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"1f0c2675a70fdcc6a2ad8e3684fdc310\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1135::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T15:41:32-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216737485107,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 2,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"56.09\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 2,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"56.09\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"56.09\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216737485107\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"9.89\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"9.89\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"9.89\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T15:41:56-07:00\",\n                        \"checkout_id\": 38171556348211,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"56.09\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320731427123,\n                                \"name\": \"#2383.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023001997619,\n                                \"created_at\": \"2024-08-24T15:41:33-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216737485107,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 2,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"56.09\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 2,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"56.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"56.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216737485107\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"9.89\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"9.89\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"9.89\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T15:41:33-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320731427123\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2383,\n                        \"processed_at\": \"2024-08-24T15:41:32-07:00\",\n                        \"total_weight\": 384,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"vegasclaudia@outlook.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"77BD3465-4800-4ED6-995E-57591ADC0FD0\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1135::8\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"9.89\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"56.09\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"9.89\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"56.09\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"56.09\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/9df3fd2bf2d79e32b53e1b5a14e5342e/authenticate?key=7dce9271fce2f0272ba1b2630f78ac06&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1337\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"56.09\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"56.09\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"5ZHPJFWMA\",\n                        \"current_total_price\": \"56.09\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"9.89\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"9.89\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023001997619\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"56.09\",\n                        \"total_line_items_price\": \"65.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"9.89\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"56.09\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"56.09\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"56.09\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"56.09\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"65.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"65.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"9.89\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"9.89\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976633504051,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023001997619,\n                            \"created_at\": \"2024-08-24T15:41:33-07:00\",\n                            \"fulfill_at\": \"2024-08-24T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359819481395,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 2,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15216737485107,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976633504051\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T15:41:33-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974252933427,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T22:42:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12442\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12443\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9931\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6084\",\n            \"attributes\": {\n                \"number\": \"#2384\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T22:53:46.000000Z\",\n                \"updated_at\": \"2024-08-24T23:09:15.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T22:54:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60017\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023011139891,\n                        \"name\": \"#2384\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"katalinbalogh98@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"fcd9c00202e522f73c324c919e7ff613\",\n                        \"app_id\": 129785,\n                        \"number\": 1384,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189433610547,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"katalinbalogh98@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T15:54:05-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T16:08:50-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189433610547\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T15:54:05-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T16:08:47-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"2668fda98e9275ffcd341bedac9c5039\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd11:6264:49f1:8e7a:f8a7:4b2c\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T15:53:46-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216755507507,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216755507507\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216755540275,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216755540275\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T16:08:47-07:00\",\n                        \"checkout_id\": 38171584528691,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320736440627,\n                                \"name\": \"#2384.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023011139891,\n                                \"created_at\": \"2024-08-24T15:53:47-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216755507507,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216755507507\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216755540275,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216755540275\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T15:53:47-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320736440627\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2384,\n                        \"processed_at\": \"2024-08-24T15:53:44-07:00\",\n                        \"total_weight\": 271,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"katalinbalogh98@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"BD9F3D02-BA66-422F-B215-FC52CF5D8C3B\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd11:6264:49f1:8e7a:f8a7:4b2c\",\n                            \"user_agent\": \"Shopify POS/9.15.1/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fcd9c00202e522f73c324c919e7ff613/authenticate?key=e4c70a305ec70a7b4adf9168850bb511&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1138\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"TPUMGFEJY\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023011139891\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976642810163,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023011139891,\n                            \"created_at\": \"2024-08-24T15:53:46-07:00\",\n                            \"fulfill_at\": \"2024-08-24T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359837405491,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15216755507507,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976642810163\n                                },\n                                {\n                                    \"id\": 15359837438259,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216755540275,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976642810163\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T15:53:47-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974262239539,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T22:54:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12444\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12445\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9932\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9933\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9934\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6085\",\n            \"attributes\": {\n                \"number\": \"#2385\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 50.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T22:56:51.000000Z\",\n                \"updated_at\": \"2024-08-24T23:12:15.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T22:57:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60027\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023013433651,\n                        \"name\": \"#2385\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"chriscloomis@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"e57f295a554a1bd06986b9c730ec71c0\",\n                        \"app_id\": 129785,\n                        \"number\": 1385,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189436821811,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"chriscloomis@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T15:57:11-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T15:57:15-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189436821811\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T15:57:12-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T16:11:52-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"a1947ecc0e12b8b5fe97101a11f36cd5\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd11:6264:49f1:8e7a:f8a7:4b2c\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T15:56:51-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216759111987,\n                                \"sku\": \"yc-15\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.49\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216759111987\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.50\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216759144755,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216759144755\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216759177523,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216759177523\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T16:11:52-07:00\",\n                        \"checkout_id\": 38171586167091,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"50.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320737456435,\n                                \"name\": \"#2385.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023013433651,\n                                \"created_at\": \"2024-08-24T15:56:52-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216759111987,\n                                        \"sku\": \"yc-15\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.49\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216759111987\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.50\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216759144755,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216759144755\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216759177523,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216759177523\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T15:56:52-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320737456435\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2385,\n                        \"processed_at\": \"2024-08-24T15:56:48-07:00\",\n                        \"total_weight\": 451,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"chriscloomis@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"FE689655-70B7-4C1B-857C-A41404A54902\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd11:6264:49f1:8e7a:f8a7:4b2c\",\n                            \"user_agent\": \"Shopify POS/9.15.1/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"8.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"50.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"8.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/e57f295a554a1bd06986b9c730ec71c0/authenticate?key=27da4b11e51f022b436e2593a5a0eff9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1139\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"0668RUKMF\",\n                        \"current_total_price\": \"50.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023013433651\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"50.99\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"8.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976645234995,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023013433651,\n                            \"created_at\": \"2024-08-24T15:56:52-07:00\",\n                            \"fulfill_at\": \"2024-08-24T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359840977203,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15216759111987,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976645234995\n                                },\n                                {\n                                    \"id\": 15359841009971,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15216759144755,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976645234995\n                                },\n                                {\n                                    \"id\": 15359841042739,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216759177523,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976645234995\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T15:56:52-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974264664371,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T22:57:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12446\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12447\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9935\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9936\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9937\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9938\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6086\",\n            \"attributes\": {\n                \"number\": \"#2386\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T23:08:52.000000Z\",\n                \"updated_at\": \"2024-08-24T23:09:18.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T23:09:17.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60040\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023021363507,\n                        \"name\": \"#2386\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"ethanntom@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"73626e2a61bc640afcf265334977da7e\",\n                        \"app_id\": 129785,\n                        \"number\": 1386,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189448094003,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"ethanntom@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T16:09:06-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T16:09:06-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189448094003\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T16:09:06-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T16:08:54-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"9076874e16b872055675228f387336c2\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1135::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T16:08:52-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216774119731,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216774119731\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216774152499,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216774152499\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T16:09:10-07:00\",\n                        \"checkout_id\": 38171557691699,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320740569395,\n                                \"name\": \"#2386.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023021363507,\n                                \"created_at\": \"2024-08-24T16:08:53-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216774119731,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216774119731\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216774152499,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216774152499\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T16:08:53-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320740569395\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2386,\n                        \"processed_at\": \"2024-08-24T16:08:51-07:00\",\n                        \"total_weight\": 283,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"ethanntom@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"D59A0B14-0C5F-4C5C-9FB5-E9C8C65C34B7\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1135::8\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/73626e2a61bc640afcf265334977da7e/authenticate?key=99ffc28ca0175c16c612ed6a87edf9de&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1338\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"7C00FWY9J\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023021363507\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976653361459,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023021363507,\n                            \"created_at\": \"2024-08-24T16:08:53-07:00\",\n                            \"fulfill_at\": \"2024-08-24T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359855821107,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15216774119731,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976653361459\n                                },\n                                {\n                                    \"id\": 15359855853875,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216774152499,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976653361459\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T16:08:53-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974272790835,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T23:09:16.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12448\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12449\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9939\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9940\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9941\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6089\",\n            \"attributes\": {\n                \"number\": \"#2387\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T23:20:44.000000Z\",\n                \"updated_at\": \"2024-08-24T23:36:13.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T23:21:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60066\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023028965683,\n                        \"name\": \"#2387\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"reinishimoto@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"391f2a5d9d5e46f2c6fdfb108df89f0f\",\n                        \"app_id\": 129785,\n                        \"number\": 1387,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189459497267,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"reinishimoto@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T16:21:04-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T16:21:08-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189459497267\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T16:21:05-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T16:35:45-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"56dd14eb15b46ce79aa7f6765ad86044\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1135::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T16:20:44-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216789717299,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216789717299\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216789750067,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216789750067\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T16:35:45-07:00\",\n                        \"checkout_id\": 38171617067315,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320743944499,\n                                \"name\": \"#2387.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023028965683,\n                                \"created_at\": \"2024-08-24T16:20:44-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216789717299,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216789717299\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216789750067,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216789750067\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T16:20:44-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320743944499\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2387,\n                        \"processed_at\": \"2024-08-24T16:20:41-07:00\",\n                        \"total_weight\": 283,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"reinishimoto@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"08115477-1518-4C9C-A551-C35C9F947C4E\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1135::8\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/391f2a5d9d5e46f2c6fdfb108df89f0f/authenticate?key=9b835c7bfa5b6bd3367c7f13fda4de4a&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1339\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WLDR2FXWY\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023028965683\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976661422387,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023028965683,\n                            \"created_at\": \"2024-08-24T16:20:44-07:00\",\n                            \"fulfill_at\": \"2024-08-24T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359871418675,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15216789717299,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976661422387\n                                },\n                                {\n                                    \"id\": 15359871451443,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216789750067,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976661422387\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T16:20:45-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974280753459,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T23:21:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12454\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12455\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9945\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9946\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9947\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6090\",\n            \"attributes\": {\n                \"number\": \"#2388\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T23:32:01.000000Z\",\n                \"updated_at\": \"2024-08-24T23:33:12.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T23:32:13.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60076\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023036207411,\n                        \"name\": \"#2388\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"pchung320@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"6f250752ed704a84489c22a2dc34fd79\",\n                        \"app_id\": 129785,\n                        \"number\": 1388,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189468574003,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"pchung320@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T16:32:39-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T16:32:39-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189468574003\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T16:32:39-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T16:32:02-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"ec28457384017509ecc65f94fa0a3719\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1135::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T16:32:01-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216803905843,\n                                \"sku\": \"yc-15\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216803905843\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T16:32:41-07:00\",\n                        \"checkout_id\": 38171644100915,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320747090227,\n                                \"name\": \"#2388.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023036207411,\n                                \"created_at\": \"2024-08-24T16:32:02-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216803905843,\n                                        \"sku\": \"yc-15\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216803905843\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T16:32:02-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320747090227\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2388,\n                        \"processed_at\": \"2024-08-24T16:32:00-07:00\",\n                        \"total_weight\": 181,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"pchung320@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"B4070518-AD16-4913-8245-892EBC8A820E\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1135::8\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/6f250752ed704a84489c22a2dc34fd79/authenticate?key=69ecc2fe5705284ee2b4e21df91dbae2&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1340\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"0TTFPU3DX\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023036207411\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976668827955,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023036207411,\n                            \"created_at\": \"2024-08-24T16:32:02-07:00\",\n                            \"fulfill_at\": \"2024-08-24T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359885541683,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15216803905843,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976668827955\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T16:32:02-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974288159027,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T23:32:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12456\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12457\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9948\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6091\",\n            \"attributes\": {\n                \"number\": \"#2389\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-24T23:53:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:54:15.000000Z\",\n                \"fulfilled_at\": \"2024-08-24T23:54:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60083\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023049871667,\n                        \"name\": \"#2389\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"choi.shawn98@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"e88462a3e601b0440b4620c2ca4bd420\",\n                        \"app_id\": 129785,\n                        \"number\": 1389,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189490233651,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"choi.shawn98@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T16:53:37-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T16:53:37-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189490233651\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T16:53:37-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T16:53:15-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"425655d2bbda9e2b6b84f278b06445b6\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1135::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T16:53:13-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216829727027,\n                                \"sku\": \"yc-15\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216829727027\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216829759795,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216829759795\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T16:53:39-07:00\",\n                        \"checkout_id\": 38171667333427,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320755609907,\n                                \"name\": \"#2389.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023049871667,\n                                \"created_at\": \"2024-08-24T16:53:14-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216829727027,\n                                        \"sku\": \"yc-15\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216829727027\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216829759795,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216829759795\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T16:53:14-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320755609907\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2389,\n                        \"processed_at\": \"2024-08-24T16:53:12-07:00\",\n                        \"total_weight\": 271,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"choi.shawn98@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"8801F318-AC0F-42BE-B430-E7692CF61C11\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1135::8\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/e88462a3e601b0440b4620c2ca4bd420/authenticate?key=9c40c4cf6c2fc32293caa0c099b975b3&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1341\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"C9HAPDMFD\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023049871667\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976683016499,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023049871667,\n                            \"created_at\": \"2024-08-24T16:53:14-07:00\",\n                            \"fulfill_at\": \"2024-08-24T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359911461171,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15216829727027,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976683016499\n                                },\n                                {\n                                    \"id\": 15359911493939,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216829759795,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976683016499\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T16:53:14-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974302183731,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-24T23:54:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12458\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12459\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9949\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9950\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9951\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6093\",\n            \"attributes\": {\n                \"number\": \"#2390\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T00:43:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:59:14.000000Z\",\n                \"fulfilled_at\": \"2024-08-25T00:44:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60104\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023094108467,\n                        \"name\": \"#2390\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"anniewu201@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"3dbe5cdf569a4e60d84b99e104e92729\",\n                        \"app_id\": 129785,\n                        \"number\": 1390,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189535813939,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"anniewu201@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T17:43:26-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T17:58:17-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189535813939\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T17:58:14-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"5b6ec8c8753308e6105cedcabddd85eb\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd11:6264:49f1:8e7a:f8a7:4b2c\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T17:43:13-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216910139699,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216910139699\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216910172467,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216910172467\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T17:58:14-07:00\",\n                        \"checkout_id\": 38171592491315,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320788082995,\n                                \"name\": \"#2390.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023094108467,\n                                \"created_at\": \"2024-08-24T17:43:14-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216910139699,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216910139699\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216910172467,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216910172467\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T17:43:14-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320788082995\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2390,\n                        \"processed_at\": \"2024-08-24T17:43:11-07:00\",\n                        \"total_weight\": 271,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"anniewu201@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9FF3EE55-09D6-4303-8666-061F244347FE\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd11:6264:49f1:8e7a:f8a7:4b2c\",\n                            \"user_agent\": \"Shopify POS/9.15.1/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3dbe5cdf569a4e60d84b99e104e92729/authenticate?key=dbaa7278f7e380e978fb8c7dcaf34a10&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1140\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"608I2KLZ1\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023094108467\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976727875891,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023094108467,\n                            \"created_at\": \"2024-08-24T17:43:14-07:00\",\n                            \"fulfill_at\": \"2024-08-24T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359991578931,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15216910139699,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976727875891\n                                },\n                                {\n                                    \"id\": 15359991611699,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216910172467,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976727875891\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T17:43:14-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974347043123,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T00:44:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12462\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12463\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9954\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9955\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9956\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6094\",\n            \"attributes\": {\n                \"number\": \"#2391\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 89.97,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T00:47:16.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60114\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023096795443,\n                        \"name\": \"#2391\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"shuba.satyaprasad@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"b64084ed288c2972302d7f601b988bf0\",\n                        \"app_id\": 580111,\n                        \"number\": 1391,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189539746099,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"shuba.satyaprasad@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Satyaprasad\",\n                            \"created_at\": \"2024-08-24T17:47:12-07:00\",\n                            \"first_name\": \"Shuba\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T17:47:21-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10184533115187,\n                                \"zip\": \"02421-5810\",\n                                \"city\": \"Lexington\",\n                                \"name\": \"Shuba Satyaprasad\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3 Plymouth Rd\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Satyaprasad\",\n                                \"first_name\": \"Shuba\",\n                                \"customer_id\": 8189539746099,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189539746099\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T17:47:16-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T13:58:09-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"26a3a099e15fc6e71360f957b61f448c\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"38.49.92.54\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjYzRlpGWTMxOVBWREpaODZZMVIwRVZR\",\n                        \"created_at\": \"2024-08-24T17:47:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216915611955,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216915611955\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216915644723,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216915644723\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216915677491,\n                                \"sku\": \"yc-15\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216915677491\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216915710259,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216915710259\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-09-03T12:08:50-07:00\",\n                        \"checkout_id\": 38171830681907,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"89.97\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322687906099,\n                                \"name\": \"#2391.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023096795443,\n                                \"created_at\": \"2024-08-26T13:58:09-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216915611955,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216915611955\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216915644723,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216915644723\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216915677491,\n                                        \"sku\": \"yc-15\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216915677491\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216915710259,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216915710259\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-09-03T12:08:50-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792662474\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792662474\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434636206248792662474\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9434636206248792662474\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322687906099\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 2391,\n                        \"processed_at\": \"2024-08-24T17:47:11-07:00\",\n                        \"total_weight\": 631,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"shuba.satyaprasad@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"1aaf5bba794677ede3b737d10b742e74\",\n                        \"client_details\": {\n                            \"browser_ip\": \"38.49.92.54\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4820343193907,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"89.97\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"02421-5810\",\n                            \"city\": \"Lexington\",\n                            \"name\": \"Shuba Satyaprasad\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3 Plymouth Rd\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Satyaprasad\",\n                            \"longitude\": null,\n                            \"first_name\": \"Shuba\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b64084ed288c2972302d7f601b988bf0/authenticate?key=246014567ba03952b6069ea881d8a25e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"02421-5810\",\n                            \"city\": \"Lexington\",\n                            \"name\": \"Shuba Satyaprasad\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3 Plymouth Rd\",\n                            \"address2\": null,\n                            \"latitude\": 42.4345571,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Satyaprasad\",\n                            \"longitude\": -71.21319559999999,\n                            \"first_name\": \"Shuba\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"26a3a099e15fc6e71360f957b61f448c\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8P1I17Z8V\",\n                        \"current_total_price\": \"89.97\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023096795443\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"89.97\",\n                        \"total_line_items_price\": \"89.97\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976730530099,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023096795443,\n                            \"created_at\": \"2024-08-24T17:47:16-07:00\",\n                            \"fulfill_at\": \"2024-08-24T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15359996985651,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15216915611955,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976730530099\n                                },\n                                {\n                                    \"id\": 15359997018419,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15216915644723,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976730530099\n                                },\n                                {\n                                    \"id\": 15359997051187,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15216915677491,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976730530099\n                                },\n                                {\n                                    \"id\": 15359997083955,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216915710259,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976730530099\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T13:58:09-07:00\",\n                            \"destination\": {\n                                \"id\": 6460253372723,\n                                \"zip\": \"02421-5810\",\n                                \"city\": \"Lexington\",\n                                \"email\": \"shuba.satyaprasad@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3 Plymouth Rd\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Satyaprasad\",\n                                \"first_name\": \"Shuba\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974349697331,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T00:48:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12464\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12465\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9957\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9958\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9959\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9960\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9961\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"211\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6095\",\n            \"attributes\": {\n                \"number\": \"#2392\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T00:53:50.000000Z\",\n                \"updated_at\": \"2024-08-25T01:09:12.000000Z\",\n                \"fulfilled_at\": \"2024-08-25T00:54:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60130\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023101022515,\n                        \"name\": \"#2392\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jonrn06@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"5644504bc21566aa1c087850bff0c1c2\",\n                        \"app_id\": 129785,\n                        \"number\": 1392,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8189546529075,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jonrn06@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-24T17:54:05-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-24T17:54:08-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8189546529075\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-24T17:54:05-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-24T18:08:51-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"b1db9af0942441fad1a3e77e750119d4\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd11:6264:49f1:8e7a:f8a7:4b2c\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-24T17:53:50-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15216924229939,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216924229939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15216924262707,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216924262707\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-24T18:08:51-07:00\",\n                        \"checkout_id\": 38171823604019,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5320791687475,\n                                \"name\": \"#2392.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023101022515,\n                                \"created_at\": \"2024-08-24T17:53:51-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15216924229939,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216924229939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15216924262707,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15216924262707\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-24T17:53:51-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5320791687475\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2392,\n                        \"processed_at\": \"2024-08-24T17:53:48-07:00\",\n                        \"total_weight\": 283,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jonrn06@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"D822BFB7-672F-49E1-973D-E981674365AA\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd11:6264:49f1:8e7a:f8a7:4b2c\",\n                            \"user_agent\": \"Shopify POS/9.15.1/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5644504bc21566aa1c087850bff0c1c2/authenticate?key=3962eca133ebbcd7eff3a205e5500995&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1141\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"JLPAYJYZM\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023101022515\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6976734724403,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023101022515,\n                            \"created_at\": \"2024-08-24T17:53:50-07:00\",\n                            \"fulfill_at\": \"2024-08-24T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15360005439795,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15216924229939,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976734724403\n                                },\n                                {\n                                    \"id\": 15360005472563,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15216924262707,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6976734724403\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-24T17:53:51-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 974353891635,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T00:54:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12466\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12467\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9962\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9963\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9964\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6096\",\n            \"attributes\": {\n                \"number\": \"111-1412379-8894653\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T00:09:18.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:02:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4364864221\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T01:09:04.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12468\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12469\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9965\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9966\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9967\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"214\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6102\",\n            \"attributes\": {\n                \"number\": \"111-0879708-3974614\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T03:34:34.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:56:55.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4364994825\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T05:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12480\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12481\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9976\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9977\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9978\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"210\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6103\",\n            \"attributes\": {\n                \"number\": \"111-4966292-7057050\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T06:27:52.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365057247\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T07:09:00.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12482\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12483\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9979\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9980\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9981\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"217\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6113\",\n            \"attributes\": {\n                \"number\": \"#2393\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0.58,\n                \"discount\": 0,\n                \"total\": 7.57,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T15:54:30.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:59:25.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60240\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023917207859,\n                        \"name\": \"#2393\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"doremielf@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"92c2166cd6b8d80171befc06ad9401d8\",\n                        \"app_id\": 580111,\n                        \"number\": 1393,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8190570299699,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"doremielf@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Bautista\",\n                            \"created_at\": \"2024-08-25T08:54:27-07:00\",\n                            \"first_name\": \"Alexa\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-25T08:54:35-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10185514778931,\n                                \"zip\": \"78722\",\n                                \"city\": \"Austin\",\n                                \"name\": \"Alexa Bautista\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2900 Manor Rd\",\n                                \"address2\": \"Apt 1302\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Bautista\",\n                                \"first_name\": \"Alexa\",\n                                \"customer_id\": 8190570299699,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8190570299699\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-25T08:54:30-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:59:28-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"32d9d21f1b0d0c43ba8b35366b65cd84\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.07\",\n                                \"title\": \"Austin City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.07\",\n                                \"title\": \"Austin Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.44\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.44\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.44\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.58\",\n                        \"browser_ip\": \"24.155.109.16\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSjY1M1dRVFA5OFoxU1BUM0gyRkhTQlIw\",\n                        \"created_at\": \"2024-08-25T08:54:30-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15218390466867,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15218390466867\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-30T14:36:17-07:00\",\n                        \"checkout_id\": 38174806802739,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"7.57\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322739712307,\n                                \"name\": \"#2393.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023917207859,\n                                \"created_at\": \"2024-08-26T14:59:28-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15218390466867,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15218390466867\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-30T14:36:17-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793238867\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793238867\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248793238867\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248793238867\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322739712307\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpmqVcKa8E8q46NFKLAqgGU22kwLLc8V08ktgdSBkdGsNsoUAPEgf-fNO3Q_aem_zinWD6FlULm5B5MGxZwe-g&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2393,\n                        \"processed_at\": \"2024-08-25T08:54:26-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"doremielf@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.58\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.58\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"bc0d4e1cd26777891d8cdfbe92286ec3\",\n                        \"client_details\": {\n                            \"browser_ip\": \"24.155.109.16\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4821045641523,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.07\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.07\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.44\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.44\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.44\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"78722\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Alexa Bautista\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2900 Manor Rd\",\n                            \"address2\": \"Apt 1302\",\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Bautista\",\n                            \"longitude\": null,\n                            \"first_name\": \"Alexa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.57\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.57\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/92c2166cd6b8d80171befc06ad9401d8/authenticate?key=d2638048e6aca7cb610c312c3e7f4c2f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"78722\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Alexa Bautista\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2900 Manor Rd\",\n                            \"address2\": \"Apt 1302\",\n                            \"latitude\": 30.2861476,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Bautista\",\n                            \"longitude\": -97.7100186,\n                            \"first_name\": \"Alexa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.58\",\n                        \"source_identifier\": \"32d9d21f1b0d0c43ba8b35366b65cd84\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"JXTDQGWHX\",\n                        \"current_total_price\": \"7.57\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023917207859\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.58\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.58\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.57\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.57\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6977562214707,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023917207859,\n                            \"created_at\": \"2024-08-25T08:54:30-07:00\",\n                            \"fulfill_at\": \"2024-08-25T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15361468760371,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15218390466867,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6977562214707\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:59:28-07:00\",\n                            \"destination\": {\n                                \"id\": 6461031383347,\n                                \"zip\": \"78722\",\n                                \"city\": \"Austin\",\n                                \"email\": \"doremielf@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2900 Manor Rd\",\n                                \"address2\": \"Apt 1302\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Bautista\",\n                                \"first_name\": \"Alexa\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 975179874611,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T15:55:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12502\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12503\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9992\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"237\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6114\",\n            \"attributes\": {\n                \"number\": \"#2394\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T16:10:16.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T22:00:21.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60247\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023938015539,\n                        \"name\": \"#2394\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"starmeat@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"e58f0c6643c66cb97c8d946ac9d9f379\",\n                        \"app_id\": 580111,\n                        \"number\": 1394,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8190593630515,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"starmeat@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Beers\",\n                            \"created_at\": \"2024-08-25T09:10:12-07:00\",\n                            \"first_name\": \"S\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-25T09:10:22-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10185536373043,\n                                \"zip\": \"98368\",\n                                \"city\": \"Port Townsend\",\n                                \"name\": \"S Beers\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1018 Water St\",\n                                \"address2\": \"2A\",\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Beers\",\n                                \"first_name\": \"S\",\n                                \"customer_id\": 8190593630515,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"WA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8190593630515\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T15:00:25-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ff8d18dfedaf8a7c68ad99508c90465c\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"24.113.163.15\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjY1NEZNOUtDSlpRM0VGMlE0TTVSMjlD\",\n                        \"created_at\": \"2024-08-25T09:10:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15218430050611,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.029,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Port Townsend City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15218430050611\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-29T13:37:22-07:00\",\n                        \"checkout_id\": 38174852841779,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322740433203,\n                                \"name\": \"#2394.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023938015539,\n                                \"created_at\": \"2024-08-26T15:00:24-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15218430050611,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Jefferson County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.029,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Port Townsend City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.065,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15218430050611\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-29T13:37:22-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793245568\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793245568\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248793245568\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248793245568\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322740433203\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABptai6CiVuAjcxNxRSU5u9lSp8czSPgPOpfezPG29a0U7C367ObetQMWzPg_aem_D-Q_mXB4Uo7JRznsUE952A&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2394,\n                        \"processed_at\": \"2024-08-25T09:10:11-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"starmeat@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"60e064fdd4d39a654bf30b3f481c273b\",\n                        \"client_details\": {\n                            \"browser_ip\": \"24.113.163.15\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 345.3.3.38.86 (iPhone14,4; iOS 17_5_1; en_JP; en-JP; scale=3.00; 1125x2436; 634675901; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4821061632307,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.029,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Port Townsend City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"98368\",\n                            \"city\": \"Port Townsend\",\n                            \"name\": \"S Beers\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1018 Water St\",\n                            \"address2\": \"2A\",\n                            \"latitude\": 48.113922,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Beers\",\n                            \"longitude\": -122.7580584,\n                            \"first_name\": \"S\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/e58f0c6643c66cb97c8d946ac9d9f379/authenticate?key=62175feb26bbdfd21840446753c3d56d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"98368\",\n                            \"city\": \"Port Townsend\",\n                            \"name\": \"S Beers\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1018 Water St\",\n                            \"address2\": \"2A\",\n                            \"latitude\": 48.113922,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Beers\",\n                            \"longitude\": -122.7580584,\n                            \"first_name\": \"S\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"ff8d18dfedaf8a7c68ad99508c90465c\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"PLNEIUQR8\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023938015539\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6977583350067,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023938015539,\n                            \"created_at\": \"2024-08-25T09:10:17-07:00\",\n                            \"fulfill_at\": \"2024-08-25T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15361507885363,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15218430050611,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6977583350067\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T15:00:24-07:00\",\n                            \"destination\": {\n                                \"id\": 6461049045299,\n                                \"zip\": \"98368\",\n                                \"city\": \"Port Townsend\",\n                                \"email\": \"starmeat@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1018 Water St\",\n                                \"address2\": \"2A\",\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Beers\",\n                                \"first_name\": \"S\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 975200944435,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T16:11:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12504\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12505\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9993\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"238\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6115\",\n            \"attributes\": {\n                \"number\": \"#2395\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T16:14:52.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T20:59:35.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60254\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6023943881011,\n                        \"name\": \"#2395\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"Sjcrane55@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"b9e0ce2786b1cebcb20f06f6c706419f\",\n                        \"app_id\": 580111,\n                        \"number\": 1395,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8190600216883,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sjcrane55@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Crane\",\n                            \"created_at\": \"2024-08-25T09:14:49-07:00\",\n                            \"first_name\": \"Sarah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-25T09:14:58-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10185542271283,\n                                \"zip\": \"23060\",\n                                \"city\": \"GLEN ALLEN\",\n                                \"name\": \"Sarah Crane\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4601 mill par\",\n                                \"address2\": null,\n                                \"province\": \"Virginia\",\n                                \"last_name\": \"Crane\",\n                                \"first_name\": \"Sarah\",\n                                \"customer_id\": 8190600216883,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"VA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8190600216883\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-25T09:14:53-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T13:59:38-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"54fe2ea82dfc5be7b405dcf26e13c1f7\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"73.216.165.232\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjY1NTFFWlZKNVJOV0tNWDlXUzE2SlBX\",\n                        \"created_at\": \"2024-08-25T09:14:52-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15218441945395,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Henrico County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.007,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Henrico Co Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.043,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Virginia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15218441945395\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-09-09T11:36:51-07:00\",\n                        \"checkout_id\": 38174871978291,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322689216819,\n                                \"name\": \"#2395.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6023943881011,\n                                \"created_at\": \"2024-08-26T13:59:38-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15218441945395,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Henrico County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.007,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Henrico Co Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.043,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Virginia State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15218441945395\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-09-09T11:36:51-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792677513\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792677513\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248792677513\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248792677513\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322689216819\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwZXh0bgNhZW0BMAABHQNfSAzbbclQulEH3rQOfNMSDlabvlP7ekjGPJjaOaK4jIjiq-hEtTETBg_aem_ikTPIw6IBbAWcqFUTHYepw&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2395,\n                        \"processed_at\": \"2024-08-25T09:14:49-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"Sjcrane55@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"a15e12a704d8ff2bcf1c8175926682b6\",\n                        \"client_details\": {\n                            \"browser_ip\": \"73.216.165.232\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; Pixel 6 Build/AP2A.240805.005.F1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.54 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/478.0.0.41.86;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4821066252595,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Henrico County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.007,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Henrico Co Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.043,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Virginia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"23060\",\n                            \"city\": \"GLEN ALLEN\",\n                            \"name\": \"Sarah Crane\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4601 mill par\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Virginia\",\n                            \"last_name\": \"Crane\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"VA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b9e0ce2786b1cebcb20f06f6c706419f/authenticate?key=c20ca438f0af64e32cce165830881686&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"23060\",\n                            \"city\": \"GLEN ALLEN\",\n                            \"name\": \"Sarah Crane\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4601 mill par\",\n                            \"address2\": null,\n                            \"latitude\": 37.6496049,\n                            \"province\": \"Virginia\",\n                            \"last_name\": \"Crane\",\n                            \"longitude\": -77.542186,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"VA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"54fe2ea82dfc5be7b405dcf26e13c1f7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"Z80P503LY\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6023943881011\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6977589281075,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6023943881011,\n                            \"created_at\": \"2024-08-25T09:14:53-07:00\",\n                            \"fulfill_at\": \"2024-08-25T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15361519747379,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15218441945395,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6977589281075\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T13:59:38-07:00\",\n                            \"destination\": {\n                                \"id\": 6461054124339,\n                                \"zip\": \"23060\",\n                                \"city\": \"GLEN ALLEN\",\n                                \"email\": \"Sjcrane55@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4601 mill par\",\n                                \"address2\": null,\n                                \"province\": \"Virginia\",\n                                \"last_name\": \"Crane\",\n                                \"first_name\": \"Sarah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 975206777139,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T16:15:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12506\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12507\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9994\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"212\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6118\",\n            \"attributes\": {\n                \"number\": \"113-3707488-6691450\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 41.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T16:10:33.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365382566\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T17:08:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12512\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12513\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9997\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9998\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9999\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"227\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6124\",\n            \"attributes\": {\n                \"number\": \"#2396\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T18:53:41.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:05:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60321\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6024158609715,\n                        \"name\": \"#2396\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sherylannegamiao@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"df791c8793c3584d207d56584601b903\",\n                        \"app_id\": 580111,\n                        \"number\": 1396,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8134331072819,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sherylannegamiao@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Gamiao\",\n                            \"created_at\": \"2024-07-29T18:41:02-07:00\",\n                            \"first_name\": \"Sheryl Anne\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-25T11:53:47-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10137960710451,\n                                \"zip\": \"89031\",\n                                \"city\": \"North Las Vegas\",\n                                \"name\": \"Sheryl Anne Gamiao\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"335 Penelope Joselyn Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Nevada\",\n                                \"last_name\": \"Gamiao\",\n                                \"first_name\": \"Sheryl Anne\",\n                                \"customer_id\": 8134331072819,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NV\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8134331072819\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:05:23-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"b926eb7f8562200185c56a5bffe9c0a8\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"172.56.208.168\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjQwTTQ4SkgyNjZTNENQWERZUTVSVkRO\",\n                        \"created_at\": \"2024-08-25T11:53:41-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15218846957875,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03775,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.046,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Nevada State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15218846957875\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-29T12:21:33-07:00\",\n                        \"checkout_id\": 38072210850099,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322695147827,\n                                \"name\": \"#2396.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6024158609715,\n                                \"created_at\": \"2024-08-26T14:05:23-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15218846957875,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.03775,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Clark County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.046,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Nevada State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15218846957875\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-29T12:21:33-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792735985\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792735985\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248792735985\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248792735985\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322695147827\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/lychee?variant=47759609069875&utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | Product | Sales | All&utm_content=Static_1080x1080_productv1&fbclid=PAZXh0bgNhZW0BMAABphZN03dXvpkDLcSBxTctgqv_TQKk3uriYUDteLORpyHXkyHVtGhATA22uA_aem_JtHGarBg1KH4EkmMTfTVfw&campaign_id=120213284109040012&ad_id=120213284158240012\",\n                        \"order_number\": 2396,\n                        \"processed_at\": \"2024-08-25T11:53:38-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sherylannegamiao@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"782f5296ace2c6d4fc7194e6d1799a32\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.56.208.168\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-G991U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 Instagram 345.0.0.48.95 Android (34/14; 480dpi; 1080x2176; samsung; SM-G991U; o1q; qcom; en_US; 634109015)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4821230354739,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03775,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.046,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Nevada State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"89031\",\n                            \"city\": \"North Las Vegas\",\n                            \"name\": \"Sheryl Anne Gamiao\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"335 Penelope Joselyn Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Nevada\",\n                            \"last_name\": \"Gamiao\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sheryl Anne\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NV\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/df791c8793c3584d207d56584601b903/authenticate?key=7d26730d68a64f72e1ad58a160c3fe05&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"89031\",\n                            \"city\": \"North Las Vegas\",\n                            \"name\": \"Sheryl Anne Gamiao\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"335 Penelope Joselyn Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 36.2645206,\n                            \"province\": \"Nevada\",\n                            \"last_name\": \"Gamiao\",\n                            \"longitude\": -115.1358249,\n                            \"first_name\": \"Sheryl Anne\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NV\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"b926eb7f8562200185c56a5bffe9c0a8\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"4PQCH7ZH9\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6024158609715\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6977809449267,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6024158609715,\n                            \"created_at\": \"2024-08-25T11:53:42-07:00\",\n                            \"fulfill_at\": \"2024-08-25T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15361924858163,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15218846957875,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6977809449267\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:05:23-07:00\",\n                            \"destination\": {\n                                \"id\": 6461236019507,\n                                \"zip\": \"89031\",\n                                \"city\": \"North Las Vegas\",\n                                \"email\": \"sherylannegamiao@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"335 Penelope Joselyn Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Nevada\",\n                                \"last_name\": \"Gamiao\",\n                                \"first_name\": \"Sheryl Anne\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 975424356659,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T18:54:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12524\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12525\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10009\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"216\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6125\",\n            \"attributes\": {\n                \"number\": \"111-1209043-6817068\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T18:05:51.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365450194\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T19:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12526\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12527\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10010\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10011\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10012\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"225\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6126\",\n            \"attributes\": {\n                \"number\": \"113-5041596-7070621\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T18:18:33.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365450195\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T19:09:01.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12528\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12529\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10013\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10014\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10015\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"233\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6130\",\n            \"attributes\": {\n                \"number\": \"112-1871308-1441053\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T20:26:22.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:20:38.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365517844\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T21:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12536\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12537\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10019\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10020\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10021\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"224\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6132\",\n            \"attributes\": {\n                \"number\": \"#2397\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T21:55:42.000000Z\",\n                \"updated_at\": \"2024-08-25T22:11:14.000000Z\",\n                \"fulfilled_at\": \"2024-08-25T21:56:16.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60352\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6024332968243,\n                        \"name\": \"#2397\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"mmelinakontou@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"a3e9058c70cb4803ae1522ce8a229610\",\n                        \"app_id\": 129785,\n                        \"number\": 1397,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8191117590835,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"mmelinakontou@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-25T14:56:49-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-25T15:10:46-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8191117590835\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-25T14:56:49-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-25T15:10:43-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"52f71e76124a0bcd64a263716cf616ab\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1135::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-25T14:55:42-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15219176177971,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219176177971\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15219176210739,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219176210739\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-25T15:10:43-07:00\",\n                        \"checkout_id\": 38171710521651,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5321246900531,\n                                \"name\": \"#2397.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6024332968243,\n                                \"created_at\": \"2024-08-25T14:55:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15219176177971,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219176177971\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15219176210739,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219176210739\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-25T14:55:43-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5321246900531\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2397,\n                        \"processed_at\": \"2024-08-25T14:55:40-07:00\",\n                        \"total_weight\": 271,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"mmelinakontou@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"57D7877E-FC04-476E-80F1-584ED5621947\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1135::8\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/a3e9058c70cb4803ae1522ce8a229610/authenticate?key=9ca354c9efab32d575bb47db7754900e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1342\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"PE8CK52Z8\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6024332968243\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6977990623539,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6024332968243,\n                            \"created_at\": \"2024-08-25T14:55:43-07:00\",\n                            \"fulfill_at\": \"2024-08-25T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15362257813811,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15219176177971,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6977990623539\n                                },\n                                {\n                                    \"id\": 15362257846579,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15219176210739,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6977990623539\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-25T14:55:44-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 975601959219,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T21:56:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12540\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12541\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10024\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10025\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10026\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6133\",\n            \"attributes\": {\n                \"number\": \"#2398\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T22:07:30.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:09:17.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60362\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6024342012211,\n                        \"name\": \"#2398\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sayhi2me@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"2b5cf2f10a20c904045c92cd1998cd24\",\n                        \"app_id\": 580111,\n                        \"number\": 1398,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8191129452851,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sayhi2me@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Clater\",\n                            \"created_at\": \"2024-08-25T15:07:27-07:00\",\n                            \"first_name\": \"Dane\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-25T15:07:36-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10185966453043,\n                                \"zip\": \"20147\",\n                                \"city\": \"ASHBURN\",\n                                \"name\": \"Dane Clater\",\n                                \"phone\": \"(703) 403-0769\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"42806 Lauder Terrace\",\n                                \"address2\": null,\n                                \"province\": \"Virginia\",\n                                \"last_name\": \"Clater\",\n                                \"first_name\": \"Dane\",\n                                \"customer_id\": 8191129452851,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"VA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8191129452851\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:09:21-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"0fcfc73e0bfc5ab6b522db16e9466d80\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"70.106.222.143\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjY1UzFaQkc1TThYOUg0NjNIQjdQRzFa\",\n                        \"created_at\": \"2024-08-25T15:07:30-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15219194691891,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Loudoun County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.007,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Loudoun Co Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.043,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Virginia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219194691891\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-31T08:25:13-07:00\",\n                        \"checkout_id\": 38175989956915,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322703339827,\n                                \"name\": \"#2398.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6024342012211,\n                                \"created_at\": \"2024-08-26T14:09:20-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15219194691891,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Loudoun County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.007,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Loudoun Co Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.043,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Virginia State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219194691891\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-31T08:25:13-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792775837\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792775837\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248792775837\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248792775837\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322703339827\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpjLLv3Ii2UEyW3n8p93FcHGL4DrVXv9o81KOtvi0mj2MLErV9oBS7LI3jw_aem_ReTpJ4CzUil7CrL28GCdjg&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 2398,\n                        \"processed_at\": \"2024-08-25T15:07:27-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sayhi2me@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"70607f412679a37474b11437e7ae2894\",\n                        \"client_details\": {\n                            \"browser_ip\": \"70.106.222.143\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 345.3.3.38.86 (iPhone12,3; iOS 17_5_1; en_US; en-US; scale=3.00; 1125x2436; 634675901; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4821354971443,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Loudoun County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.007,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Loudoun Co Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.043,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Virginia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"20147\",\n                            \"city\": \"ASHBURN\",\n                            \"name\": \"Dane Clater\",\n                            \"phone\": \"(703) 403-0769\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"42806 Lauder Terrace\",\n                            \"address2\": null,\n                            \"latitude\": 39.04568750000001,\n                            \"province\": \"Virginia\",\n                            \"last_name\": \"Clater\",\n                            \"longitude\": -77.5212651,\n                            \"first_name\": \"Dane\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"VA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/2b5cf2f10a20c904045c92cd1998cd24/authenticate?key=e21065458c0cc931981c91edd8dd6451&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"20147\",\n                            \"city\": \"ASHBURN\",\n                            \"name\": \"Dane Clater\",\n                            \"phone\": \"(703) 403-0769\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"42806 Lauder Terrace\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Virginia\",\n                            \"last_name\": \"Clater\",\n                            \"longitude\": null,\n                            \"first_name\": \"Dane\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"VA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"0fcfc73e0bfc5ab6b522db16e9466d80\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"9Q75DAJGX\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6024342012211\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6978000027955,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6024342012211,\n                            \"created_at\": \"2024-08-25T15:07:31-07:00\",\n                            \"fulfill_at\": \"2024-08-25T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15362276196659,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15219194691891,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6978000027955\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:09:20-07:00\",\n                            \"destination\": {\n                                \"id\": 6461380395315,\n                                \"zip\": \"20147\",\n                                \"city\": \"ASHBURN\",\n                                \"email\": \"sayhi2me@hotmail.com\",\n                                \"phone\": \"(703) 403-0769\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"42806 Lauder Terrace\",\n                                \"address2\": null,\n                                \"province\": \"Virginia\",\n                                \"last_name\": \"Clater\",\n                                \"first_name\": \"Dane\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 975611330867,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T22:08:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12542\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12543\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10027\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"219\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6134\",\n            \"attributes\": {\n                \"number\": \"#2399\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T22:30:41.000000Z\",\n                \"updated_at\": \"2024-08-25T22:46:13.000000Z\",\n                \"fulfilled_at\": \"2024-08-25T22:31:16.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60369\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6024357183795,\n                        \"name\": \"#2399\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"b0051f6a948552733a0c48f1f5e102a0\",\n                        \"app_id\": 129785,\n                        \"number\": 1399,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-08-25T15:45:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"a1eb77f940cbe6554d41a285da9f99b0\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bdaf:e001:cc5c:d975:fa2b:3763\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-25T15:30:41-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15219223593267,\n                                \"sku\": \"yc-15\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219223593267\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15219223626035,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219223626035\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-25T15:45:42-07:00\",\n                        \"checkout_id\": 38171844968755,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5321259221299,\n                                \"name\": \"#2399.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6024357183795,\n                                \"created_at\": \"2024-08-25T15:30:42-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15219223593267,\n                                        \"sku\": \"yc-15\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219223593267\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15219223626035,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219223626035\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-25T15:30:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5321259221299\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2399,\n                        \"processed_at\": \"2024-08-25T15:30:39-07:00\",\n                        \"total_weight\": 271,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9A6ADF5F-EDFF-42BD-9296-08B3DAE3C4C2\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bdaf:e001:cc5c:d975:fa2b:3763\",\n                            \"user_agent\": \"Shopify POS/9.15.1/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b0051f6a948552733a0c48f1f5e102a0/authenticate?key=5d31af5c1bd40e742947ae844fe4eb64&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1142\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"HYDCFLANC\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6024357183795\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6978015723827,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6024357183795,\n                            \"created_at\": \"2024-08-25T15:30:42-07:00\",\n                            \"fulfill_at\": \"2024-08-25T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15362305032499,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15219223593267,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6978015723827\n                                },\n                                {\n                                    \"id\": 15362305065267,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15219223626035,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6978015723827\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-25T15:30:42-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 975626895667,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-25T22:31:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12544\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12545\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10028\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10029\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10030\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6142\",\n            \"attributes\": {\n                \"number\": \"#2400\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T00:51:10.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:57:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60436\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6024444281139,\n                        \"name\": \"#2400\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"wynternoel008@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"07652ed78eba173d8a9db5b542f7979c\",\n                        \"app_id\": 580111,\n                        \"number\": 1400,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8191286051123,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"wynternoel008@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Chatman\",\n                            \"created_at\": \"2024-08-25T17:51:08-07:00\",\n                            \"first_name\": \"Wynter\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-25T17:51:16-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10186098639155,\n                                \"zip\": \"23235\",\n                                \"city\": \"N Chesterfield\",\n                                \"name\": \"Wynter Chatman\",\n                                \"phone\": \"+17578125631\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"7944 Clovertree Court\",\n                                \"address2\": null,\n                                \"province\": \"Virginia\",\n                                \"last_name\": \"Chatman\",\n                                \"first_name\": \"Wynter\",\n                                \"customer_id\": 8191286051123,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"VA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8191286051123\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-25T17:51:11-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:57:16-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"eebe6489194c8acb6bf4c718f8a3c08b\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2601:5c7:8303:2a20:15b5:7519:bd8c:fab\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjY2MkVZVk1ORFk3RDVDVlFSMTFDS1lY\",\n                        \"created_at\": \"2024-08-25T17:51:10-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15219383763251,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chesterfield County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.007,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chesterfield Co Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.043,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Virginia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219383763251\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-31T11:21:11-07:00\",\n                        \"checkout_id\": 38176328941875,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322737778995,\n                                \"name\": \"#2400.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6024444281139,\n                                \"created_at\": \"2024-08-26T14:57:16-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15219383763251,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Chesterfield County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.007,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Chesterfield Co Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.043,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Virginia State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15219383763251\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-31T11:21:11-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793221647\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793221647\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248793221647\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248793221647\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322737778995\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpsYE3x7n_ggbbHB8_WXbTc1F982IhcMllx-6GDXeoJwWgKzPPQWFyztZaA_aem_WoHYsoNcKldDMfRy9R4zNQ&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2400,\n                        \"processed_at\": \"2024-08-25T17:51:07-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"wynternoel008@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c3b1fbdd5c1a0384dd07e039a166558d\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2601:5c7:8303:2a20:15b5:7519:bd8c:fab\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22A5346a Instagram 339.0.3.12.91 (iPhone14,7; iOS 18_0; en_US; en; scale=3.00; 1170x2532; 619461904; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4821433811251,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chesterfield County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.007,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chesterfield Co Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.043,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Virginia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"23235\",\n                            \"city\": \"N Chesterfield\",\n                            \"name\": \"Wynter Chatman\",\n                            \"phone\": \"+17578125631\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7944 Clovertree Court\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Virginia\",\n                            \"last_name\": \"Chatman\",\n                            \"longitude\": null,\n                            \"first_name\": \"Wynter\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"VA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/07652ed78eba173d8a9db5b542f7979c/authenticate?key=2236a57ac5b49701e53f139a5f089a5d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"23235\",\n                            \"city\": \"N Chesterfield\",\n                            \"name\": \"Wynter Chatman\",\n                            \"phone\": \"+17578125631\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7944 Clovertree Court\",\n                            \"address2\": null,\n                            \"latitude\": 37.4954074,\n                            \"province\": \"Virginia\",\n                            \"last_name\": \"Chatman\",\n                            \"longitude\": -77.542902,\n                            \"first_name\": \"Wynter\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"VA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"eebe6489194c8acb6bf4c718f8a3c08b\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"53E5X8UIZ\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6024444281139\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6978106786099,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6024444281139,\n                            \"created_at\": \"2024-08-25T17:51:11-07:00\",\n                            \"fulfill_at\": \"2024-08-25T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15362465988915,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15219383763251,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6978106786099\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:57:16-07:00\",\n                            \"destination\": {\n                                \"id\": 6461476307251,\n                                \"zip\": \"23235\",\n                                \"city\": \"N Chesterfield\",\n                                \"email\": \"wynternoel008@gmail.com\",\n                                \"phone\": \"+17578125631\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"7944 Clovertree Court\",\n                                \"address2\": null,\n                                \"province\": \"Virginia\",\n                                \"last_name\": \"Chatman\",\n                                \"first_name\": \"Wynter\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 975716778291,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T00:52:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12560\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12561\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10041\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"235\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6143\",\n            \"attributes\": {\n                \"number\": \"112-5596314-7310612\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 9.39,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 41.37,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-25T23:58:10.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365652955\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Expedited\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T01:08:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12562\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12563\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10042\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10043\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10044\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"220\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6147\",\n            \"attributes\": {\n                \"number\": \"113-5751769-7368257\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T05:32:46.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:34:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365818458\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T06:08:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12570\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12571\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10048\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10049\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10050\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"229\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6148\",\n            \"attributes\": {\n                \"number\": \"112-4307178-7819424\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T05:57:13.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365850671\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T07:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12572\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12573\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10051\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10052\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10053\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"222\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6149\",\n            \"attributes\": {\n                \"number\": \"112-2554518-9351432\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T06:19:02.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-27T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365850672\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T07:09:03.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12574\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12575\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10054\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10055\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10056\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"221\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6153\",\n            \"attributes\": {\n                \"number\": \"111-9789233-5233829\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 44.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T08:43:12.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4365948862\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T10:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12582\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12583\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10060\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10061\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10062\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"232\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6157\",\n            \"attributes\": {\n                \"number\": \"#2401\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0.54,\n                \"discount\": 0,\n                \"total\": 24.52,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T11:47:25.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60497\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6024842379571,\n                        \"name\": \"#2401\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"nolijar@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"a420beeded61c0f8a333749d9ac81d80\",\n                        \"app_id\": 580111,\n                        \"number\": 1401,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8192660930867,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"nolijar@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Olijar\",\n                            \"created_at\": \"2024-08-26T04:47:22-07:00\",\n                            \"first_name\": \"Natalie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-26T04:47:31-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10186626826547,\n                                \"zip\": \"60608\",\n                                \"city\": \"CHICAGO\",\n                                \"name\": \"Natalie Olijar\",\n                                \"phone\": \"+17082287887\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3305 South Aberdeen Street\",\n                                \"address2\": \"1st floor\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Olijar\",\n                                \"first_name\": \"Natalie\",\n                                \"customer_id\": 8192660930867,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IL\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8192660930867\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-26T04:47:25-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:56:08-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"df8733f68f64428e47651d2ce52a1b0e\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0125,\n                                \"price\": \"0.24\",\n                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.06\",\n                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.19\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.05\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.54\",\n                        \"browser_ip\": \"73.73.51.225\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSjY3ODJZSkhQVkREVEg3OENTQTMwSE45\",\n                        \"created_at\": \"2024-08-26T04:47:25-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15220092436787,\n                                \"sku\": \"starter\",\n                                \"name\": \"STARTER KIT\",\n                                \"grams\": 136,\n                                \"price\": \"18.99\",\n                                \"title\": \"STARTER KIT\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.24\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.19\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9335308878131,\n                                \"properties\": [],\n                                \"variant_id\": 49533376037171,\n                                \"pre_tax_price\": \"18.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15220092436787\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-30T13:26:01-07:00\",\n                        \"checkout_id\": 38177782595891,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"24.52\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322736959795,\n                                \"name\": \"#2401.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6024842379571,\n                                \"created_at\": \"2024-08-26T14:56:08-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15220092436787,\n                                        \"sku\": \"starter\",\n                                        \"name\": \"STARTER KIT\",\n                                        \"grams\": 136,\n                                        \"price\": \"18.99\",\n                                        \"title\": \"STARTER KIT\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cook County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Chicago City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.24\",\n                                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.24\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.24\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.19\",\n                                                \"title\": \"Illinois State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.19\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.19\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9335308878131,\n                                        \"properties\": [],\n                                        \"variant_id\": 49533376037171,\n                                        \"pre_tax_price\": \"18.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15220092436787\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-30T13:26:01-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793213109\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793213109\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248793213109\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248793213109\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322736959795\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2401,\n                        \"processed_at\": \"2024-08-26T04:47:22-07:00\",\n                        \"total_weight\": 137,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"nolijar@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.54\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.54\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"a171ff7fa4a28103ab1b6a6fdc839b79\",\n                        \"client_details\": {\n                            \"browser_ip\": \"73.73.51.225\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4821771649331,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.06\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.05\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"18.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"60608\",\n                            \"city\": \"CHICAGO\",\n                            \"name\": \"Natalie Olijar\",\n                            \"phone\": \"+17082287887\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3305 South Aberdeen Street\",\n                            \"address2\": \"1st floor\",\n                            \"latitude\": null,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Olijar\",\n                            \"longitude\": null,\n                            \"first_name\": \"Natalie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"24.52\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"24.52\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/a420beeded61c0f8a333749d9ac81d80/authenticate?key=aa0c80025cd847808746da7ee3b089e0&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"60608\",\n                            \"city\": \"CHICAGO\",\n                            \"name\": \"Natalie Olijar\",\n                            \"phone\": \"+17082287887\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3305 South Aberdeen Street\",\n                            \"address2\": \"1st floor\",\n                            \"latitude\": 41.8341482,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Olijar\",\n                            \"longitude\": -87.6532383,\n                            \"first_name\": \"Natalie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"current_total_tax\": \"0.54\",\n                        \"source_identifier\": \"df8733f68f64428e47651d2ce52a1b0e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"52MQ3QN0N\",\n                        \"current_total_price\": \"24.52\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6024842379571\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.54\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.54\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"18.99\",\n                        \"total_line_items_price\": \"18.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"24.52\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"24.52\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6978519597363,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6024842379571,\n                            \"created_at\": \"2024-08-26T04:47:26-07:00\",\n                            \"fulfill_at\": \"2024-08-26T04:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15363185770803,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 49533376037171,\n                                    \"line_item_id\": 15220092436787,\n                                    \"inventory_item_id\": 51581956129075,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6978519597363\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:56:08-07:00\",\n                            \"destination\": {\n                                \"id\": 6461914743091,\n                                \"zip\": \"60608\",\n                                \"city\": \"CHICAGO\",\n                                \"email\": \"nolijar@gmail.com\",\n                                \"phone\": \"+17082287887\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3305 South Aberdeen Street\",\n                                \"address2\": \"1st floor\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Olijar\",\n                                \"first_name\": \"Natalie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 976126050611,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T11:48:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12590\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12591\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"49\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10066\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10067\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10068\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10069\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10070\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10071\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"234\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6177\",\n            \"attributes\": {\n                \"number\": \"#2402\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T16:04:59.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:32:37.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"60734\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6025071853875,\n                        \"name\": \"#2402\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"angiepace@aol.com\",\n                        \"phone\": null,\n                        \"token\": \"4cc5caa602fed94c2591a0687e8cd3d7\",\n                        \"app_id\": 580111,\n                        \"number\": 1402,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8192935854387,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"angiepace@aol.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Pace\",\n                            \"created_at\": \"2024-08-26T08:17:01-07:00\",\n                            \"first_name\": \"Angela\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-26T09:05:05-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10186921378099,\n                                \"zip\": \"94080\",\n                                \"city\": \"South San Francisco\",\n                                \"name\": \"Angela Pace\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"241 Alta Vista Drive\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Pace\",\n                                \"first_name\": \"Angela\",\n                                \"customer_id\": 8192935854387,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8192935854387\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-26T08:17:01-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:32:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"4803fa1332e256d6bdc8c12a2b0361ca\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"73.202.80.241\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjY3S0pIRVpHMU1FNkNBRENBWFBSRFlB\",\n                        \"created_at\": \"2024-08-26T09:04:59-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15220513046835,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Mateo County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15220513046835\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-28T18:08:52-07:00\",\n                        \"checkout_id\": 38178296004915,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322720051507,\n                                \"name\": \"#2402.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6025071853875,\n                                \"created_at\": \"2024-08-26T14:32:41-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15220513046835,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Mateo County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15220513046835\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-28T18:08:52-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793006558\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793006558\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248793006558\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248793006558\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322720051507\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwZXh0bgNhZW0BMAABHada4CmwNlYArme2Ly4vQvITLFTVevsNkKnWK3f8Fsgu2llbUktc-PsXmA_aem_wHSNTofkUHDlgWf6qJP19w&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2402,\n                        \"processed_at\": \"2024-08-26T09:04:54-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"angiepace@aol.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"0724261e931729b1780422e0182b10e6\",\n                        \"client_details\": {\n                            \"browser_ip\": \"73.202.80.241\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 12; SM-N976V Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.89 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/479.0.0.25.89;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4821947449651,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Mateo County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"94080\",\n                            \"city\": \"South San Francisco\",\n                            \"name\": \"Angela Pace\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"241 Alta Vista Drive\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Pace\",\n                            \"longitude\": null,\n                            \"first_name\": \"Angela\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/4cc5caa602fed94c2591a0687e8cd3d7/authenticate?key=bc60bb3c88c6ba69fd466c9384e69796&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"94080\",\n                            \"city\": \"South San Francisco\",\n                            \"name\": \"Angela Pace\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"241 Alta Vista Drive\",\n                            \"address2\": null,\n                            \"latitude\": 37.64240059999999,\n                            \"province\": \"California\",\n                            \"last_name\": \"Pace\",\n                            \"longitude\": -122.4296523,\n                            \"first_name\": \"Angela\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"4803fa1332e256d6bdc8c12a2b0361ca\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GIP8ICKFN\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6025071853875\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6978759983411,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025071853875,\n                            \"created_at\": \"2024-08-26T09:05:00-07:00\",\n                            \"fulfill_at\": \"2024-08-26T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15363612344627,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15220513046835,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6978759983411\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:32:41-07:00\",\n                            \"destination\": {\n                                \"id\": 6462153752883,\n                                \"zip\": \"94080\",\n                                \"city\": \"South San Francisco\",\n                                \"email\": \"angiepace@aol.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"241 Alta Vista Drive\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Pace\",\n                                \"first_name\": \"Angela\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 976362406195,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T16:05:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12630\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12631\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10122\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"228\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6720\",\n            \"attributes\": {\n                \"number\": \"113-6730586-3917843\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T17:47:57.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:39:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366255945\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T19:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13716\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13717\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10714\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10715\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10716\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"231\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6721\",\n            \"attributes\": {\n                \"number\": \"112-0666057-8857834\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T18:22:09.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366255946\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T19:09:04.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13718\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13719\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10717\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10718\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10719\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"223\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6737\",\n            \"attributes\": {\n                \"number\": \"#2403\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 6.39,\n                \"discount\": 0,\n                \"total\": 78.36,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T21:16:50.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:05.000000Z\",\n                \"fulfilled_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"65155\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6025370992947,\n                        \"name\": \"#2403\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"crystal.h.xu@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"d5bffcb6e3b0f353058f86540965030d\",\n                        \"app_id\": 580111,\n                        \"number\": 1403,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8193667203379,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"crystal.h.xu@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Xu\",\n                            \"created_at\": \"2024-08-26T14:16:46-07:00\",\n                            \"first_name\": \"Haopeng\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-26T14:16:56-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10187311251763,\n                                \"zip\": \"10002\",\n                                \"city\": \"New York\",\n                                \"name\": \"Crystal Xu\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"55 Suffolk Street Apt 1406\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Xu\",\n                                \"first_name\": \"Crystal\",\n                                \"customer_id\": 8193667203379,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8193667203379\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-26T14:16:51-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T14:24:38-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"1fea01d399d82d2789c9a68f9a624691\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"3.24\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.24\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.24\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.27\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.27\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.27\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"2.88\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"2.88\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"2.88\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"6.39\",\n                        \"browser_ip\": \"89.101.65.93\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjY4OFBUV1BXOUpDWFJaNEExUUtXUEI3\",\n                        \"created_at\": \"2024-08-26T14:16:50-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15221096579379,\n                                \"sku\": \"ap-15\",\n                                \"name\": \"ASIAN PEAR\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"ASIAN PEAR\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"1.08\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.96\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091917619,\n                                \"properties\": [],\n                                \"variant_id\": 47759605039411,\n                                \"pre_tax_price\": \"23.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221096579379\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"6.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"6.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"6.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15221096612147,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"1.08\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.96\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"23.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221096612147\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"6.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"6.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"6.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15221096644915,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"1.08\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.96\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.96\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"23.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"23.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221096644915\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"6.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"6.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"6.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15221096677683,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221096677683\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-31T07:34:39-07:00\",\n                        \"checkout_id\": 38179306111283,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"78.36\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322713792819,\n                                \"name\": \"#2403.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6025370992947,\n                                \"created_at\": \"2024-08-26T14:24:38-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15221096579379,\n                                        \"sku\": \"ap-15\",\n                                        \"name\": \"ASIAN PEAR\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"ASIAN PEAR\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"1.08\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.09\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.96\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091917619,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759605039411,\n                                        \"pre_tax_price\": \"23.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221096579379\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"6.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"6.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"6.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15221096612147,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"1.08\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.09\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.96\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"23.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221096612147\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"6.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"6.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"6.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15221096644915,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"1.08\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.08\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.09\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.09\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.96\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"23.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"23.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221096644915\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"6.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"6.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"6.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15221096677683,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221096677683\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-31T07:34:39-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792921441\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792921441\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434636206248792921441\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9434636206248792921441\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322713792819\"\n                            }\n                        ],\n                        \"landing_site\": \"/?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | Labor Day | Sales | All&utm_content=Static_1080x1080_laborday - Copy 2&fbclid=PAZXh0bgNhZW0BMAABphxVb32SQwqPM_w9007SoA1rjpIqsQ0uSxkugJtyE20ikI_0kXTmxNF62g_aem_ozt9hpuOxU4zpKfDA_SMZg&campaign_id=120214018414770012&ad_id=120214018620490012\",\n                        \"order_number\": 2403,\n                        \"processed_at\": \"2024-08-26T14:16:45-07:00\",\n                        \"total_weight\": 631,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"crystal.h.xu@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.39\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.39\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"1b93abd86462a0431b25b74718f0d49f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"89.101.65.93\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 345.3.3.38.86 (iPhone14,2; iOS 17_5_1; en_US; en-US; scale=3.00; 1170x2532; 634675901; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"REFRESH20\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"18.00\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4822156640563,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"71.97\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"30319\",\n                            \"city\": \"Atlanta\",\n                            \"name\": \"Haopeng Xu\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"980 Howell Mill Road\",\n                            \"address2\": \"3502\",\n                            \"latitude\": 33.7810334,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"Xu\",\n                            \"longitude\": -84.4111456,\n                            \"first_name\": \"Haopeng\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"18.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"78.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"78.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/d5bffcb6e3b0f353058f86540965030d/authenticate?key=34a1759ab60ef4d656625d4f19333492&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"10002\",\n                            \"city\": \"New York\",\n                            \"name\": \"Crystal Xu\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"55 Suffolk Street Apt 1406\",\n                            \"address2\": null,\n                            \"latitude\": 40.71701669999999,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Xu\",\n                            \"longitude\": -73.9874699,\n                            \"first_name\": \"Crystal\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"6.39\",\n                        \"source_identifier\": \"1fea01d399d82d2789c9a68f9a624691\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"71.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"71.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"YJMRVUPIN\",\n                        \"current_total_price\": \"78.36\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6025370992947\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.39\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.39\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"REFRESH20\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"20.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"71.97\",\n                        \"total_line_items_price\": \"89.97\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"18.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"78.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"78.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"71.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"71.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6979075014963,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025370992947,\n                            \"created_at\": \"2024-08-26T14:16:51-07:00\",\n                            \"fulfill_at\": \"2024-08-26T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15364225106227,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759605039411,\n                                    \"line_item_id\": 15221096579379,\n                                    \"inventory_item_id\": 49808354672947,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979075014963\n                                },\n                                {\n                                    \"id\": 15364225138995,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15221096612147,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979075014963\n                                },\n                                {\n                                    \"id\": 15364225171763,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15221096644915,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979075014963\n                                },\n                                {\n                                    \"id\": 15364225204531,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15221096677683,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979075014963\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T14:24:38-07:00\",\n                            \"destination\": {\n                                \"id\": 6462449418547,\n                                \"zip\": \"10002\",\n                                \"city\": \"New York\",\n                                \"email\": \"crystal.h.xu@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"55 Suffolk Street Apt 1406\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Xu\",\n                                \"first_name\": \"Crystal\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 976671179059,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T21:17:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13780\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13781\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10769\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10770\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10771\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10772\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10773\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"226\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6741\",\n            \"attributes\": {\n                \"number\": \"111-9673973-7084228\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T20:59:34.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366350458\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T22:09:00.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13804\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13805\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10781\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10782\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10783\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"251\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6742\",\n            \"attributes\": {\n                \"number\": \"111-3820921-8554640\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T21:07:41.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366350460\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T22:09:03.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13806\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13807\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10784\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10785\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10786\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"269\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6743\",\n            \"attributes\": {\n                \"number\": \"111-2934864-4954639\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T21:02:45.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366350461\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T22:09:07.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13808\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13809\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10787\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10788\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10789\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"255\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6744\",\n            \"attributes\": {\n                \"number\": \"114-5188819-4935427\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T21:21:29.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366350462\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T22:09:11.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13810\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13811\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10790\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10791\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10792\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"254\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6745\",\n            \"attributes\": {\n                \"number\": \"113-0822361-3344220\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366350463\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T22:09:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13812\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13813\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10793\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10794\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10795\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"253\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6748\",\n            \"attributes\": {\n                \"number\": \"082624\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 44.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T22:46:21.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T19:47:18.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T22:46:21.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13820\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13821\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10798\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10799\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"252\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6749\",\n            \"attributes\": {\n                \"number\": \"#2404\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 44.18,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T23:05:00.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"65261\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6025449734451,\n                        \"name\": \"#2404\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"keziah1986@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"fdc9df73ecc402f31f3cbb2962ccb3e8\",\n                        \"app_id\": 580111,\n                        \"number\": 1404,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8193837728051,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"keziah1986@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Nielsen\",\n                            \"created_at\": \"2024-08-26T16:04:56-07:00\",\n                            \"first_name\": \"Nicole\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-26T16:05:06-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10187410276659,\n                                \"zip\": \"55038\",\n                                \"city\": \"Hugo\",\n                                \"name\": \"Nicole Nielsen\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5211 130th St N\",\n                                \"address2\": \"Suite 5\",\n                                \"province\": \"Minnesota\",\n                                \"last_name\": \"Nielsen\",\n                                \"first_name\": \"Nicole\",\n                                \"customer_id\": 8193837728051,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MN\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8193837728051\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-26T16:05:01-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-27T13:03:52-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"c78e6f74e09f5c180b7c8ad33f550f04\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.200.1.90\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSjY4RVFXUjVNMFNTMlAzSzQzWU1LWEJI\",\n                        \"created_at\": \"2024-08-26T16:05:00-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15221252063539,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Transportation\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Tax For Housing\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Minnesota State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"28.03\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"28.03\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"28.03\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221252063539\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.96\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.96\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.96\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15221252096307,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Transportation\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Tax For Housing\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Minnesota State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221252096307\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15221252129075,\n                                \"sku\": \"starter\",\n                                \"name\": \"STARTER KIT\",\n                                \"grams\": 136,\n                                \"price\": \"18.99\",\n                                \"title\": \"STARTER KIT\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"18.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Transportation\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Tax For Housing\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Minnesota State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9335308878131,\n                                \"properties\": [],\n                                \"variant_id\": 49533376037171,\n                                \"pre_tax_price\": \"16.15\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"16.15\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"16.15\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221252129075\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"2.84\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"2.84\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"2.84\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-09-03T11:22:08-07:00\",\n                        \"checkout_id\": 38179534078259,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"44.18\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5323922538803,\n                                \"name\": \"#2404.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6025449734451,\n                                \"created_at\": \"2024-08-27T13:03:51-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15221252063539,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington Co Tr\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Transportation\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Tax For Housing\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06875,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Minnesota State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"28.03\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"28.03\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"28.03\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221252063539\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.96\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.96\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15221252096307,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington Co Tr\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Transportation\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Tax For Housing\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06875,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Minnesota State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221252096307\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15221252129075,\n                                        \"sku\": \"starter\",\n                                        \"name\": \"STARTER KIT\",\n                                        \"grams\": 136,\n                                        \"price\": \"18.99\",\n                                        \"title\": \"STARTER KIT\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"18.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington Co Tr\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Transportation\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Tax For Housing\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06875,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Minnesota State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9335308878131,\n                                        \"properties\": [],\n                                        \"variant_id\": 49533376037171,\n                                        \"pre_tax_price\": \"16.15\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.15\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.15\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221252129075\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"2.84\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"2.84\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"2.84\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-09-03T11:22:08-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248801380191\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248801380191\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434636206248801380191\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9434636206248801380191\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5323922538803\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/starter-kit?variant=49533376037171?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | Starter Kit | Sales | All&utm_content=Static_1080x1080_starterkitv3&utm_source=fb&fbclid=IwZXh0bgNhZW0BMAABHU0q-Xe8CIWo0fcMB-Sgkwx_S6EVLAzIerNwgL5A9S3Pc8brjwz2OPv6aQ_aem_gYn_Qee42PX9mU8UCbHPxQ&campaign_id=120212425206740012&ad_id=120213980575780012\",\n                        \"order_number\": 2404,\n                        \"processed_at\": \"2024-08-26T16:04:56-07:00\",\n                        \"total_weight\": 419,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"keziah1986@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"bd42d65d6187c9b16b565f822ae34f28\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.200.1.90\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S926U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.112 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/477.0.0.56.80;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"7.80\"\n                            }\n                        ],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4822208545075,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Transportation\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Tax For Housing\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Minnesota State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"44.18\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"55038\",\n                            \"city\": \"Hugo\",\n                            \"name\": \"Nicole Nielsen\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5211 130th St N\",\n                            \"address2\": \"Suite 5\",\n                            \"latitude\": 45.1379771,\n                            \"province\": \"Minnesota\",\n                            \"last_name\": \"Nielsen\",\n                            \"longitude\": -93.0007396,\n                            \"first_name\": \"Nicole\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"7.80\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fdc9df73ecc402f31f3cbb2962ccb3e8/authenticate?key=6c5c0eaa322a6b8f6a8c467261d475d0&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"55038\",\n                            \"city\": \"Hugo\",\n                            \"name\": \"Nicole Nielsen\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5211 130th St N\",\n                            \"address2\": \"Suite 5\",\n                            \"latitude\": 45.1379771,\n                            \"province\": \"Minnesota\",\n                            \"last_name\": \"Nielsen\",\n                            \"longitude\": -93.0007396,\n                            \"first_name\": \"Nicole\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MN\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"c78e6f74e09f5c180b7c8ad33f550f04\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GZ2W0EAJA\",\n                        \"current_total_price\": \"44.18\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.80\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.80\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6025449734451\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"44.18\",\n                        \"total_line_items_price\": \"51.98\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"7.80\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"44.18\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"51.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"51.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.80\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.80\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6979156607283,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025449734451,\n                            \"created_at\": \"2024-08-26T16:05:01-07:00\",\n                            \"fulfill_at\": \"2024-08-26T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15364380557619,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15221252063539,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979156607283\n                                },\n                                {\n                                    \"id\": 15364380590387,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15221252096307,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979156607283\n                                },\n                                {\n                                    \"id\": 15364380623155,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 49533376037171,\n                                    \"line_item_id\": 15221252129075,\n                                    \"inventory_item_id\": 51581956129075,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979156607283\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-27T13:03:52-07:00\",\n                            \"destination\": {\n                                \"id\": 6462526587187,\n                                \"zip\": \"55038\",\n                                \"city\": \"Hugo\",\n                                \"email\": \"keziah1986@hotmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5211 130th St N\",\n                                \"address2\": \"Suite 5\",\n                                \"province\": \"Minnesota\",\n                                \"last_name\": \"Nielsen\",\n                                \"first_name\": \"Nicole\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 976752214323,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13827\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13828\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10800\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10801\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10802\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10803\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10804\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10805\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10806\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10807\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10808\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"259\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6750\",\n            \"attributes\": {\n                \"number\": \"111-1036724-8556206\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T21:41:37.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T19:53:24.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366378199\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T23:08:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13832\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13833\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10809\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10810\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10811\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"256\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6751\",\n            \"attributes\": {\n                \"number\": \"112-1515904-5519420\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T21:52:52.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366378200\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T23:09:01.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13834\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13835\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10812\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10813\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10814\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"257\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6752\",\n            \"attributes\": {\n                \"number\": \"111-9283953-4268241\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T21:54:43.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366378201\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T23:09:04.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13836\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13837\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10815\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10816\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10817\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"258\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6755\",\n            \"attributes\": {\n                \"number\": \"#2405\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T23:19:11.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:20:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"65283\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6025458614579,\n                        \"name\": \"#2405\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"hmaele12@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"fe4bc8f632dab8e5ac827b6258580e93\",\n                        \"app_id\": 580111,\n                        \"number\": 1405,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8193860632883,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"hmaele12@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Maele-Evans\",\n                            \"created_at\": \"2024-08-26T16:19:08-07:00\",\n                            \"first_name\": \"Hiilani\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-26T16:19:16-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10187426595123,\n                                \"zip\": \"35811\",\n                                \"city\": \"Huntsville\",\n                                \"name\": \"Hiilani Maele-Evans\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2005 Brandy Circle Northeast\",\n                                \"address2\": null,\n                                \"province\": \"Alabama\",\n                                \"last_name\": \"Maele-Evans\",\n                                \"first_name\": \"Hiilani\",\n                                \"customer_id\": 8193860632883,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"AL\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8193860632883\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-26T16:19:11-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-27T13:20:17-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"0f2df50a9687794d76d9e1edc46193b4\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"136.53.105.133\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSjY4RktYRUtDTldCRkNZUjNaNFlCUVRX\",\n                        \"created_at\": \"2024-08-26T16:19:11-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15221266940211,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Madison County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Huntsville City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Alabama State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221266940211\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-09-03T18:01:16-07:00\",\n                        \"checkout_id\": 38179562094899,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5323933843763,\n                                \"name\": \"#2405.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6025458614579,\n                                \"created_at\": \"2024-08-27T13:20:16-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15221266940211,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Madison County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Huntsville City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Alabama State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221266940211\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-09-03T18:01:16-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801542504\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801542504\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248801542504\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248801542504\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5323933843763\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpk1k6uhlfMR7IcOy90Z2M-NkwmucUDzMYFcOT5_BWCcXOgiOLXcQeqx1OQ_aem_Pk_G0k8Uy4DxVY2tfNw9Ag&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2405,\n                        \"processed_at\": \"2024-08-26T16:19:07-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"hmaele12@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"2268d207b1e440e4159ba41613a98dbb\",\n                        \"client_details\": {\n                            \"browser_ip\": \"136.53.105.133\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 345.3.3.38.86 (iPhone14,7; iOS 17_5_1; en_US; en-US; scale=3.00; 1170x2532; 634675901; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4822215393587,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Madison County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Huntsville City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Alabama State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"35811\",\n                            \"city\": \"Huntsville\",\n                            \"name\": \"Hiilani Maele-Evans\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2005 Brandy Circle Northeast\",\n                            \"address2\": null,\n                            \"latitude\": 34.7571295,\n                            \"province\": \"Alabama\",\n                            \"last_name\": \"Maele-Evans\",\n                            \"longitude\": -86.5597205,\n                            \"first_name\": \"Hiilani\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"AL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fe4bc8f632dab8e5ac827b6258580e93/authenticate?key=a4e4ff69de6958894eca5b042483c21e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"35811\",\n                            \"city\": \"Huntsville\",\n                            \"name\": \"Hiilani Maele-Evans\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2005 Brandy Circle Northeast\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Alabama\",\n                            \"last_name\": \"Maele-Evans\",\n                            \"longitude\": null,\n                            \"first_name\": \"Hiilani\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"AL\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"0f2df50a9687794d76d9e1edc46193b4\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"10LCUR5PM\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6025458614579\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6979165880627,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025458614579,\n                            \"created_at\": \"2024-08-26T16:19:12-07:00\",\n                            \"fulfill_at\": \"2024-08-26T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15364395532595,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15221266940211,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979165880627\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-27T13:20:16-07:00\",\n                            \"destination\": {\n                                \"id\": 6462536286515,\n                                \"zip\": \"35811\",\n                                \"city\": \"Huntsville\",\n                                \"email\": \"hmaele12@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2005 Brandy Circle Northeast\",\n                                \"address2\": null,\n                                \"province\": \"Alabama\",\n                                \"last_name\": \"Maele-Evans\",\n                                \"first_name\": \"Hiilani\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 976761422131,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T23:20:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13843\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13844\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10820\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"270\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6756\",\n            \"attributes\": {\n                \"number\": \"#2406\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 6.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 6.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T23:44:21.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:21:21.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"65290\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping & Handling\",\n                \"shipping_method_code\": \"Shipping & Handling\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6025471361331,\n                        \"name\": \"#2406\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"asweet1mee@aol.com\",\n                        \"phone\": null,\n                        \"token\": \"518e6491572672651bf65ca633bd85de\",\n                        \"app_id\": 580111,\n                        \"number\": 1406,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8193893007667,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"asweet1mee@aol.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"CAMPOS\",\n                            \"created_at\": \"2024-08-26T16:44:17-07:00\",\n                            \"first_name\": \"AIMEE-SYL\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-26T16:44:27-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10187446124851,\n                                \"zip\": \"90810-3027\",\n                                \"city\": \"Long Beach\",\n                                \"name\": \"AIMEE-SYL CAMPOS\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2674 Webster Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"CAMPOS\",\n                                \"first_name\": \"AIMEE-SYL\",\n                                \"customer_id\": 8193893007667,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8193893007667\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-26T16:44:22-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-27T13:21:25-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"b164255c31dabfadc6d25136f0ac8085\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"137.25.8.178\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjY4SDI3NE01MjNDN1M1OEpSMEJOOEJD\",\n                        \"created_at\": \"2024-08-26T16:44:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15221290107187,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Long Beach City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221290107187\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-29T13:42:18-07:00\",\n                        \"checkout_id\": 38179606462771,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"6.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5323934925107,\n                                \"name\": \"#2406.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6025471361331,\n                                \"created_at\": \"2024-08-27T13:21:25-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15221290107187,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Long Beach City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221290107187\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-29T13:42:18-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801554651\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801554651\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400136206248801554651\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9400136206248801554651\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5323934925107\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAZXh0bgNhZW0BMAABpvtF6GE3fI2U6lmiVGWTnMwohCWC-H1Gn5qs0YAphFV14eFB77yo_RV22w_aem_uA4xdT0VWgsxRKF2bkHOnA&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 2406,\n                        \"processed_at\": \"2024-08-26T16:44:17-07:00\",\n                        \"total_weight\": 91,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"asweet1mee@aol.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"1e9435c28234ccea59537920337e39cb\",\n                        \"client_details\": {\n                            \"browser_ip\": \"137.25.8.178\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 345.3.3.38.86 (iPhone16,2; iOS 17_5_1; en_US; en-US; scale=3.00; 1290x2796; 634675901; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4822224929075,\n                                \"code\": \"Shipping & Handling\",\n                                \"phone\": null,\n                                \"price\": \"6.99\",\n                                \"title\": \"Shipping & Handling\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Long Beach City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"6.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"6.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90810-3027\",\n                            \"city\": \"Long Beach\",\n                            \"name\": \"AIMEE-SYL CAMPOS\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2674 Webster Ave\",\n                            \"address2\": null,\n                            \"latitude\": 33.806212,\n                            \"province\": \"California\",\n                            \"last_name\": \"CAMPOS\",\n                            \"longitude\": -118.2193955,\n                            \"first_name\": \"AIMEE-SYL\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/518e6491572672651bf65ca633bd85de/authenticate?key=f72e20045a5b9a12972ac78802da19ad&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90810-3027\",\n                            \"city\": \"Long Beach\",\n                            \"name\": \"AIMEE-SYL CAMPOS\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2674 Webster Ave\",\n                            \"address2\": null,\n                            \"latitude\": 33.806212,\n                            \"province\": \"California\",\n                            \"last_name\": \"CAMPOS\",\n                            \"longitude\": -118.2193955,\n                            \"first_name\": \"AIMEE-SYL\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"b164255c31dabfadc6d25136f0ac8085\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"PXWRF8CDI\",\n                        \"current_total_price\": \"6.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6025471361331\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6979179118899,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025471361331,\n                            \"created_at\": \"2024-08-26T16:44:22-07:00\",\n                            \"fulfill_at\": \"2024-08-26T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15364418994483,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15221290107187,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979179118899\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-27T13:21:25-07:00\",\n                            \"destination\": {\n                                \"id\": 6462548902195,\n                                \"zip\": \"90810-3027\",\n                                \"city\": \"Long Beach\",\n                                \"email\": \"asweet1mee@aol.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2674 Webster Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"CAMPOS\",\n                                \"first_name\": \"AIMEE-SYL\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 976774627635,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-26T23:45:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13845\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13846\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"48\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10821\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"271\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6758\",\n            \"attributes\": {\n                \"number\": \"113-8921511-7581037\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T22:41:59.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366407663\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T00:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13849\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13850\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10825\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10826\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10827\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"261\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6760\",\n            \"attributes\": {\n                \"number\": \"113-0706461-9778629\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T23:39:24.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366442281\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T01:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13854\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13855\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10830\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10831\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10832\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"262\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6761\",\n            \"attributes\": {\n                \"number\": \"113-9662546-7519441\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 41.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-26T23:51:44.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366442283\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T01:09:02.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13856\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13857\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10833\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10834\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10835\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"263\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6766\",\n            \"attributes\": {\n                \"number\": \"#2407\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 56.08,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T01:54:03.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-28T22:46:03.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"65328\",\n                \"packing_note\": \"Please do NOT send a shaker bottle!\",\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6025547776307,\n                        \"name\": \"#2407\",\n                        \"note\": \"Please do NOT send a shaker bottle!\",\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"ayzhang93@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"ace1b441e39f4d19b5b6d6ee780d6485\",\n                        \"app_id\": 580111,\n                        \"number\": 1407,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8194052325683,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"ayzhang93@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Zhang\",\n                            \"created_at\": \"2024-08-26T18:54:00-07:00\",\n                            \"first_name\": \"Angela\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-26T18:54:09-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10187548033331,\n                                \"zip\": \"98122\",\n                                \"city\": \"Seattle\",\n                                \"name\": \"Angela Zhang\",\n                                \"phone\": \"+12062653069\",\n                                \"company\": \"Front Porch Dropbox\",\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"355 16th Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Zhang\",\n                                \"first_name\": \"Angela\",\n                                \"customer_id\": 8194052325683,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"WA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8194052325683\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            }\n                        },\n                        \"closed_at\": null,\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"f03387ac543e6171b62e35b92f39530a\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"24.22.132.58\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjY1RVFRTUhRODNYM1NUUUVIRldTWjc5\",\n                        \"created_at\": \"2024-08-26T18:54:03-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15221423440179,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 2,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"King County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0385,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Seattle City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"56.08\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 2,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"56.08\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"56.08\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221423440179\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"9.90\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"9.90\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"9.90\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15221423472947,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"King County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0385,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Seattle City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": null,\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221423472947\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-30T17:26:56-07:00\",\n                        \"checkout_id\": 38175497650483,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"56.08\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5323947344179,\n                                \"name\": \"#2407.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6025547776307,\n                                \"created_at\": \"2024-08-27T13:37:24-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15221423440179,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 2,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"King County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0385,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Seattle City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.065,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"56.08\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 2,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"56.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"56.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221423440179\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"9.90\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"9.90\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"9.90\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-30T17:26:56-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248801729358\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248801729358\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434636206248801729358\",\n                                \"tracking_company\": \"USPS\",\n                                \"tracking_numbers\": [\n                                    \"9434636206248801729358\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5323947344179\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 2407,\n                        \"processed_at\": \"2024-08-26T18:53:59-07:00\",\n                        \"total_weight\": 475,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"ayzhang93@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c8b8d83caa1237c70f45f58dab5233f2\",\n                        \"client_details\": {\n                            \"browser_ip\": \"24.22.132.58\",\n                            \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"9.90\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4822283354419,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"King County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0385,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Seattle City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"56.08\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"98122\",\n                            \"city\": \"Seattle\",\n                            \"name\": \"Angela Zhang\",\n                            \"phone\": \"+12062653069\",\n                            \"company\": \"Front Porch Dropbox\",\n                            \"country\": \"United States\",\n                            \"address1\": \"355 16th Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Zhang\",\n                            \"longitude\": null,\n                            \"first_name\": \"Angela\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"9.90\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"56.08\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"56.08\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/ace1b441e39f4d19b5b6d6ee780d6485/authenticate?key=860115e6303259e71f099eecbc11b72e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"98122\",\n                            \"city\": \"Seattle\",\n                            \"name\": \"Angela Zhang\",\n                            \"phone\": \"+12062653069\",\n                            \"company\": \"Front Porch Dropbox\",\n                            \"country\": \"United States\",\n                            \"address1\": \"355 16th Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 47.6059276,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Zhang\",\n                            \"longitude\": -122.3117908,\n                            \"first_name\": \"Angela\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"f03387ac543e6171b62e35b92f39530a\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"partial\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"56.08\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"56.08\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8FHP003E2\",\n                        \"current_total_price\": \"56.08\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"9.90\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"9.90\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6025547776307\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME15\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"56.08\",\n                        \"total_line_items_price\": \"65.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"9.90\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"56.08\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"56.08\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"56.08\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"56.08\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"65.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"65.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"9.90\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"9.90\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6979260285235,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025547776307,\n                            \"created_at\": \"2024-08-26T18:54:04-07:00\",\n                            \"fulfill_at\": \"2024-08-26T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15364555112755,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 2,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15221423440179,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979260285235\n                                },\n                                {\n                                    \"id\": 15364555145523,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15221423472947,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 6979260285235\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-28T15:45:25-07:00\",\n                            \"destination\": {\n                                \"id\": 6462626988339,\n                                \"zip\": \"98122\",\n                                \"city\": \"Seattle\",\n                                \"email\": \"ayzhang93@gmail.com\",\n                                \"phone\": \"+12062653069\",\n                                \"company\": \"Front Porch Dropbox\",\n                                \"country\": \"United States\",\n                                \"address1\": \"355 16th Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Zhang\",\n                                \"first_name\": \"Angela\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 976853369139,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        },\n                        {\n                            \"id\": 6981527241011,\n                            \"status\": \"on_hold\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025547776307,\n                            \"created_at\": \"2024-08-28T15:45:25-07:00\",\n                            \"fulfill_at\": \"2024-08-26T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15368560836915,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15221423472947,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 6981527241011\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-28T15:45:25-07:00\",\n                            \"destination\": {\n                                \"id\": 6464786891059,\n                                \"zip\": \"98122\",\n                                \"city\": \"Seattle\",\n                                \"email\": \"ayzhang93@gmail.com\",\n                                \"phone\": \"+12062653069\",\n                                \"company\": \"Front Porch Dropbox\",\n                                \"country\": \"United States\",\n                                \"address1\": \"355 16th Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Zhang\",\n                                \"first_name\": \"Angela\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 979089391923,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [\n                                {\n                                    \"reason\": \"other\",\n                                    \"reason_notes\": \"no shaker\"\n                                }\n                            ],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [\n                                \"release_hold\"\n                            ],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T01:54:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13866\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13867\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10841\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10842\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10843\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"278\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6768\",\n            \"attributes\": {\n                \"number\": \"112-8003256-5255451\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T01:22:17.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366476035\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T02:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13870\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13871\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10846\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10847\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10848\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"275\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6769\",\n            \"attributes\": {\n                \"number\": \"#2408\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T02:38:25.000000Z\",\n                \"updated_at\": \"2024-08-27T02:54:14.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T02:39:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"65347\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6025573499187,\n                        \"name\": \"#2408\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"btwolfe4@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"abfde961101b8c1dc2de30fe99d90dae\",\n                        \"app_id\": 129785,\n                        \"number\": 1408,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8194103902515,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"btwolfe4@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-08-26T19:39:22-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-26T19:53:29-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8194103902515\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-08-26T19:39:22-07:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-08-26T19:53:26-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"52738ee3456c0725c9c93d39603ebc57\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1135::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-08-26T19:38:25-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15221467709747,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221467709747\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15221467742515,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221467742515\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-08-26T19:53:26-07:00\",\n                        \"checkout_id\": 38179989422387,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5322894180659,\n                                \"name\": \"#2408.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6025573499187,\n                                \"created_at\": \"2024-08-26T19:38:26-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15221467709747,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221467709747\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15221467742515,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15221467742515\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-26T19:38:26-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5322894180659\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 2408,\n                        \"processed_at\": \"2024-08-26T19:38:23-07:00\",\n                        \"total_weight\": 283,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"btwolfe4@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"DD4D7027-118C-4A9B-96FD-718745ABF03A\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1135::8\",\n                            \"user_agent\": \"Shopify POS/9.16.0/iOS/17.5.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/abfde961101b8c1dc2de30fe99d90dae/authenticate?key=a689829a004552f761726179ede6992c&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1343\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"QUTFELDUL\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6025573499187\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6979286499635,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025573499187,\n                            \"created_at\": \"2024-08-26T19:38:26-07:00\",\n                            \"fulfill_at\": \"2024-08-26T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15364599284019,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15221467709747,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979286499635\n                                },\n                                {\n                                    \"id\": 15364599316787,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15221467742515,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979286499635\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-26T19:38:26-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 976879550771,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T02:39:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13872\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13873\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10849\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10850\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10851\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6771\",\n            \"attributes\": {\n                \"number\": \"113-2067160-2695409\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T01:53:02.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366511841\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T03:08:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13876\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13877\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10855\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10856\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10857\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"274\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6772\",\n            \"attributes\": {\n                \"number\": \"114-8938260-7582639\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T02:02:45.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366511842\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T03:09:01.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13878\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13879\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10858\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10859\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10860\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"264\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6773\",\n            \"attributes\": {\n                \"number\": \"114-9012470-9568200\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T02:23:54.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:23:30.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366511843\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T03:09:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13880\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13881\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10861\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10862\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10863\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"272\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6774\",\n            \"attributes\": {\n                \"number\": \"113-2257353-4927416\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T02:34:05.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:12:49.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366511844\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T03:09:08.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13882\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13883\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10864\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10865\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10866\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"265\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6776\",\n            \"attributes\": {\n                \"number\": \"113-9955351-9785026\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T02:35:56.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:16:45.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366543733\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T04:09:00.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13886\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13887\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10868\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10869\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10870\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"268\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6777\",\n            \"attributes\": {\n                \"number\": \"113-0971674-5508246\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T03:11:22.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366543734\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T04:09:04.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13888\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13889\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10871\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10872\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10873\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"267\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6778\",\n            \"attributes\": {\n                \"number\": \"112-1078042-3156256\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 31.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T03:24:19.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:04.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366543735\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T04:09:08.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13890\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13891\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10874\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10875\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10876\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"266\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6779\",\n            \"attributes\": {\n                \"number\": \"113-3605663-1319457\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 10,\n                \"total\": 34.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T03:22:40.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:03.000000Z\",\n                \"fulfilled_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": \"2024-08-28T06:59:59.000000Z\",\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"4366543736\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T04:09:11.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13892\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13893\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10877\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10878\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10879\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"296\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6781\",\n            \"attributes\": {\n                \"number\": \"#2409\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 28.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-27T04:42:11.000000Z\",\n                \"updated_at\": \"2025-08-15T21:49:03.000000Z\",\n                \"fulfilled_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"65377\",\n                \"packing_note\": \"I already have the shaker bottle and don’t need another one. I’d rather sample a different flavor if possible. Thanks! 😊\",\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6025641623859,\n                        \"name\": \"#2409\",\n                        \"note\": \"I already have the shaker bottle and don’t need another one. I’d rather sample a different flavor if possible. Thanks! 😊\",\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"Charrell07@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"c6a44b5fa11e7fa58b963deb1f8b62f4\",\n                        \"app_id\": 580111,\n                        \"number\": 1409,\n                        \"gateway\": null,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8082453856563,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"charrell07@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"addresses\": null,\n                            \"last_name\": \"Home\",\n                            \"created_at\": \"2024-07-06T10:30:59-07:00\",\n                            \"first_name\": \"Home\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-08-26T21:42:12-07:00\",\n                            \"total_spent\": null,\n                            \"orders_count\": null,\n                            \"last_order_id\": null,\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10187672256819,\n                                \"zip\": \"90066\",\n                                \"city\": \"Los angeles\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"12035 Herbert St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Cooper\",\n                                \"first_name\": \"Charrell\",\n                                \"customer_id\": 8082453856563,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"last_order_name\": null,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8082453856563\",\n                            \"multipass_identifier\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"accepts_marketing_updated_at\": \"2024-07-06T10:30:59-07:00\"\n                        },\n                        \"closed_at\": null,\n                        \"confirmed\": \"true\",\n                        \"tax_lines\": [],\n                        \"total_tax\": 0,\n                        \"browser_ip\": \"76.169.82.222\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjY5MjJYTUswNEVLR1IzTTYwN0pNWFNH\",\n                        \"created_at\": \"2024-08-26T21:42:11-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15221598486835,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": 29.99,\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 29.99,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 29.99,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": 0,\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"variant_title\": null,\n                                \"total_discount\": 0,\n                                \"origin_location\": null,\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": 6,\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 6,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 6,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0\n                            },\n                            {\n                                \"id\": 15221598519603,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": 0,\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": 0,\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": 0,\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": 0,\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": 0,\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"variant_title\": null,\n                                \"total_discount\": 0,\n                                \"origin_location\": null,\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": null,\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 0,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0\n                            }\n                        ],\n                        \"updated_at\": \"2024-08-28T15:44:32-07:00\",\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": 28.98,\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5324080251187,\n                                \"status\": \"success\",\n                                \"order_id\": 6025641623859,\n                                \"created_at\": \"2024-08-27T17:21:23-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15221598486835,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": 29.99,\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 29.99,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 29.99,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": 0,\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 0,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"variant_title\": null,\n                                        \"total_discount\": 0,\n                                        \"origin_location\": null,\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": 6,\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": 6,\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": 6,\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0\n                                    }\n                                ],\n                                \"updated_at\": \"2024-08-27T17:21:23-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_number\": \"6102190800049184\",\n                                \"tracking_company\": \"DHL Ecommerce\"\n                            }\n                        ],\n                        \"landing_site\": \"/?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | Labor Day | Sales | All&utm_content=Static_1080x1080_laborday - Copy 2&fbclid=PAZXh0bgNhZW0BMAABpirH-K_WX7Lg1wcUrC0lkI2HmZ9Q3rmHqrGIDsDBLO02gI0r5UEFXgN-sA_aem_L3lazFN6D2uQ5RP-g42kNA&campaign_id=120214018414770012&ad_id=120214040664960012\",\n                        \"order_number\": 2409,\n                        \"processed_at\": \"2024-08-26T21:42:07-07:00\",\n                        \"total_weight\": 271,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"Charrell07@gmail.com\",\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"50d4f2332d3b280b369f9b1931b9fe87\",\n                        \"client_details\": {\n                            \"browser_ip\": \"76.169.82.222\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 345.3.3.38.86 (iPhone15,2; iOS 17_5_1; en_US; en-US; scale=3.00; 1179x2556; 634675901; IABMV/1)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"REFRESH20\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"6.00\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"code\": \"Standard\",\n                                \"price\": 4.99,\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 4.99,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 4.99,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": 0,\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": 0,\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": 0,\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": 0,\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": 0,\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": 4.99,\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": 4.99,\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": 23.99,\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"08081\",\n                            \"city\": \"Sicklerville\",\n                            \"name\": \"Home Home\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"10 Pheasant Drive\",\n                            \"address2\": null,\n                            \"latitude\": \"39.7015166\",\n                            \"province\": \"New Jersey\",\n                            \"last_name\": \"Home\",\n                            \"longitude\": \"-74.9075862\",\n                            \"first_name\": \"Home\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NJ\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"6.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 28.98,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 28.98,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_price_usd\": null,\n                        \"financial_status\": \"paid\",\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c6a44b5fa11e7fa58b963deb1f8b62f4/authenticate?key=b54be7c2f6f8a794f98f649fe6de9de6&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90066\",\n                            \"city\": \"Los angeles\",\n                            \"name\": \"Charrell Cooper\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"12035 Herbert St\",\n                            \"address2\": null,\n                            \"latitude\": \"33.9998459\",\n                            \"province\": \"California\",\n                            \"last_name\": \"Cooper\",\n                            \"longitude\": \"-118.4253122\",\n                            \"first_name\": \"Charrell\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": 0,\n                        \"processing_method\": null,\n                        \"total_outstanding\": 0,\n                        \"fulfillment_status\": \"partial\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 23.99,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 23.99,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": 0,\n                        \"current_total_price\": 28.98,\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": 6,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 6,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 0,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"discount_code\",\n                                \"title\": null,\n                                \"value\": \"20.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": 23.99,\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"6.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 28.98,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 28.98,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 4.99,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 4.99,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 23.99,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 23.99,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": 29.99,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 29.99,\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": 6,\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": 6,\n                                \"currency_code\": \"USD\"\n                            }\n                        }\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6979358523699,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025641623859,\n                            \"created_at\": \"2024-08-26T21:42:12-07:00\",\n                            \"fulfill_at\": \"2024-08-26T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15364732027187,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15221598486835,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6979358523699\n                                },\n                                {\n                                    \"id\": 15364732059955,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15221598519603,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 6979358523699\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-28T15:44:32-07:00\",\n                            \"destination\": {\n                                \"id\": 6462728667443,\n                                \"zip\": \"90066\",\n                                \"city\": \"Los angeles\",\n                                \"email\": \"Charrell07@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"12035 Herbert St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Cooper\",\n                                \"first_name\": \"Charrell\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 976949772595,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        },\n                        {\n                            \"id\": 6981526749491,\n                            \"status\": \"on_hold\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 6025641623859,\n                            \"created_at\": \"2024-08-28T15:44:32-07:00\",\n                            \"fulfill_at\": \"2024-08-26T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15368559624499,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15221598519603,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 6981526749491\n                                }\n                            ],\n                            \"updated_at\": \"2024-08-28T15:44:32-07:00\",\n                            \"destination\": {\n                                \"id\": 6464786465075,\n                                \"zip\": \"90066\",\n                                \"city\": \"Los angeles\",\n                                \"email\": \"Charrell07@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"12035 Herbert St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Cooper\",\n                                \"first_name\": \"Charrell\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 979088900403,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [\n                                {\n                                    \"reason\": \"other\",\n                                    \"reason_notes\": \"No Shaker\"\n                                }\n                            ],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [\n                                \"release_hold\"\n                            ],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-27T04:43:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13896\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13897\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10881\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10882\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10883\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10914\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10915\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10916\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"319\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"allow_child_customers\": false,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"25\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration\",\n                \"company_name\": \"ONLY Hydration\",\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"name\": \"GND (DHL SM Parcel Ground, DHL SM Parcel Plus Ground)\",\n                \"created_at\": \"2024-06-27T20:36:25.000000Z\",\n                \"updated_at\": \"2024-06-27T20:36:25.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"2\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"DHL Ecommerce\",\n                \"created_at\": \"2024-06-27T20:36:25.000000Z\",\n                \"updated_at\": \"2024-08-14T19:17:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12064\",\n            \"attributes\": {\n                \"name\": \"Yvette Jimenez\",\n                \"company_name\": null,\n                \"address\": \"32860 Mono Lake Ln\",\n                \"address2\": null,\n                \"city\": \"Fremont\",\n                \"state\": \"CA\",\n                \"zip\": \"94555\",\n                \"country\": \"US\",\n                \"email\": \"ymgjim@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T14:47:13.000000Z\",\n                \"updated_at\": \"2024-08-22T14:47:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12065\",\n            \"attributes\": {\n                \"name\": \"Yvette Jimenez\",\n                \"company_name\": null,\n                \"address\": \"32860 Mono Lake Ln\",\n                \"address2\": null,\n                \"city\": \"Fremont\",\n                \"state\": \"CA\",\n                \"zip\": \"94555\",\n                \"country\": \"US\",\n                \"email\": \"ymgjim@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T14:47:13.000000Z\",\n                \"updated_at\": \"2024-08-22T14:47:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Shopify: ONLY Hydration\",\n                \"created_at\": \"2024-07-02T20:31:08.000000Z\",\n                \"updated_at\": \"2024-07-02T20:31:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration 1 Pack\",\n                \"barcode\": \"000014739236\",\n                \"height\": \"5.0000\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"weight\": \"0.2000\",\n                \"created_at\": \"2024-07-31T22:11:56.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9549\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58498\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T14:47:13.000000Z\",\n                \"updated_at\": \"2024-08-22T21:33:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.39,\n                \"barcode\": \"850055792036\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1003,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1003,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:10.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/whitepeach_1-414193.png?v=1713137722\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9550\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58500\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T14:47:13.000000Z\",\n                \"updated_at\": \"2024-08-22T21:33:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 6.35,\n                \"barcode\": \"850055792029\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1060,\n                \"quantity_allocated\": 2,\n                \"quantity_available\": 1058,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:05.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/asianpear-564002.png?v=1713137722\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9551\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 0,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58502\",\n                \"cancelled_at\": \"2024-08-22 16:11:12\",\n                \"created_at\": \"2024-08-22T14:47:13.000000Z\",\n                \"updated_at\": \"2024-08-29T19:02:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"type\": \"kit\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.2,\n                \"barcode\": \"000014994237\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 492,\n                \"quantity_allocated\": 5,\n                \"quantity_available\": 487,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:06.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"5\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/shaker-736497.png?v=1718446619\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9552\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 0,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": \"2024-08-22 16:11:12\",\n                \"created_at\": \"2024-08-22T14:47:13.000000Z\",\n                \"updated_at\": \"2024-08-29T19:02:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9551\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"type\": \"regular\",\n                \"price\": \"11.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.2,\n                \"barcode\": \"000014994239\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 495,\n                \"quantity_allocated\": 8,\n                \"quantity_available\": 487,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:08.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/shaker-684290.png?v=1718652889\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:08.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"179\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.76\",\n                \"created_at\": \"2024-08-22T21:33:19.000000Z\",\n                \"updated_at\": \"2024-08-22T23:38:13.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12165\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"433\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"434\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"179\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"179\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"179\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12165\",\n            \"attributes\": {\n                \"name\": \"Yvette Jimenez\",\n                \"company_name\": null,\n                \"address\": \"32860 Mono Lake Ln\",\n                \"address2\": null,\n                \"city\": \"Fremont\",\n                \"state\": \"CA\",\n                \"zip\": \"94555\",\n                \"country\": \"US\",\n                \"email\": \"ymgjim@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T21:33:19.000000Z\",\n                \"updated_at\": \"2024-08-22T21:33:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"USPS Ground Advantage\",\n                \"created_at\": \"2024-06-27T20:32:53.000000Z\",\n                \"updated_at\": \"2024-06-27T20:32:53.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"USPS\",\n                \"created_at\": \"2024-06-27T20:32:53.000000Z\",\n                \"updated_at\": \"2024-06-27T20:32:53.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"433\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:33:19.000000Z\",\n                \"updated_at\": \"2024-08-22T21:33:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"434\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:33:19.000000Z\",\n                \"updated_at\": \"2024-08-22T21:33:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"179\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248766628383\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248766628383\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:33:20.000000Z\",\n                \"updated_at\": \"2024-08-22T21:33:20.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"179\",\n            \"attributes\": {\n                \"weight\": \"6.9400\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-22T21:33:19.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"286\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"287\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"286\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:33:19.000000Z\",\n                \"updated_at\": \"2024-08-22T21:33:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"287\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:33:19.000000Z\",\n                \"updated_at\": \"2024-08-22T21:33:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"179\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/179/label/179\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:33:20.000000Z\",\n                \"updated_at\": \"2024-08-22T21:33:20.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12076\",\n            \"attributes\": {\n                \"name\": \"Christian Parent\",\n                \"company_name\": null,\n                \"address\": \"1413 W 42nd street unit B\",\n                \"address2\": null,\n                \"city\": \"Norfolk\",\n                \"state\": \"VA\",\n                \"zip\": \"23508\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2024-08-22T16:05:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12077\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2024-08-22T16:05:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9560\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"type\": \"regular\",\n                \"price\": \"32.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.41,\n                \"barcode\": \"850055792043\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1646,\n                \"quantity_allocated\": 12,\n                \"quantity_available\": 1634,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/variety-pack-108016.png?v=1713811344\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.62\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T23:38:13.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12160\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"432\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12160\",\n            \"attributes\": {\n                \"name\": \"Christian Parent\",\n                \"company_name\": null,\n                \"address\": \"1413 W 42nd street unit B\",\n                \"address2\": null,\n                \"city\": \"Norfolk\",\n                \"state\": \"VA\",\n                \"zip\": \"23508\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"432\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248766606952\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248766606952\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"weight\": \"0.6100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"285\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"285\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/178/label/178\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12078\",\n            \"attributes\": {\n                \"name\": \"Jenna Cartusciello\",\n                \"company_name\": \"a360 media\",\n                \"address\": \"104 Mountainside Road\",\n                \"address2\": null,\n                \"city\": \"Mendham Borough\",\n                \"state\": \"NJ\",\n                \"zip\": \"07945\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:06:48.000000Z\",\n                \"updated_at\": \"2024-08-22T16:06:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12079\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:06:48.000000Z\",\n                \"updated_at\": \"2024-08-22T16:06:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9561\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:06:48.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9562\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:06:48.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9563\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:06:48.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9562\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"177\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2024-08-22T23:38:13.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12159\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"429\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"430\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"431\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"177\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"177\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"177\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12159\",\n            \"attributes\": {\n                \"name\": \"Jenna Cartusciello\",\n                \"company_name\": \"a360 media\",\n                \"address\": \"104 Mountainside Road\",\n                \"address2\": null,\n                \"city\": \"Mendham Borough\",\n                \"state\": \"NJ\",\n                \"zip\": \"07945\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"429\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"430\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"431\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"177\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248766599629\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248766599629\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"177\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"283\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"284\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"283\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"284\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"177\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/177/label/177\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:28:23.000000Z\",\n                \"updated_at\": \"2024-08-22T21:28:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12080\",\n            \"attributes\": {\n                \"name\": \"Dylan Ettinger\",\n                \"company_name\": null,\n                \"address\": \"2315 1/2 E. 1st St. Los Angeles CA 90033\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90033\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:07:49.000000Z\",\n                \"updated_at\": \"2024-08-22T16:07:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12081\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:07:49.000000Z\",\n                \"updated_at\": \"2024-08-22T16:07:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9564\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:07:49.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9565\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:07:49.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9566\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:07:49.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9565\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"158\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:31.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12134\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"373\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"374\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"375\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"158\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"158\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"158\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12134\",\n            \"attributes\": {\n                \"name\": \"Dylan Ettinger\",\n                \"company_name\": null,\n                \"address\": \"2315 1/2 E. 1st St. Los Angeles CA 90033\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90033\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"373\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"374\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"375\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"158\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248766344809\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248766344809\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"158\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2025-08-11T18:27:00.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"250\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"251\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"250\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"251\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"158\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/158/label/158\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T20:54:29.000000Z\",\n                \"updated_at\": \"2024-08-22T20:54:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12082\",\n            \"attributes\": {\n                \"name\": \"Fabiana Buontempo\",\n                \"company_name\": \"BuzzFeed\",\n                \"address\": \"229 West 43rd Street,  10th fl\",\n                \"address2\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"zip\": \"10036\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:09:05.000000Z\",\n                \"updated_at\": \"2024-08-22T16:09:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12083\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:09:05.000000Z\",\n                \"updated_at\": \"2024-08-22T16:09:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9567\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:09:05.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9568\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:09:05.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9569\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:09:05.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9568\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"161\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:42.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12137\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"384\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"385\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"386\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"161\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"161\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"161\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12137\",\n            \"attributes\": {\n                \"name\": \"Fabiana Buontempo\",\n                \"company_name\": \"BuzzFeed\",\n                \"address\": \"229 West 43rd Street,  10th fl\",\n                \"address2\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"zip\": \"10036\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"384\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"385\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"386\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"161\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248766375315\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248766375315\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"161\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2025-08-11T18:27:00.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"256\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"257\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"256\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"257\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"161\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/161/label/161\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T20:58:39.000000Z\",\n                \"updated_at\": \"2024-08-22T20:58:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12088\",\n            \"attributes\": {\n                \"name\": \"Gabriel Traylor\",\n                \"company_name\": null,\n                \"address\": \"643 Jersey Ave\",\n                \"address2\": null,\n                \"city\": \"Jersey City\",\n                \"state\": \"NJ\",\n                \"zip\": \"07302\",\n                \"country\": \"US\",\n                \"email\": \"gabriel.traylor@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:50:12.000000Z\",\n                \"updated_at\": \"2024-08-22T16:50:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12089\",\n            \"attributes\": {\n                \"name\": \"Gabriel Traylor\",\n                \"company_name\": null,\n                \"address\": \"643 Jersey Ave\",\n                \"address2\": null,\n                \"city\": \"Jersey City\",\n                \"state\": \"NJ\",\n                \"zip\": \"07302\",\n                \"country\": \"US\",\n                \"email\": \"gabriel.traylor@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:50:12.000000Z\",\n                \"updated_at\": \"2024-08-22T16:50:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"48\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration Sampler Kit\",\n                \"barcode\": \"000014739266\",\n                \"height\": \"9.0000\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"weight\": \"0.0300\",\n                \"created_at\": \"2024-08-15T00:38:31.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9602\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58571\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:50:12.000000Z\",\n                \"updated_at\": \"2024-08-22T22:47:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.2,\n                \"barcode\": \"000014994238\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 343,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 343,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/untitled-design-2024-05-14t105909794-866445.png?v=1715709893\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"181\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.36\",\n                \"created_at\": \"2024-08-22T22:47:22.000000Z\",\n                \"updated_at\": \"2024-08-22T23:38:13.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12177\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"436\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"181\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"181\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"181\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12177\",\n            \"attributes\": {\n                \"name\": \"Gabriel Traylor\",\n                \"company_name\": null,\n                \"address\": \"643 Jersey Ave\",\n                \"address2\": null,\n                \"city\": \"Jersey City\",\n                \"state\": \"NJ\",\n                \"zip\": \"07302\",\n                \"country\": \"US\",\n                \"email\": \"gabriel.traylor@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T22:47:22.000000Z\",\n                \"updated_at\": \"2024-08-22T22:47:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"436\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T22:47:22.000000Z\",\n                \"updated_at\": \"2024-08-22T22:47:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"181\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248767034464\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248767034464\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T22:47:22.000000Z\",\n                \"updated_at\": \"2024-08-22T22:47:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"181\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-22T22:47:22.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"289\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"289\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T22:47:22.000000Z\",\n                \"updated_at\": \"2024-08-22T22:47:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"181\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/181/label/181\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T22:47:22.000000Z\",\n                \"updated_at\": \"2024-08-22T22:47:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12098\",\n            \"attributes\": {\n                \"name\": \"Ashley Xie\",\n                \"company_name\": \"Ashley Xie\",\n                \"address\": \"314 S 5TH ST\",\n                \"address2\": null,\n                \"city\": \"ALHAMBRA\",\n                \"state\": \"CA\",\n                \"zip\": \"91801-3749\",\n                \"country\": \"US\",\n                \"email\": \"h5p05p56jnnyfp5@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x20708\",\n                \"created_at\": \"2024-08-22T18:08:59.000000Z\",\n                \"updated_at\": \"2024-08-22T18:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12099\",\n            \"attributes\": {\n                \"name\": \"Ashley Xie\",\n                \"company_name\": \"Ashley Xie\",\n                \"address\": \"314 S 5TH ST\",\n                \"address2\": null,\n                \"city\": \"ALHAMBRA\",\n                \"state\": \"CA\",\n                \"zip\": \"91801-3749\",\n                \"country\": \"US\",\n                \"email\": \"h5p05p56jnnyfp5@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x20708\",\n                \"created_at\": \"2024-08-22T18:08:59.000000Z\",\n                \"updated_at\": \"2024-08-22T18:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"name\": \"Amazon\",\n                \"created_at\": \"2024-08-03T01:08:59.000000Z\",\n                \"updated_at\": \"2024-08-03T01:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9608\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392082561\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T18:08:59.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"2688\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"type\": \"kit\",\n                \"price\": \"32.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.1,\n                \"barcode\": \"000014994244\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1635,\n                \"quantity_allocated\": 1,\n                \"quantity_available\": 1634,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-08-04T02:08:58.000000Z\",\n                \"updated_at\": \"2025-07-28T12:20:17.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9609\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T18:08:59.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9608\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9610\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T18:08:59.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"162\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-22T21:00:08.000000Z\",\n                \"updated_at\": \"2024-08-22T23:38:11.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12138\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"387\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"388\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"389\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"162\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"162\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"162\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12138\",\n            \"attributes\": {\n                \"name\": \"Ashley Xie\",\n                \"company_name\": \"Ashley Xie\",\n                \"address\": \"314 S 5TH ST\",\n                \"address2\": null,\n                \"city\": \"ALHAMBRA\",\n                \"state\": \"CA\",\n                \"zip\": \"91801-3749\",\n                \"country\": \"US\",\n                \"email\": \"h5p05p56jnnyfp5@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x20708\",\n                \"created_at\": \"2024-08-22T21:00:08.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"387\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:00:08.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"388\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:00:09.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"389\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:00:09.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"162\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248766385376\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248766385376\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:00:09.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"162\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-22T21:00:09.000000Z\",\n                \"updated_at\": \"2025-08-11T18:27:00.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"258\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"259\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"258\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:00:09.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:09.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"259\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:00:09.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:09.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"162\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/162/label/162\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:00:09.000000Z\",\n                \"updated_at\": \"2024-08-22T21:00:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12100\",\n            \"attributes\": {\n                \"name\": \"Jackie Hirsch\",\n                \"company_name\": \"Jackie Hirsch\",\n                \"address\": \"94 MOHAWK TRL\",\n                \"address2\": null,\n                \"city\": \"RINGWOOD\",\n                \"state\": \"NJ\",\n                \"zip\": \"07456-2927\",\n                \"country\": \"US\",\n                \"email\": \"nrnz2gwh2bfkwmn@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x93222\",\n                \"created_at\": \"2024-08-22T18:09:03.000000Z\",\n                \"updated_at\": \"2024-08-22T18:09:03.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12101\",\n            \"attributes\": {\n                \"name\": \"Jackie Hirsch\",\n                \"company_name\": \"Jackie Hirsch\",\n                \"address\": \"94 MOHAWK TRL\",\n                \"address2\": null,\n                \"city\": \"RINGWOOD\",\n                \"state\": \"NJ\",\n                \"zip\": \"07456-2927\",\n                \"country\": \"US\",\n                \"email\": \"nrnz2gwh2bfkwmn@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x93222\",\n                \"created_at\": \"2024-08-22T18:09:03.000000Z\",\n                \"updated_at\": \"2024-08-22T18:09:03.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9611\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392082562\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T18:09:03.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9612\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T18:09:03.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9611\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9613\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T18:09:03.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"165\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2024-08-22T23:38:12.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12143\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"395\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"396\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"397\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"165\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"165\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"165\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12143\",\n            \"attributes\": {\n                \"name\": \"Jackie Hirsch\",\n                \"company_name\": \"Jackie Hirsch\",\n                \"address\": \"94 MOHAWK TRL\",\n                \"address2\": null,\n                \"city\": \"RINGWOOD\",\n                \"state\": \"NJ\",\n                \"zip\": \"07456-2927\",\n                \"country\": \"US\",\n                \"email\": \"nrnz2gwh2bfkwmn@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x93222\",\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"395\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"396\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"397\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"165\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248766451880\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248766451880\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"165\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2025-08-11T18:27:00.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"263\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"264\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"263\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"264\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"165\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/165/label/165\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:09:39.000000Z\",\n                \"updated_at\": \"2024-08-22T21:09:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12141\",\n            \"attributes\": {\n                \"name\": \"Jeny Martinez\",\n                \"company_name\": \"Jeny Martinez\",\n                \"address\": \"3667 VALLEY BLVD SPC 217\",\n                \"address2\": null,\n                \"city\": \"POMONA\",\n                \"state\": \"CA\",\n                \"zip\": \"91768-6747\",\n                \"country\": \"US\",\n                \"email\": \"vh8bnkbck3ml3jx@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x50440\",\n                \"created_at\": \"2024-08-22T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-22T21:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12142\",\n            \"attributes\": {\n                \"name\": \"Jeny Martinez\",\n                \"company_name\": \"Jeny Martinez\",\n                \"address\": \"3667 VALLEY BLVD SPC 217\",\n                \"address2\": null,\n                \"city\": \"POMONA\",\n                \"state\": \"CA\",\n                \"zip\": \"91768-6747\",\n                \"country\": \"US\",\n                \"email\": \"vh8bnkbck3ml3jx@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x50440\",\n                \"created_at\": \"2024-08-22T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-22T21:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9634\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392108441\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T21:09:00.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:53.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9635\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T21:09:00.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:53.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9634\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9636\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T21:09:00.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:53.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"197\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-23T21:44:53.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:55.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12326\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"479\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"480\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"481\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"197\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"197\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"197\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12326\",\n            \"attributes\": {\n                \"name\": \"Jeny Martinez\",\n                \"company_name\": \"Jeny Martinez\",\n                \"address\": \"3667 VALLEY BLVD SPC 217\",\n                \"address2\": null,\n                \"city\": \"POMONA\",\n                \"state\": \"CA\",\n                \"zip\": \"91768-6747\",\n                \"country\": \"US\",\n                \"email\": \"vh8bnkbck3ml3jx@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x50440\",\n                \"created_at\": \"2024-08-23T21:44:53.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:53.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"479\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:44:53.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:53.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"480\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:44:53.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:53.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"481\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:44:53.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:53.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"197\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248775057615\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248775057615\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:44:54.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"197\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-23T21:44:53.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"326\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"327\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"326\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:44:53.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:53.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"327\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:44:53.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:53.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"197\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/197/label/197\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:44:54.000000Z\",\n                \"updated_at\": \"2024-08-23T21:44:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12167\",\n            \"attributes\": {\n                \"name\": \"Catherine Ho\",\n                \"company_name\": null,\n                \"address\": \"667 CARROLL ST APT 2\",\n                \"address2\": null,\n                \"city\": \"BROOKLYN\",\n                \"state\": \"NY\",\n                \"zip\": \"11215-2053\",\n                \"country\": \"US\",\n                \"email\": \"lilfigbash@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T21:37:13.000000Z\",\n                \"updated_at\": \"2024-08-22T21:37:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12168\",\n            \"attributes\": {\n                \"name\": \"Catherine Ho\",\n                \"company_name\": null,\n                \"address\": \"667 CARROLL ST APT 2\",\n                \"address2\": null,\n                \"city\": \"BROOKLYN\",\n                \"state\": \"NY\",\n                \"zip\": \"11215-2053\",\n                \"country\": \"US\",\n                \"email\": \"lilfigbash@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T21:37:13.000000Z\",\n                \"updated_at\": \"2024-08-22T21:37:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9645\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58773\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T21:37:13.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"250\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.36\",\n                \"created_at\": \"2024-08-26T23:09:22.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:24.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13838\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"610\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"250\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"250\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"250\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13838\",\n            \"attributes\": {\n                \"name\": \"Catherine Ho\",\n                \"company_name\": null,\n                \"address\": \"667 CARROLL ST APT 2\",\n                \"address2\": null,\n                \"city\": \"BROOKLYN\",\n                \"state\": \"NY\",\n                \"zip\": \"11215-2053\",\n                \"country\": \"US\",\n                \"email\": \"lilfigbash@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T23:09:22.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"610\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T23:09:22.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"250\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793717287\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793717287\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T23:09:22.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"250\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T23:09:22.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"426\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"426\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T23:09:22.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"250\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/250/label/250\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T23:09:22.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12175\",\n            \"attributes\": {\n                \"name\": \"Angela Kanekeo\",\n                \"company_name\": null,\n                \"address\": \"11064 Camino Playa Carmel\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92124\",\n                \"country\": \"US\",\n                \"email\": \"ksaenphonphakdee@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T22:25:12.000000Z\",\n                \"updated_at\": \"2024-08-22T22:25:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12176\",\n            \"attributes\": {\n                \"name\": \"Angela Kanekeo\",\n                \"company_name\": null,\n                \"address\": \"11064 Camino Playa Carmel\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92124\",\n                \"country\": \"US\",\n                \"email\": \"ksaenphonphakdee@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T22:25:12.000000Z\",\n                \"updated_at\": \"2024-08-22T22:25:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"49\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration Starter Kit\",\n                \"barcode\": \"000014739267\",\n                \"height\": \"18.0000\",\n                \"length\": \"12.5000\",\n                \"width\": \"0.0000\",\n                \"weight\": \"0.0688\",\n                \"created_at\": \"2024-08-15T00:44:50.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9655\",\n            \"attributes\": {\n                \"sku\": \"starter\",\n                \"name\": \"STARTER KIT\",\n                \"price\": 18.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58819\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T22:25:12.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"10\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"sku\": \"starter\",\n                \"name\": \"STARTER KIT\",\n                \"type\": \"kit\",\n                \"price\": \"18.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.2,\n                \"barcode\": \"000014994240\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 487,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 487,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:08.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"9\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/Untitled_design_11_b259b882-6c06-487e-912c-6a43390b3ad4-725710.png?v=1718446620\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9656\",\n            \"attributes\": {\n                \"sku\": \"wp-stpk\",\n                \"name\": \"WHITE PEACH STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T22:25:12.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"843\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9655\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"843\",\n            \"attributes\": {\n                \"sku\": \"wp-stpk\",\n                \"name\": \"WHITE PEACH STICK PACK\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"850055792081\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 6055,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 6055,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-22T20:41:24.000000Z\",\n                \"updated_at\": \"2024-10-01T17:59:01.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"1000\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"1000\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/whitepeach_1-414193.png?v=1713137722\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-22T20:41:24.000000Z\",\n                \"updated_at\": \"2024-07-22T20:41:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9657\",\n            \"attributes\": {\n                \"sku\": \"yc-stpk\",\n                \"name\": \"YUZU CITRUS STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T22:25:12.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"842\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9655\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"842\",\n            \"attributes\": {\n                \"sku\": \"yc-stpk\",\n                \"name\": \"YUZU CITRUS STICK PACK\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"850055792067\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 2460,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 2460,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-22T20:41:24.000000Z\",\n                \"updated_at\": \"2024-09-30T18:46:40.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"999\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"999\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/yuzucitrus-294055.png?v=1713137721\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-22T20:41:24.000000Z\",\n                \"updated_at\": \"2024-07-22T20:41:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9658\",\n            \"attributes\": {\n                \"sku\": \"ap-stpk\",\n                \"name\": \"ASIAN PEAR STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T22:25:12.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"845\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9655\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"845\",\n            \"attributes\": {\n                \"sku\": \"ap-stpk\",\n                \"name\": \"ASIAN PEAR STICK PACK\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"850055792074\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1767,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1767,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-22T20:41:24.000000Z\",\n                \"updated_at\": \"2024-10-01T17:59:01.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"1002\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"1002\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/asianpear-564002.png?v=1713137722\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-22T20:41:24.000000Z\",\n                \"updated_at\": \"2024-07-22T20:41:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9659\",\n            \"attributes\": {\n                \"sku\": \"ly-stpk\",\n                \"name\": \"LYCHEE STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T22:25:12.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"844\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9655\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"844\",\n            \"attributes\": {\n                \"sku\": \"ly-stpk\",\n                \"name\": \"LYCHEE STICK PACK\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"850055792050\",\n                \"customs_description\": \"\",\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1012,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1012,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-22T20:41:24.000000Z\",\n                \"updated_at\": \"2024-09-30T18:46:41.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"1001\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"1001\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/lychee_2-178400.png?v=1713137720\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-22T20:41:24.000000Z\",\n                \"updated_at\": \"2024-07-22T20:41:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9660\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T22:25:12.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9655\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"187\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T21:00:00.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12306\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"112\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"452\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"453\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"454\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"455\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"456\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"457\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"187\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"187\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"187\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12306\",\n            \"attributes\": {\n                \"name\": \"Angela Kanekeo\",\n                \"company_name\": null,\n                \"address\": \"11064 Camino Playa Carmel\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92124\",\n                \"country\": \"US\",\n                \"email\": \"ksaenphonphakdee@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"112\",\n            \"attributes\": {\n                \"name\": \"EXP (DHL SM Parcel Expedited, DHL SM Parcel Plus Expedited)\",\n                \"created_at\": \"2024-08-16T22:42:29.000000Z\",\n                \"updated_at\": \"2024-08-16T22:42:29.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"10\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"DHL Ecommerce\",\n                \"created_at\": \"2024-08-16T22:42:29.000000Z\",\n                \"updated_at\": \"2024-08-16T22:42:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"452\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"453\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"454\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"455\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"456\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"457\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"187\",\n            \"attributes\": {\n                \"tracking_number\": \"6102200807846034\",\n                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6102200807846034/details/6102200807846034\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"187\",\n            \"attributes\": {\n                \"weight\": \"0.2688\",\n                \"length\": \"12.5000\",\n                \"width\": \"0.0000\",\n                \"height\": \"18.0000\",\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"304\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"305\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"306\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"307\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"308\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"304\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"305\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"306\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"307\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"308\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"187\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://localhost/shipment/187/label/187\",\n                \"document_type\": \"PDF\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T20:59:57.000000Z\",\n                \"updated_at\": \"2024-08-23T20:59:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12182\",\n            \"attributes\": {\n                \"name\": \"Julie Wu\",\n                \"company_name\": null,\n                \"address\": \"6479 West 5th Avenue\",\n                \"address2\": null,\n                \"city\": \"Lakewood\",\n                \"state\": \"CO\",\n                \"zip\": \"80226\",\n                \"country\": \"US\",\n                \"email\": \"julez.w@gmail.com\",\n                \"phone\": \"+19496800943\",\n                \"created_at\": \"2024-08-22T23:42:13.000000Z\",\n                \"updated_at\": \"2024-08-22T23:42:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12183\",\n            \"attributes\": {\n                \"name\": \"Julie Wu\",\n                \"company_name\": null,\n                \"address\": \"6479 West 5th Avenue\",\n                \"address2\": null,\n                \"city\": \"Lakewood\",\n                \"state\": \"CO\",\n                \"zip\": \"80226\",\n                \"country\": \"US\",\n                \"email\": \"julez.w@gmail.com\",\n                \"phone\": \"+19496800943\",\n                \"created_at\": \"2024-08-22T23:42:13.000000Z\",\n                \"updated_at\": \"2024-08-22T23:42:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9663\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58845\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T23:42:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:30:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"184\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-08-23T20:30:22.000000Z\",\n                \"updated_at\": \"2024-08-23T20:30:25.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12301\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"443\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"184\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"184\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"184\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12301\",\n            \"attributes\": {\n                \"name\": \"Julie Wu\",\n                \"company_name\": null,\n                \"address\": \"6479 West 5th Avenue\",\n                \"address2\": null,\n                \"city\": \"Lakewood\",\n                \"state\": \"CO\",\n                \"zip\": \"80226\",\n                \"country\": \"US\",\n                \"email\": \"julez.w@gmail.com\",\n                \"phone\": \"+19496800943\",\n                \"created_at\": \"2024-08-23T20:30:22.000000Z\",\n                \"updated_at\": \"2024-08-23T20:30:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"113\",\n            \"attributes\": {\n                \"name\": \"GND (DHL SM Parcel Ground, DHL SM Parcel Plus Ground)\",\n                \"created_at\": \"2024-08-16T22:42:29.000000Z\",\n                \"updated_at\": \"2024-08-16T22:42:29.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"10\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"443\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:30:22.000000Z\",\n                \"updated_at\": \"2024-08-23T20:30:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"184\",\n            \"attributes\": {\n                \"tracking_number\": \"6102060807686434\",\n                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6102060807686434/details/6102060807686434\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T20:30:22.000000Z\",\n                \"updated_at\": \"2024-08-23T20:30:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"184\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-23T20:30:22.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"296\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"296\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:30:22.000000Z\",\n                \"updated_at\": \"2024-08-23T20:30:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"184\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://localhost/shipment/184/label/184\",\n                \"document_type\": \"PDF\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T20:30:22.000000Z\",\n                \"updated_at\": \"2024-08-23T20:30:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12186\",\n            \"attributes\": {\n                \"name\": \"Leyna Vo\",\n                \"company_name\": \"Leyna Vo\",\n                \"address\": \"2556 LA PRESA AVE\",\n                \"address2\": null,\n                \"city\": \"ROSEMEAD\",\n                \"state\": \"CA\",\n                \"zip\": \"91770-3341\",\n                \"country\": \"US\",\n                \"email\": \"dj9y0mtgp2zwjtr@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x60045\",\n                \"created_at\": \"2024-08-23T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T00:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12187\",\n            \"attributes\": {\n                \"name\": \"Leyna Vo\",\n                \"company_name\": \"Leyna Vo\",\n                \"address\": \"2556 LA PRESA AVE\",\n                \"address2\": null,\n                \"city\": \"ROSEMEAD\",\n                \"state\": \"CA\",\n                \"zip\": \"91770-3341\",\n                \"country\": \"US\",\n                \"email\": \"dj9y0mtgp2zwjtr@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x60045\",\n                \"created_at\": \"2024-08-23T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T00:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9665\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392131100\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9666\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9665\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9667\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"195\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.95\",\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:21.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12324\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"473\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"474\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"475\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"195\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"195\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"195\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12324\",\n            \"attributes\": {\n                \"name\": \"Leyna Vo\",\n                \"company_name\": \"Leyna Vo\",\n                \"address\": \"2556 LA PRESA AVE\",\n                \"address2\": null,\n                \"city\": \"ROSEMEAD\",\n                \"state\": \"CA\",\n                \"zip\": \"91770-3341\",\n                \"country\": \"US\",\n                \"email\": \"dj9y0mtgp2zwjtr@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x60045\",\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"473\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"474\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"475\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"195\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248775036674\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248775036674\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"195\",\n            \"attributes\": {\n                \"weight\": \"1.2200\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"322\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"323\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"322\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"323\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"195\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/195/label/195\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:41:19.000000Z\",\n                \"updated_at\": \"2024-08-23T21:41:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12200\",\n            \"attributes\": {\n                \"name\": \"Julia Foltyn\",\n                \"company_name\": \"Julia Foltyn\",\n                \"address\": \"6719 N LAKEWOOD AVE\",\n                \"address2\": null,\n                \"city\": \"CHICAGO\",\n                \"state\": \"IL\",\n                \"zip\": \"60626-4373\",\n                \"country\": \"US\",\n                \"email\": \"9121ys24sqjqj5k@marketplace.amazon.com\",\n                \"phone\": \"415-419-8616 x25650\",\n                \"created_at\": \"2024-08-23T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T02:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12201\",\n            \"attributes\": {\n                \"name\": \"Julia Foltyn\",\n                \"company_name\": \"Julia Foltyn\",\n                \"address\": \"6719 N LAKEWOOD AVE\",\n                \"address2\": null,\n                \"city\": \"CHICAGO\",\n                \"state\": \"IL\",\n                \"zip\": \"60626-4373\",\n                \"country\": \"US\",\n                \"email\": \"9121ys24sqjqj5k@marketplace.amazon.com\",\n                \"phone\": \"415-419-8616 x25650\",\n                \"created_at\": \"2024-08-23T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T02:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9678\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392147924\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9679\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9678\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9680\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"198\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.40\",\n                \"created_at\": \"2024-08-23T21:46:10.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:13.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12327\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"482\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"483\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"484\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"198\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"198\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"198\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12327\",\n            \"attributes\": {\n                \"name\": \"Julia Foltyn\",\n                \"company_name\": \"Julia Foltyn\",\n                \"address\": \"6719 N LAKEWOOD AVE\",\n                \"address2\": null,\n                \"city\": \"CHICAGO\",\n                \"state\": \"IL\",\n                \"zip\": \"60626-4373\",\n                \"country\": \"US\",\n                \"email\": \"9121ys24sqjqj5k@marketplace.amazon.com\",\n                \"phone\": \"415-419-8616 x25650\",\n                \"created_at\": \"2024-08-23T21:46:10.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"482\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:10.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"483\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:11.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"484\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:11.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"198\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248775064354\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248775064354\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:46:11.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"198\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-23T21:46:11.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"328\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"329\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"328\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:11.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:11.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"329\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:11.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:11.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"198\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/198/label/198\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:46:11.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12208\",\n            \"attributes\": {\n                \"name\": \"Stephanie Piegzik\",\n                \"company_name\": null,\n                \"address\": \"6800 Vista Del Norte Rd NE, Apt 2928\",\n                \"address2\": null,\n                \"city\": \"Albuquerque\",\n                \"state\": \"NM\",\n                \"zip\": \"87113\",\n                \"country\": \"US\",\n                \"email\": \"spiegzik@gmail.com\",\n                \"phone\": \"(505) 417-2961\",\n                \"created_at\": \"2024-08-23T03:29:13.000000Z\",\n                \"updated_at\": \"2024-08-23T03:29:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12209\",\n            \"attributes\": {\n                \"name\": \"Stephanie Piegzik\",\n                \"company_name\": null,\n                \"address\": \"6800 Vista Del Norte Rd NE, Apt 2928\",\n                \"address2\": null,\n                \"city\": \"Albuquerque\",\n                \"state\": \"NM\",\n                \"zip\": \"87113\",\n                \"country\": \"US\",\n                \"email\": \"spiegzik@gmail.com\",\n                \"phone\": \"(505) 417-2961\",\n                \"created_at\": \"2024-08-23T03:29:13.000000Z\",\n                \"updated_at\": \"2024-08-23T03:29:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9695\",\n            \"attributes\": {\n                \"sku\": \"starter\",\n                \"name\": \"STARTER KIT\",\n                \"price\": 18.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58897\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T03:29:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"10\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9696\",\n            \"attributes\": {\n                \"sku\": \"wp-stpk\",\n                \"name\": \"WHITE PEACH STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T03:29:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"843\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9695\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9697\",\n            \"attributes\": {\n                \"sku\": \"yc-stpk\",\n                \"name\": \"YUZU CITRUS STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T03:29:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"842\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9695\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9698\",\n            \"attributes\": {\n                \"sku\": \"ap-stpk\",\n                \"name\": \"ASIAN PEAR STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T03:29:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"845\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9695\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9699\",\n            \"attributes\": {\n                \"sku\": \"ly-stpk\",\n                \"name\": \"LYCHEE STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T03:29:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"844\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9695\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9700\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T03:29:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:34.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9695\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"185\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-08-23T20:48:34.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:38.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12304\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"444\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"445\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"446\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"447\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"448\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"449\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"185\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"185\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"185\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12304\",\n            \"attributes\": {\n                \"name\": \"Stephanie Piegzik\",\n                \"company_name\": null,\n                \"address\": \"6800 Vista Del Norte Rd NE, Apt 2928\",\n                \"address2\": null,\n                \"city\": \"Albuquerque\",\n                \"state\": \"NM\",\n                \"zip\": \"87113\",\n                \"country\": \"US\",\n                \"email\": \"spiegzik@gmail.com\",\n                \"phone\": \"(505) 417-2961\",\n                \"created_at\": \"2024-08-23T20:48:34.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"444\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:48:34.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"445\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"446\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"447\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"448\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"449\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"185\",\n            \"attributes\": {\n                \"tracking_number\": \"6102180807770834\",\n                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6102180807770834/details/6102180807770834\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"185\",\n            \"attributes\": {\n                \"weight\": \"0.2688\",\n                \"length\": \"12.5000\",\n                \"width\": \"0.0000\",\n                \"height\": \"18.0000\",\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"297\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"298\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"299\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"300\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"301\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"297\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"298\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"299\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"300\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"301\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"185\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://localhost/shipment/185/label/185\",\n                \"document_type\": \"PDF\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T20:48:35.000000Z\",\n                \"updated_at\": \"2024-08-23T20:48:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12210\",\n            \"attributes\": {\n                \"name\": \"Kendra Sutherland\",\n                \"company_name\": \"Kendra Sutherland\",\n                \"address\": \"4203 HOLLAND AVE APT 17\",\n                \"address2\": null,\n                \"city\": \"DALLAS\",\n                \"state\": \"TX\",\n                \"zip\": \"75219-2800\",\n                \"country\": \"US\",\n                \"email\": \"dkdy7cvr87fxxd3@marketplace.amazon.com\",\n                \"phone\": \"619-854-2705 x15558\",\n                \"created_at\": \"2024-08-23T04:08:58.000000Z\",\n                \"updated_at\": \"2024-08-23T04:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12211\",\n            \"attributes\": {\n                \"name\": \"Kendra Sutherland\",\n                \"company_name\": \"Kendra Sutherland\",\n                \"address\": \"4203 HOLLAND AVE APT 17\",\n                \"address2\": null,\n                \"city\": \"DALLAS\",\n                \"state\": \"TX\",\n                \"zip\": \"75219-2800\",\n                \"country\": \"US\",\n                \"email\": \"dkdy7cvr87fxxd3@marketplace.amazon.com\",\n                \"phone\": \"619-854-2705 x15558\",\n                \"created_at\": \"2024-08-23T04:08:58.000000Z\",\n                \"updated_at\": \"2024-08-23T04:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9701\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"ONLY Hydration Yuzu Citrus 1270mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (15 Packets)\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392165449\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T04:08:58.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"2685\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"YUZU CITRUS\",\n                \"type\": \"kit\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"000014994241\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 13,\n                \"quantity_allocated\": 2,\n                \"quantity_available\": 11,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-08-03T01:08:58.000000Z\",\n                \"updated_at\": \"2024-10-02T09:09:00.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9702\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T04:08:58.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9701\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.39,\n                \"barcode\": \"850055792012\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 14,\n                \"quantity_allocated\": 3,\n                \"quantity_available\": 11,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:10.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"12\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/yuzucitrus-294055.png?v=1713137721\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9703\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T04:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"199\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.23\",\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:57.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12330\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"485\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"486\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"487\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"199\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"199\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"199\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12330\",\n            \"attributes\": {\n                \"name\": \"Kendra Sutherland\",\n                \"company_name\": \"Kendra Sutherland\",\n                \"address\": \"4203 HOLLAND AVE APT 17\",\n                \"address2\": null,\n                \"city\": \"DALLAS\",\n                \"state\": \"TX\",\n                \"zip\": \"75219-2800\",\n                \"country\": \"US\",\n                \"email\": \"dkdy7cvr87fxxd3@marketplace.amazon.com\",\n                \"phone\": \"619-854-2705 x15558\",\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"485\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"486\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"487\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"199\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248775068963\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248775068963\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"199\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"330\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"331\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"330\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"331\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"199\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/199/label/199\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:46:55.000000Z\",\n                \"updated_at\": \"2024-08-23T21:46:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12212\",\n            \"attributes\": {\n                \"name\": \"Tiffany Goh\",\n                \"company_name\": null,\n                \"address\": \"8905 63rd Ave\",\n                \"address2\": null,\n                \"city\": \"Rego Park\",\n                \"state\": \"NY\",\n                \"zip\": \"11374\",\n                \"country\": \"US\",\n                \"email\": \"singalongsongxd@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T04:14:13.000000Z\",\n                \"updated_at\": \"2024-08-23T04:14:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12213\",\n            \"attributes\": {\n                \"name\": \"Tiffany Goh\",\n                \"company_name\": null,\n                \"address\": \"8905 63rd Ave\",\n                \"address2\": null,\n                \"city\": \"Rego Park\",\n                \"state\": \"NY\",\n                \"zip\": \"11374\",\n                \"country\": \"US\",\n                \"email\": \"singalongsongxd@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T04:14:13.000000Z\",\n                \"updated_at\": \"2024-08-23T04:14:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9704\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 23.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58904\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T04:14:13.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9705\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 23.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58906\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T04:14:13.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9706\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"58908\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T04:14:13.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:34.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9707\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T04:14:13.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9706\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"189\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-08-23T21:23:33.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:36.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12314\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"459\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"460\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"461\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"462\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"189\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"189\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"189\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12314\",\n            \"attributes\": {\n                \"name\": \"Tiffany Goh\",\n                \"company_name\": null,\n                \"address\": \"8905 63rd Ave\",\n                \"address2\": null,\n                \"city\": \"Rego Park\",\n                \"state\": \"NY\",\n                \"zip\": \"11374\",\n                \"country\": \"US\",\n                \"email\": \"singalongsongxd@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T21:23:33.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"459\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:23:33.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"460\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:23:33.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"461\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:23:33.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"462\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:23:34.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"189\",\n            \"attributes\": {\n                \"tracking_number\": \"6102160807943334\",\n                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6102160807943334/details/6102160807943334\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:23:34.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"189\",\n            \"attributes\": {\n                \"weight\": \"7.1400\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-23T21:23:34.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"310\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"311\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"312\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"310\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:23:34.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:34.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"311\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:23:34.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:34.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"312\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:23:34.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:34.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"189\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://localhost/shipment/189/label/189\",\n                \"document_type\": \"PDF\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:23:34.000000Z\",\n                \"updated_at\": \"2024-08-23T21:23:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12226\",\n            \"attributes\": {\n                \"name\": \"Michael Park\",\n                \"company_name\": \"Michael Park\",\n                \"address\": \"2956 STOCKHOLM WAY\",\n                \"address2\": null,\n                \"city\": \"SUWANEE\",\n                \"state\": \"GA\",\n                \"zip\": \"30024-5641\",\n                \"country\": \"US\",\n                \"email\": \"pcxp8jcksx5n21n@marketplace.amazon.com\",\n                \"phone\": \"415-419-8616 x61731\",\n                \"created_at\": \"2024-08-23T08:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T08:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12227\",\n            \"attributes\": {\n                \"name\": \"Michael Park\",\n                \"company_name\": \"Michael Park\",\n                \"address\": \"2956 STOCKHOLM WAY\",\n                \"address2\": null,\n                \"city\": \"SUWANEE\",\n                \"state\": \"GA\",\n                \"zip\": \"30024-5641\",\n                \"country\": \"US\",\n                \"email\": \"pcxp8jcksx5n21n@marketplace.amazon.com\",\n                \"phone\": \"415-419-8616 x61731\",\n                \"created_at\": \"2024-08-23T08:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T08:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9715\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392190022\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T08:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9716\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T08:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9715\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9717\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T08:09:00.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"196\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:34.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12325\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"476\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"477\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"478\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"196\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"196\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"196\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12325\",\n            \"attributes\": {\n                \"name\": \"Michael Park\",\n                \"company_name\": \"Michael Park\",\n                \"address\": \"2956 STOCKHOLM WAY\",\n                \"address2\": null,\n                \"city\": \"SUWANEE\",\n                \"state\": \"GA\",\n                \"zip\": \"30024-5641\",\n                \"country\": \"US\",\n                \"email\": \"pcxp8jcksx5n21n@marketplace.amazon.com\",\n                \"phone\": \"415-419-8616 x61731\",\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"476\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"477\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"478\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"196\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248775043434\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248775043434\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"196\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"324\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"325\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"324\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"325\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"196\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/196/label/196\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:42:32.000000Z\",\n                \"updated_at\": \"2024-08-23T21:42:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12267\",\n            \"attributes\": {\n                \"name\": \"Megan Langga\",\n                \"company_name\": \"Megan Langga\",\n                \"address\": \"750 N KING RD APT 408\",\n                \"address2\": null,\n                \"city\": \"SAN JOSE\",\n                \"state\": \"CA\",\n                \"zip\": \"95133-1554\",\n                \"country\": \"US\",\n                \"email\": \"x4z7wbs9cr56nwm@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x64914\",\n                \"created_at\": \"2024-08-23T18:08:58.000000Z\",\n                \"updated_at\": \"2024-08-23T18:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12268\",\n            \"attributes\": {\n                \"name\": \"Megan Langga\",\n                \"company_name\": \"Megan Langga\",\n                \"address\": \"750 N KING RD APT 408\",\n                \"address2\": null,\n                \"city\": \"SAN JOSE\",\n                \"state\": \"CA\",\n                \"zip\": \"95133-1554\",\n                \"country\": \"US\",\n                \"email\": \"x4z7wbs9cr56nwm@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x64914\",\n                \"created_at\": \"2024-08-23T18:08:58.000000Z\",\n                \"updated_at\": \"2024-08-23T18:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9749\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392264169\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T18:08:58.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9750\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T18:08:58.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9749\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9751\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T18:08:58.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"193\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.93\",\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:40.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12320\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"466\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"467\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"468\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"193\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"193\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"193\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12320\",\n            \"attributes\": {\n                \"name\": \"Megan Langga\",\n                \"company_name\": \"Megan Langga\",\n                \"address\": \"750 N KING RD APT 408\",\n                \"address2\": null,\n                \"city\": \"SAN JOSE\",\n                \"state\": \"CA\",\n                \"zip\": \"95133-1554\",\n                \"country\": \"US\",\n                \"email\": \"x4z7wbs9cr56nwm@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x64914\",\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"466\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"467\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"468\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"193\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248775020435\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248775020435\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"193\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"316\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"317\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"316\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"317\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"193\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/193/label/193\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:38:37.000000Z\",\n                \"updated_at\": \"2024-08-23T21:38:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12291\",\n            \"attributes\": {\n                \"name\": \"Alisa Baccam\",\n                \"company_name\": null,\n                \"address\": \"1320 Jonathan St Apt 3\",\n                \"address2\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"zip\": \"95050\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T20:01:19.000000Z\",\n                \"updated_at\": \"2024-08-23T20:01:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12292\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T20:01:19.000000Z\",\n                \"updated_at\": \"2024-08-23T20:01:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9792\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T20:01:19.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9793\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T20:01:19.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:13.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"186\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-08-23T20:53:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:18.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12305\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"450\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"451\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"186\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"186\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"186\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12305\",\n            \"attributes\": {\n                \"name\": \"Alisa Baccam\",\n                \"company_name\": null,\n                \"address\": \"1320 Jonathan St Apt 3\",\n                \"address2\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"zip\": \"95050\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T20:53:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"450\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:53:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"451\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:53:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"186\",\n            \"attributes\": {\n                \"tracking_number\": \"6102060807782234\",\n                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6102060807782234/details/6102060807782234\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T20:53:14.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"186\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-23T20:53:14.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"302\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"303\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"302\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:53:14.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:14.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"303\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T20:53:14.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:14.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"186\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://localhost/shipment/186/label/186\",\n                \"document_type\": \"PDF\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T20:53:14.000000Z\",\n                \"updated_at\": \"2024-08-23T20:53:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12297\",\n            \"attributes\": {\n                \"name\": \"Justin Porter\",\n                \"company_name\": null,\n                \"address\": \"622 N Record Ave\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90063\",\n                \"country\": \"US\",\n                \"email\": \"justin.r.porter989@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T20:19:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:19:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12298\",\n            \"attributes\": {\n                \"name\": \"Justin Porter\",\n                \"company_name\": null,\n                \"address\": \"622 N Record Ave\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90063\",\n                \"country\": \"US\",\n                \"email\": \"justin.r.porter989@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T20:19:13.000000Z\",\n                \"updated_at\": \"2024-08-23T20:19:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9798\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59464\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T20:19:13.000000Z\",\n                \"updated_at\": \"2024-08-23T21:20:52.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9799\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 0,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59466\",\n                \"cancelled_at\": \"2024-08-23 20:34:04\",\n                \"created_at\": \"2024-08-23T20:19:13.000000Z\",\n                \"updated_at\": \"2024-08-29T06:21:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9800\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 0,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": \"2024-08-23 20:34:05\",\n                \"created_at\": \"2024-08-23T20:19:13.000000Z\",\n                \"updated_at\": \"2024-08-29T06:21:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9799\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"188\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-08-23T21:20:52.000000Z\",\n                \"updated_at\": \"2024-08-23T21:20:54.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12313\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"458\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"188\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"188\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"188\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12313\",\n            \"attributes\": {\n                \"name\": \"Justin Porter\",\n                \"company_name\": null,\n                \"address\": \"622 N Record Ave\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90063\",\n                \"country\": \"US\",\n                \"email\": \"justin.r.porter989@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-23T21:20:52.000000Z\",\n                \"updated_at\": \"2024-08-23T21:20:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"458\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:20:52.000000Z\",\n                \"updated_at\": \"2024-08-23T21:20:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"188\",\n            \"attributes\": {\n                \"tracking_number\": \"6102020807904534\",\n                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6102020807904534/details/6102020807904534\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:20:52.000000Z\",\n                \"updated_at\": \"2024-08-23T21:20:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"188\",\n            \"attributes\": {\n                \"weight\": \"0.6100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-23T21:20:52.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"309\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"309\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-23T21:20:52.000000Z\",\n                \"updated_at\": \"2024-08-23T21:20:52.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"188\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://localhost/shipment/188/label/188\",\n                \"document_type\": \"PDF\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-23T21:20:52.000000Z\",\n                \"updated_at\": \"2024-08-23T21:20:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12309\",\n            \"attributes\": {\n                \"name\": \"Ariya Mcguire\",\n                \"company_name\": \"Ariya Mcguire\",\n                \"address\": \"616 S HARDY DR UNIT 248\",\n                \"address2\": null,\n                \"city\": \"TEMPE\",\n                \"state\": \"AZ\",\n                \"zip\": \"85281-7806\",\n                \"country\": \"US\",\n                \"email\": \"js6vlygrnxpg223@marketplace.amazon.com\",\n                \"phone\": \"415-851-9136 x17562\",\n                \"created_at\": \"2024-08-23T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12310\",\n            \"attributes\": {\n                \"name\": \"Ariya Mcguire\",\n                \"company_name\": \"Ariya Mcguire\",\n                \"address\": \"616 S HARDY DR UNIT 248\",\n                \"address2\": null,\n                \"city\": \"TEMPE\",\n                \"state\": \"AZ\",\n                \"zip\": \"85281-7806\",\n                \"country\": \"US\",\n                \"email\": \"js6vlygrnxpg223@marketplace.amazon.com\",\n                \"phone\": \"415-851-9136 x17562\",\n                \"created_at\": \"2024-08-23T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-23T21:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9809\",\n            \"attributes\": {\n                \"sku\": \"RU-E7X5-K0JU\",\n                \"name\": \"ONLY Hydration Asian Pear 1270mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (15 Packets)\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392289800\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2687\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"2687\",\n            \"attributes\": {\n                \"sku\": \"RU-E7X5-K0JU\",\n                \"name\": \"ASIAN PEAR\",\n                \"type\": \"kit\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"000014994243\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1058,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1058,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-08-03T06:09:05.000000Z\",\n                \"updated_at\": \"2024-10-02T13:21:11.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9810\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9809\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9811\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-23T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"201\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.76\",\n                \"created_at\": \"2024-08-26T20:37:05.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:08.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13747\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"489\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"490\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"491\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"201\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"201\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"201\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13747\",\n            \"attributes\": {\n                \"name\": \"Ariya Mcguire\",\n                \"company_name\": \"Ariya Mcguire\",\n                \"address\": \"616 S HARDY DR UNIT 248\",\n                \"address2\": null,\n                \"city\": \"TEMPE\",\n                \"state\": \"AZ\",\n                \"zip\": \"85281-7806\",\n                \"country\": \"US\",\n                \"email\": \"js6vlygrnxpg223@marketplace.amazon.com\",\n                \"phone\": \"415-851-9136 x17562\",\n                \"created_at\": \"2024-08-26T20:37:05.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"489\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:37:05.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"490\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:37:05.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"491\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:37:05.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"201\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248792437010\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792437010\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:37:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"201\",\n            \"attributes\": {\n                \"weight\": \"6.7500\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:37:05.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"333\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"334\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"333\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:37:05.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:05.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"334\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:37:05.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:05.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"201\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/201/label/201\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:37:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:37:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12354\",\n            \"attributes\": {\n                \"name\": \"Kim Yee\",\n                \"company_name\": null,\n                \"address\": \"18090 Joel Brattain Dr\",\n                \"address2\": null,\n                \"city\": \"Yorba Linda\",\n                \"state\": \"CA\",\n                \"zip\": \"92886\",\n                \"country\": \"US\",\n                \"email\": \"tchrkim@hotmail.com\",\n                \"phone\": \"+17149964345\",\n                \"created_at\": \"2024-08-24T01:19:12.000000Z\",\n                \"updated_at\": \"2024-08-24T01:19:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12355\",\n            \"attributes\": {\n                \"name\": \"Kim Yee\",\n                \"company_name\": null,\n                \"address\": \"18090 Joel Brattain Dr\",\n                \"address2\": null,\n                \"city\": \"Yorba Linda\",\n                \"state\": \"CA\",\n                \"zip\": \"92886\",\n                \"country\": \"US\",\n                \"email\": \"tchrkim@hotmail.com\",\n                \"phone\": \"+17149964345\",\n                \"created_at\": \"2024-08-24T01:19:12.000000Z\",\n                \"updated_at\": \"2024-08-24T01:19:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9835\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59653\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T01:19:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:37:40.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"230\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"3.79\",\n                \"created_at\": \"2024-08-26T21:37:39.000000Z\",\n                \"updated_at\": \"2024-08-26T21:37:43.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13792\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"578\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"230\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"230\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"230\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13792\",\n            \"attributes\": {\n                \"name\": \"Kim Yee\",\n                \"company_name\": null,\n                \"address\": \"18090 Joel Brattain Dr\",\n                \"address2\": null,\n                \"city\": \"Yorba Linda\",\n                \"state\": \"CA\",\n                \"zip\": \"92886\",\n                \"country\": \"US\",\n                \"email\": \"tchrkim@hotmail.com\",\n                \"phone\": \"+17149964345\",\n                \"created_at\": \"2024-08-26T21:37:39.000000Z\",\n                \"updated_at\": \"2024-08-26T21:37:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"578\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:37:39.000000Z\",\n                \"updated_at\": \"2024-08-26T21:37:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"230\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793060703\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793060703\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:37:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:37:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"230\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T21:37:40.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"398\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"398\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:37:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:37:40.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"230\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/230/label/230\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:37:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:37:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12358\",\n            \"attributes\": {\n                \"name\": \"Linsey Paige Gilbert\",\n                \"company_name\": \"Linsey Paige Gilbert\",\n                \"address\": \"412 W COLLEGE AVE APT 514\",\n                \"address2\": null,\n                \"city\": \"STATE COLLEGE\",\n                \"state\": \"PA\",\n                \"zip\": \"16801-3846\",\n                \"country\": \"US\",\n                \"email\": \"gyd2nw81k9rz3wz@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x71358\",\n                \"created_at\": \"2024-08-24T02:08:58.000000Z\",\n                \"updated_at\": \"2024-08-24T02:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12359\",\n            \"attributes\": {\n                \"name\": \"Linsey Paige Gilbert\",\n                \"company_name\": \"Linsey Paige Gilbert\",\n                \"address\": \"412 W COLLEGE AVE APT 514\",\n                \"address2\": null,\n                \"city\": \"STATE COLLEGE\",\n                \"state\": \"PA\",\n                \"zip\": \"16801-3846\",\n                \"country\": \"US\",\n                \"email\": \"gyd2nw81k9rz3wz@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x71358\",\n                \"created_at\": \"2024-08-24T02:08:58.000000Z\",\n                \"updated_at\": \"2024-08-24T02:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9841\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392325674\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T02:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9842\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T02:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9841\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9843\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T02:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"206\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:41.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13754\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"507\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"508\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"509\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"206\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"206\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"206\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13754\",\n            \"attributes\": {\n                \"name\": \"Linsey Paige Gilbert\",\n                \"company_name\": \"Linsey Paige Gilbert\",\n                \"address\": \"412 W COLLEGE AVE APT 514\",\n                \"address2\": null,\n                \"city\": \"STATE COLLEGE\",\n                \"state\": \"PA\",\n                \"zip\": \"16801-3846\",\n                \"country\": \"US\",\n                \"email\": \"gyd2nw81k9rz3wz@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x71358\",\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"507\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"508\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"509\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"206\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792528884\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792528884\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"206\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"346\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"347\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"346\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"347\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"206\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/206/label/206\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:45:36.000000Z\",\n                \"updated_at\": \"2024-08-26T20:45:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12364\",\n            \"attributes\": {\n                \"name\": \"Brenna Gile\",\n                \"company_name\": null,\n                \"address\": \"10825 SE 200th St A202\",\n                \"address2\": null,\n                \"city\": \"Kent\",\n                \"state\": \"WA\",\n                \"zip\": \"98031\",\n                \"country\": \"US\",\n                \"email\": \"brennagile@gmail.com\",\n                \"phone\": \"+2034301064\",\n                \"created_at\": \"2024-08-24T04:37:12.000000Z\",\n                \"updated_at\": \"2024-08-24T04:37:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12365\",\n            \"attributes\": {\n                \"name\": \"Brenna Gile\",\n                \"company_name\": null,\n                \"address\": \"10825 SE 200th St A202\",\n                \"address2\": null,\n                \"city\": \"Kent\",\n                \"state\": \"WA\",\n                \"zip\": \"98031\",\n                \"country\": \"US\",\n                \"email\": \"brennagile@gmail.com\",\n                \"phone\": \"+2034301064\",\n                \"created_at\": \"2024-08-24T04:37:12.000000Z\",\n                \"updated_at\": \"2024-08-24T04:37:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9847\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59670\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T04:37:12.000000Z\",\n                \"updated_at\": \"2024-08-26T21:58:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"236\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.02\",\n                \"created_at\": \"2024-08-26T21:58:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:58:17.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13800\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"595\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"236\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"236\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"236\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13800\",\n            \"attributes\": {\n                \"name\": \"Brenna Gile\",\n                \"company_name\": null,\n                \"address\": \"10825 SE 200th St A202\",\n                \"address2\": null,\n                \"city\": \"Kent\",\n                \"state\": \"WA\",\n                \"zip\": \"98031\",\n                \"country\": \"US\",\n                \"email\": \"brennagile@gmail.com\",\n                \"phone\": \"+2034301064\",\n                \"created_at\": \"2024-08-26T21:58:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:58:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"595\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:58:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:58:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"236\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793229056\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793229056\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:58:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:58:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"236\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T21:58:14.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"411\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"411\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:58:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:58:14.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"236\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/236/label/236\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:58:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:58:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12368\",\n            \"attributes\": {\n                \"name\": \"Jennifer\",\n                \"company_name\": \"Jennifer\",\n                \"address\": \"24343 DYER HILL WAY\",\n                \"address2\": null,\n                \"city\": \"RICHMOND\",\n                \"state\": \"TX\",\n                \"zip\": \"77469-3696\",\n                \"country\": \"US\",\n                \"email\": \"kr1r9z0dpvw5sxv@marketplace.amazon.com\",\n                \"phone\": \"415-851-9136 x29250\",\n                \"created_at\": \"2024-08-24T05:09:00.000000Z\",\n                \"updated_at\": \"2024-08-24T05:09:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12369\",\n            \"attributes\": {\n                \"name\": \"Jennifer\",\n                \"company_name\": \"Jennifer\",\n                \"address\": \"24343 DYER HILL WAY\",\n                \"address2\": null,\n                \"city\": \"RICHMOND\",\n                \"state\": \"TX\",\n                \"zip\": \"77469-3696\",\n                \"country\": \"US\",\n                \"email\": \"kr1r9z0dpvw5sxv@marketplace.amazon.com\",\n                \"phone\": \"415-851-9136 x29250\",\n                \"created_at\": \"2024-08-24T05:09:00.000000Z\",\n                \"updated_at\": \"2024-08-24T05:09:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9850\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392341561\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T05:09:00.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9851\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T05:09:00.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9850\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9852\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T05:09:00.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"207\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.23\",\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:39.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13755\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"510\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"511\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"512\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"207\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"207\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"207\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13755\",\n            \"attributes\": {\n                \"name\": \"Jennifer\",\n                \"company_name\": \"Jennifer\",\n                \"address\": \"24343 DYER HILL WAY\",\n                \"address2\": null,\n                \"city\": \"RICHMOND\",\n                \"state\": \"TX\",\n                \"zip\": \"77469-3696\",\n                \"country\": \"US\",\n                \"email\": \"kr1r9z0dpvw5sxv@marketplace.amazon.com\",\n                \"phone\": \"415-851-9136 x29250\",\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"510\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"511\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"512\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"207\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792550694\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792550694\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"207\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"348\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"349\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"348\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"349\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"207\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/207/label/207\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:47:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:47:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12380\",\n            \"attributes\": {\n                \"name\": \"Keiko Tsubaki\",\n                \"company_name\": null,\n                \"address\": \"7327 Penfield Ct\",\n                \"address2\": null,\n                \"city\": \"Orlando\",\n                \"state\": \"FL\",\n                \"zip\": \"32818\",\n                \"country\": \"US\",\n                \"email\": \"keikotsubaki23@gmail.com\",\n                \"phone\": \"(407) 970-2956\",\n                \"created_at\": \"2024-08-24T11:35:12.000000Z\",\n                \"updated_at\": \"2024-08-24T11:35:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12381\",\n            \"attributes\": {\n                \"name\": \"Keiko Tsubaki\",\n                \"company_name\": null,\n                \"address\": \"7327 Penfield Ct\",\n                \"address2\": null,\n                \"city\": \"Orlando\",\n                \"state\": \"FL\",\n                \"zip\": \"32818\",\n                \"country\": \"US\",\n                \"email\": \"keikotsubaki23@gmail.com\",\n                \"phone\": \"(407) 970-2956\",\n                \"created_at\": \"2024-08-24T11:35:12.000000Z\",\n                \"updated_at\": \"2024-08-24T11:35:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9860\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59756\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T11:35:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9861\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T11:35:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9860\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9862\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59758\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T11:35:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9863\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 25.49,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59760\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T11:35:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9864\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 25.49,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59762\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T11:35:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"204\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"10.86\",\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:53.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13750\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"498\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"499\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"500\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"501\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"502\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"204\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"204\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"204\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13750\",\n            \"attributes\": {\n                \"name\": \"Keiko Tsubaki\",\n                \"company_name\": null,\n                \"address\": \"7327 Penfield Ct\",\n                \"address2\": null,\n                \"city\": \"Orlando\",\n                \"state\": \"FL\",\n                \"zip\": \"32818\",\n                \"country\": \"US\",\n                \"email\": \"keikotsubaki23@gmail.com\",\n                \"phone\": \"(407) 970-2956\",\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"498\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"499\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"500\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"501\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"502\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"204\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248792498592\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792498592\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"204\",\n            \"attributes\": {\n                \"weight\": \"7.3400\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"339\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"340\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"341\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"342\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"339\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"340\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"341\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"342\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"204\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/204/label/204\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:42:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:42:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12400\",\n            \"attributes\": {\n                \"name\": \"Sydne Kaku\",\n                \"company_name\": null,\n                \"address\": \"2109 San Antonio Drive\",\n                \"address2\": null,\n                \"city\": \"Montebello\",\n                \"state\": \"CA\",\n                \"zip\": \"90640\",\n                \"country\": \"US\",\n                \"email\": \"sydnekaku@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T16:52:12.000000Z\",\n                \"updated_at\": \"2024-08-24T16:52:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12401\",\n            \"attributes\": {\n                \"name\": \"Sydne Kaku\",\n                \"company_name\": null,\n                \"address\": \"980 Crest Vista Drive\",\n                \"address2\": null,\n                \"city\": \"Monterey Park\",\n                \"state\": \"CA\",\n                \"zip\": \"91754\",\n                \"country\": \"US\",\n                \"email\": \"sydnekaku@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T16:52:12.000000Z\",\n                \"updated_at\": \"2024-08-24T16:52:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9876\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 28.04,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59835\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T16:52:12.000000Z\",\n                \"updated_at\": \"2024-08-28T18:02:04.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9877\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59837\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T16:52:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9878\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T16:52:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9877\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"202\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:34.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13748\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"492\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"493\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"494\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"202\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"202\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"202\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13748\",\n            \"attributes\": {\n                \"name\": \"Sydne Kaku\",\n                \"company_name\": null,\n                \"address\": \"2109 San Antonio Drive\",\n                \"address2\": null,\n                \"city\": \"Montebello\",\n                \"state\": \"CA\",\n                \"zip\": \"90640\",\n                \"country\": \"US\",\n                \"email\": \"sydnekaku@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"492\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"493\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"494\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"202\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792462959\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792462959\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"202\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"335\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"336\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"335\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"336\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"202\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/202/label/202\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:39:31.000000Z\",\n                \"updated_at\": \"2024-08-26T20:39:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12402\",\n            \"attributes\": {\n                \"name\": \"Cristal Zuniga\",\n                \"company_name\": \"Cristal Zuniga\",\n                \"address\": \"CRISTAL ZUNIGA 4348 MICHIGAN AVE\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90022-1424\",\n                \"country\": \"US\",\n                \"email\": \"5c2z8y6r5v07npv@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x69117\",\n                \"created_at\": \"2024-08-24T17:08:59.000000Z\",\n                \"updated_at\": \"2024-08-24T17:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12403\",\n            \"attributes\": {\n                \"name\": \"Cristal Zuniga\",\n                \"company_name\": \"Cristal Zuniga\",\n                \"address\": \"CRISTAL ZUNIGA 4348 MICHIGAN AVE\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90022-1424\",\n                \"country\": \"US\",\n                \"email\": \"5c2z8y6r5v07npv@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x69117\",\n                \"created_at\": \"2024-08-24T17:08:59.000000Z\",\n                \"updated_at\": \"2024-08-24T17:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9879\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"ONLY Hydration Yuzu Citrus 1270mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (15 Packets)\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392410055\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T17:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9880\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T17:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9879\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9881\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T17:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"218\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-26T21:08:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:09.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13774\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"544\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"545\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"546\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"218\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"218\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"218\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13774\",\n            \"attributes\": {\n                \"name\": \"Cristal Zuniga\",\n                \"company_name\": \"Cristal Zuniga\",\n                \"address\": \"CRISTAL ZUNIGA 4348 MICHIGAN AVE\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90022-1424\",\n                \"country\": \"US\",\n                \"email\": \"5c2z8y6r5v07npv@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x69117\",\n                \"created_at\": \"2024-08-26T21:08:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"544\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:08:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"545\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:08:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"546\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:08:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"218\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792765081\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792765081\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:08:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"218\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:08:07.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"374\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"375\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"374\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:08:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:07.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"375\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:08:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:07.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"218\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/218/label/218\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:08:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:08:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12404\",\n            \"attributes\": {\n                \"name\": \"Daniel T Steamer\",\n                \"company_name\": \"Daniel T Steamer\",\n                \"address\": \"1855 SHERINGTON PL APT M304\",\n                \"address2\": null,\n                \"city\": \"NEWPORT BEACH\",\n                \"state\": \"CA\",\n                \"zip\": \"92663-6667\",\n                \"country\": \"US\",\n                \"email\": \"bd0j6rm2jgdwfr1@marketplace.amazon.com\",\n                \"phone\": \"602-671-6610 x31646\",\n                \"created_at\": \"2024-08-24T17:09:02.000000Z\",\n                \"updated_at\": \"2024-08-24T17:09:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12405\",\n            \"attributes\": {\n                \"name\": \"Daniel T Steamer\",\n                \"company_name\": \"Daniel T Steamer\",\n                \"address\": \"1855 SHERINGTON PL APT M304\",\n                \"address2\": null,\n                \"city\": \"NEWPORT BEACH\",\n                \"state\": \"CA\",\n                \"zip\": \"92663-6667\",\n                \"country\": \"US\",\n                \"email\": \"bd0j6rm2jgdwfr1@marketplace.amazon.com\",\n                \"phone\": \"602-671-6610 x31646\",\n                \"created_at\": \"2024-08-24T17:09:02.000000Z\",\n                \"updated_at\": \"2024-08-24T17:09:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9882\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392410056\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T17:09:02.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9883\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T17:09:02.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9882\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9884\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T17:09:03.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"203\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-26T20:40:50.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:55.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13749\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"495\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"496\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"497\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"203\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"203\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"203\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13749\",\n            \"attributes\": {\n                \"name\": \"Daniel T Steamer\",\n                \"company_name\": \"Daniel T Steamer\",\n                \"address\": \"1855 SHERINGTON PL APT M304\",\n                \"address2\": null,\n                \"city\": \"NEWPORT BEACH\",\n                \"state\": \"CA\",\n                \"zip\": \"92663-6667\",\n                \"country\": \"US\",\n                \"email\": \"bd0j6rm2jgdwfr1@marketplace.amazon.com\",\n                \"phone\": \"602-671-6610 x31646\",\n                \"created_at\": \"2024-08-26T20:40:50.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"495\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:40:50.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"496\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:40:50.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"497\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:40:50.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"203\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792477816\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792477816\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:40:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"203\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:40:50.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"337\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"338\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"337\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:40:50.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:50.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"338\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:40:50.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:50.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"203\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/203/label/203\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:40:51.000000Z\",\n                \"updated_at\": \"2024-08-26T20:40:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12410\",\n            \"attributes\": {\n                \"name\": \"Aron Ouye\",\n                \"company_name\": null,\n                \"address\": \"5437 Seaside Cypress Trail\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92130\",\n                \"country\": \"US\",\n                \"email\": \"aron.ouye@gmail.com\",\n                \"phone\": \"+18587500433\",\n                \"created_at\": \"2024-08-24T18:00:14.000000Z\",\n                \"updated_at\": \"2024-08-24T18:00:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12411\",\n            \"attributes\": {\n                \"name\": \"Aron Ouye\",\n                \"company_name\": null,\n                \"address\": \"5437 Seaside Cypress Trail\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92130\",\n                \"country\": \"US\",\n                \"email\": \"aron.ouye@gmail.com\",\n                \"phone\": \"+18587500433\",\n                \"created_at\": \"2024-08-24T18:00:14.000000Z\",\n                \"updated_at\": \"2024-08-24T18:00:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9887\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59859\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:00:14.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9888\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59861\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:00:14.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9889\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:00:14.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9888\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9890\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59863\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:00:15.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.39,\n                \"barcode\": \"850055792005\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1063,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1063,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/lychee_2-178400.png?v=1713137720\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"205\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.02\",\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:14.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13753\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"503\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"504\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"505\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"506\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"205\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"205\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"205\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13753\",\n            \"attributes\": {\n                \"name\": \"Aron Ouye\",\n                \"company_name\": null,\n                \"address\": \"5437 Seaside Cypress Trail\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92130\",\n                \"country\": \"US\",\n                \"email\": \"aron.ouye@gmail.com\",\n                \"phone\": \"+18587500433\",\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"503\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"504\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"505\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"506\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"205\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248792512618\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792512618\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:44:10.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"205\",\n            \"attributes\": {\n                \"weight\": \"1.1800\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"343\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"344\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"345\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"343\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"344\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"345\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:44:09.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:09.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"205\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/205/label/205\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:44:10.000000Z\",\n                \"updated_at\": \"2024-08-26T20:44:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12414\",\n            \"attributes\": {\n                \"name\": \"Jane Chen\",\n                \"company_name\": null,\n                \"address\": \"2201 Trojan Way\",\n                \"address2\": \"Unit 3303\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90033\",\n                \"country\": \"US\",\n                \"email\": \"janehchen00@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\",\n                \"updated_at\": \"2024-08-24T18:12:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12415\",\n            \"attributes\": {\n                \"name\": \"Jane Chen\",\n                \"company_name\": null,\n                \"address\": \"2201 Trojan Way\",\n                \"address2\": \"Unit 3303\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90033\",\n                \"country\": \"US\",\n                \"email\": \"janehchen00@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\",\n                \"updated_at\": \"2024-08-24T18:12:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9893\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 28.03,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59881\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9894\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59883\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9895\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9894\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9896\",\n            \"attributes\": {\n                \"sku\": \"starter\",\n                \"name\": \"STARTER KIT\",\n                \"price\": 16.15,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59885\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"10\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9897\",\n            \"attributes\": {\n                \"sku\": \"wp-stpk\",\n                \"name\": \"WHITE PEACH STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"843\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9896\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9898\",\n            \"attributes\": {\n                \"sku\": \"yc-stpk\",\n                \"name\": \"YUZU CITRUS STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"842\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9896\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9899\",\n            \"attributes\": {\n                \"sku\": \"ap-stpk\",\n                \"name\": \"ASIAN PEAR STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:12:12.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"845\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9896\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9900\",\n            \"attributes\": {\n                \"sku\": \"ly-stpk\",\n                \"name\": \"LYCHEE STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:12:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:18.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"844\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9896\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9901\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T18:12:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9896\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"209\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.95\",\n                \"created_at\": \"2024-08-26T20:54:18.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:21.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13761\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"514\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"515\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"516\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"517\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"518\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"519\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"520\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"521\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"522\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"209\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"209\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"209\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13761\",\n            \"attributes\": {\n                \"name\": \"Jane Chen\",\n                \"company_name\": null,\n                \"address\": \"2201 Trojan Way\",\n                \"address2\": \"Unit 3303\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90033\",\n                \"country\": \"US\",\n                \"email\": \"janehchen00@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T20:54:18.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"514\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T20:54:18.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"515\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T20:54:18.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"516\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"517\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"518\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"519\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"520\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"521\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"522\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"209\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248792622140\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792622140\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"209\",\n            \"attributes\": {\n                \"weight\": \"1.0100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"351\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"352\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"353\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"354\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"355\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"356\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"357\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"351\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"352\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"353\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"354\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"355\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"356\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"357\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"209\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/209/label/209\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:54:19.000000Z\",\n                \"updated_at\": \"2024-08-26T20:54:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12424\",\n            \"attributes\": {\n                \"name\": \"Nicole Graziano\",\n                \"company_name\": null,\n                \"address\": \"612 Sumter St\",\n                \"address2\": null,\n                \"city\": \"Greenville\",\n                \"state\": \"SC\",\n                \"zip\": \"29617\",\n                \"country\": \"US\",\n                \"email\": \"gngrazi@gmail.com\",\n                \"phone\": \"+18642463731\",\n                \"created_at\": \"2024-08-24T20:00:16.000000Z\",\n                \"updated_at\": \"2024-08-24T20:00:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12425\",\n            \"attributes\": {\n                \"name\": \"Nicole Graziano\",\n                \"company_name\": null,\n                \"address\": \"612 Sumter St\",\n                \"address2\": null,\n                \"city\": \"Greenville\",\n                \"state\": \"SC\",\n                \"zip\": \"29617\",\n                \"country\": \"US\",\n                \"email\": \"gngrazi@gmail.com\",\n                \"phone\": \"+18642463731\",\n                \"created_at\": \"2024-08-24T20:00:16.000000Z\",\n                \"updated_at\": \"2024-08-24T20:00:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9910\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59927\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T20:00:16.000000Z\",\n                \"updated_at\": \"2024-08-26T20:48:43.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"208\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.36\",\n                \"created_at\": \"2024-08-26T20:48:43.000000Z\",\n                \"updated_at\": \"2024-08-26T20:48:46.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13758\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"513\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"208\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"208\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"208\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13758\",\n            \"attributes\": {\n                \"name\": \"Nicole Graziano\",\n                \"company_name\": null,\n                \"address\": \"612 Sumter St\",\n                \"address2\": null,\n                \"city\": \"Greenville\",\n                \"state\": \"SC\",\n                \"zip\": \"29617\",\n                \"country\": \"US\",\n                \"email\": \"gngrazi@gmail.com\",\n                \"phone\": \"+18642463731\",\n                \"created_at\": \"2024-08-26T20:48:43.000000Z\",\n                \"updated_at\": \"2024-08-26T20:48:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"513\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:48:43.000000Z\",\n                \"updated_at\": \"2024-08-26T20:48:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"208\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792562437\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792562437\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:48:43.000000Z\",\n                \"updated_at\": \"2024-08-26T20:48:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"208\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T20:48:43.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"350\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"350\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:48:43.000000Z\",\n                \"updated_at\": \"2024-08-26T20:48:43.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"208\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/208/label/208\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:48:43.000000Z\",\n                \"updated_at\": \"2024-08-26T20:48:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12430\",\n            \"attributes\": {\n                \"name\": \"Diana Gerstacker\",\n                \"company_name\": null,\n                \"address\": \"4336 Lipan St.\",\n                \"address2\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"zip\": \"80211\",\n                \"country\": \"US\",\n                \"email\": \"diana.gerstacker@gmail.com\",\n                \"phone\": \"+16318486814\",\n                \"created_at\": \"2024-08-24T22:05:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:05:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12431\",\n            \"attributes\": {\n                \"name\": \"Diana Gerstacker\",\n                \"company_name\": null,\n                \"address\": \"4336 Lipan St.\",\n                \"address2\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"zip\": \"80211\",\n                \"country\": \"US\",\n                \"email\": \"diana.gerstacker@gmail.com\",\n                \"phone\": \"+16318486814\",\n                \"created_at\": \"2024-08-24T22:05:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:05:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9915\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 25.49,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59953\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:05:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9916\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 28.04,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59955\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:05:13.000000Z\",\n                \"updated_at\": \"2024-08-29T23:57:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9917\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59957\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:05:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9918\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:05:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9917\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"215\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"7.43\",\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:47.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13769\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"536\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"537\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"538\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"539\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"215\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"215\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"215\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13769\",\n            \"attributes\": {\n                \"name\": \"Diana Gerstacker\",\n                \"company_name\": null,\n                \"address\": \"4336 Lipan St.\",\n                \"address2\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"zip\": \"80211\",\n                \"country\": \"US\",\n                \"email\": \"diana.gerstacker@gmail.com\",\n                \"phone\": \"+16318486814\",\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"536\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"537\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"538\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"539\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"215\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248792720020\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792720020\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"215\",\n            \"attributes\": {\n                \"weight\": \"1.2000\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"368\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"369\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"370\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"368\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"369\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"370\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"215\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/215/label/215\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:03:44.000000Z\",\n                \"updated_at\": \"2024-08-26T21:03:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12432\",\n            \"attributes\": {\n                \"name\": \"D Li\",\n                \"company_name\": null,\n                \"address\": \"1405 Spring St NW\",\n                \"address2\": \"Unit 13G\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip\": \"30309\",\n                \"country\": \"US\",\n                \"email\": \"llc.dan57@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:05:16.000000Z\",\n                \"updated_at\": \"2024-08-24T22:05:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12433\",\n            \"attributes\": {\n                \"name\": \"Dan L\",\n                \"company_name\": null,\n                \"address\": \"A\",\n                \"address2\": null,\n                \"city\": \"Collierville\",\n                \"state\": \"TN\",\n                \"zip\": \"38017\",\n                \"country\": \"US\",\n                \"email\": \"llc.dan57@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:05:16.000000Z\",\n                \"updated_at\": \"2024-08-24T22:05:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9919\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59966\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:05:16.000000Z\",\n                \"updated_at\": \"2024-08-26T21:01:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"213\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.36\",\n                \"created_at\": \"2024-08-26T21:01:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:01:27.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13767\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"532\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"213\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"213\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"213\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13767\",\n            \"attributes\": {\n                \"name\": \"D Li\",\n                \"company_name\": null,\n                \"address\": \"1405 Spring St NW\",\n                \"address2\": \"Unit 13G\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip\": \"30309\",\n                \"country\": \"US\",\n                \"email\": \"llc.dan57@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T21:01:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:01:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"532\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:01:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:01:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"213\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792696828\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792696828\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:01:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:01:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"213\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T21:01:24.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"365\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"365\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:01:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:01:24.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"213\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/213/label/213\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:01:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:01:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12434\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"luisrure1766@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:23:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:23:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12435\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"luisrure1766@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:23:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:23:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9920\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59973\",\n                \"cancelled_at\": \"2024-08-24 22:23:14\",\n                \"created_at\": \"2024-08-24T22:23:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:23:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9921\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59975\",\n                \"cancelled_at\": \"2024-08-24 22:23:14\",\n                \"created_at\": \"2024-08-24T22:23:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:23:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9922\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": \"2024-08-24 22:23:14\",\n                \"created_at\": \"2024-08-24T22:23:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:23:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9921\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12436\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"hello.eddie.linda@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:26:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:27:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12437\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"hello.eddie.linda@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:26:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:27:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9923\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 25.49,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59983\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:26:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:26:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9924\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59985\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:26:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:26:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9925\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"59987\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:26:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:26:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9926\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:26:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:26:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9925\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12440\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"inductivob@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:40:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:40:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12441\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"inductivob@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:40:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:40:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9928\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60003\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:40:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:40:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9929\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60005\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:40:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:40:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9930\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:40:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:40:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9929\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12442\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"vegasclaudia@outlook.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:42:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:42:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12443\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"vegasclaudia@outlook.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:42:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:42:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9931\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 28.05,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60013\",\n                \"cancelled_at\": \"2024-08-24 22:42:15\",\n                \"created_at\": \"2024-08-24T22:42:14.000000Z\",\n                \"updated_at\": \"2024-08-24T22:42:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12444\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"katalinbalogh98@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:54:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12445\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"katalinbalogh98@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:54:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9932\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60020\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:54:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9933\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60022\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:54:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9934\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:54:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9933\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12446\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"chriscloomis@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:57:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:58:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12447\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"chriscloomis@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T22:57:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:58:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9935\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 25.49,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60030\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:57:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:57:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9936\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60032\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:57:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:57:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9937\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60034\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:57:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:57:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9938\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T22:57:13.000000Z\",\n                \"updated_at\": \"2024-08-24T22:57:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9937\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12448\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"ethanntom@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T23:09:16.000000Z\",\n                \"updated_at\": \"2024-08-24T23:09:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12449\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"ethanntom@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T23:09:16.000000Z\",\n                \"updated_at\": \"2024-08-24T23:09:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9939\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60043\",\n                \"cancelled_at\": \"2024-08-24 23:09:17\",\n                \"created_at\": \"2024-08-24T23:09:16.000000Z\",\n                \"updated_at\": \"2024-08-24T23:09:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9940\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60045\",\n                \"cancelled_at\": \"2024-08-24 23:09:17\",\n                \"created_at\": \"2024-08-24T23:09:16.000000Z\",\n                \"updated_at\": \"2024-08-24T23:09:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9941\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": \"2024-08-24 23:09:17\",\n                \"created_at\": \"2024-08-24T23:09:16.000000Z\",\n                \"updated_at\": \"2024-08-24T23:09:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9940\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12454\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"reinishimoto@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T23:21:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:21:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12455\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"reinishimoto@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T23:21:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:21:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9945\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60069\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T23:21:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:21:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9946\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60071\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T23:21:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:21:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9947\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-24T23:21:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:21:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9946\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12456\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"pchung320@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T23:32:12.000000Z\",\n                \"updated_at\": \"2024-08-24T23:33:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12457\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"pchung320@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T23:32:12.000000Z\",\n                \"updated_at\": \"2024-08-24T23:33:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9948\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60079\",\n                \"cancelled_at\": \"2024-08-24 23:32:13\",\n                \"created_at\": \"2024-08-24T23:32:12.000000Z\",\n                \"updated_at\": \"2024-08-24T23:32:13.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12458\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"choi.shawn98@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T23:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:54:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12459\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"choi.shawn98@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-24T23:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:54:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9949\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60086\",\n                \"cancelled_at\": \"2024-08-24 23:54:14\",\n                \"created_at\": \"2024-08-24T23:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:54:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9950\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60088\",\n                \"cancelled_at\": \"2024-08-24 23:54:14\",\n                \"created_at\": \"2024-08-24T23:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:54:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9951\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": \"2024-08-24 23:54:14\",\n                \"created_at\": \"2024-08-24T23:54:13.000000Z\",\n                \"updated_at\": \"2024-08-24T23:54:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9950\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12462\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"anniewu201@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T00:44:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:44:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12463\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"anniewu201@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T00:44:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:44:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9954\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60107\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:44:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:44:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9955\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60109\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:44:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:44:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9956\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:44:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:44:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9955\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12464\",\n            \"attributes\": {\n                \"name\": \"Shuba Satyaprasad\",\n                \"company_name\": null,\n                \"address\": \"3 Plymouth Rd\",\n                \"address2\": null,\n                \"city\": \"Lexington\",\n                \"state\": \"MA\",\n                \"zip\": \"02421-5810\",\n                \"country\": \"US\",\n                \"email\": \"shuba.satyaprasad@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T00:48:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:48:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12465\",\n            \"attributes\": {\n                \"name\": \"Shuba Satyaprasad\",\n                \"company_name\": null,\n                \"address\": \"3 Plymouth Rd\",\n                \"address2\": null,\n                \"city\": \"Lexington\",\n                \"state\": \"MA\",\n                \"zip\": \"02421-5810\",\n                \"country\": \"US\",\n                \"email\": \"shuba.satyaprasad@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T00:48:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:48:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9957\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60117\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9958\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60119\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9959\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60121\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9960\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60123\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9961\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9960\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"211\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"9.69\",\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:09.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13763\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"526\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"527\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"528\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"529\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"530\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"211\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"211\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"211\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13763\",\n            \"attributes\": {\n                \"name\": \"Shuba Satyaprasad\",\n                \"company_name\": null,\n                \"address\": \"3 Plymouth Rd\",\n                \"address2\": null,\n                \"city\": \"Lexington\",\n                \"state\": \"MA\",\n                \"zip\": \"02421-5810\",\n                \"country\": \"US\",\n                \"email\": \"shuba.satyaprasad@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"526\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"527\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"528\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"529\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"530\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"211\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248792662474\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792662474\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:58:07.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"211\",\n            \"attributes\": {\n                \"weight\": \"1.5700\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"360\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"361\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"362\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"363\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"360\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"361\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"362\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"363\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:58:06.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:06.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"211\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/211/label/211\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:58:07.000000Z\",\n                \"updated_at\": \"2024-08-26T20:58:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12466\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"jonrn06@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T00:54:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:54:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12467\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"jonrn06@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T00:54:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:54:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9962\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60133\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:54:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:54:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9963\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60135\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:54:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:54:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9964\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T00:54:13.000000Z\",\n                \"updated_at\": \"2024-08-25T00:54:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9963\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12468\",\n            \"attributes\": {\n                \"name\": \"Emily Hong\",\n                \"company_name\": \"Emily Hong\",\n                \"address\": \"12114 NE FARGO CT\",\n                \"address2\": null,\n                \"city\": \"PORTLAND\",\n                \"state\": \"OR\",\n                \"zip\": \"97220-1647\",\n                \"country\": \"US\",\n                \"email\": \"3w820qc0h7slkqr@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x31065\",\n                \"created_at\": \"2024-08-25T01:09:04.000000Z\",\n                \"updated_at\": \"2024-08-25T01:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12469\",\n            \"attributes\": {\n                \"name\": \"Emily Hong\",\n                \"company_name\": \"Emily Hong\",\n                \"address\": \"12114 NE FARGO CT\",\n                \"address2\": null,\n                \"city\": \"PORTLAND\",\n                \"state\": \"OR\",\n                \"zip\": \"97220-1647\",\n                \"country\": \"US\",\n                \"email\": \"3w820qc0h7slkqr@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x31065\",\n                \"created_at\": \"2024-08-25T01:09:04.000000Z\",\n                \"updated_at\": \"2024-08-25T01:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9965\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392469032\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T01:09:05.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9966\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T01:09:05.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9965\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9967\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T01:09:05.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"214\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.09\",\n                \"created_at\": \"2024-08-26T21:02:21.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:24.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13768\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"533\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"534\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"535\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"214\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"214\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"214\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13768\",\n            \"attributes\": {\n                \"name\": \"Emily Hong\",\n                \"company_name\": \"Emily Hong\",\n                \"address\": \"12114 NE FARGO CT\",\n                \"address2\": null,\n                \"city\": \"PORTLAND\",\n                \"state\": \"OR\",\n                \"zip\": \"97220-1647\",\n                \"country\": \"US\",\n                \"email\": \"3w820qc0h7slkqr@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x31065\",\n                \"created_at\": \"2024-08-26T21:02:21.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"533\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:02:21.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"534\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:02:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"535\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:02:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"214\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792707142\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792707142\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:02:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"214\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:02:22.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"366\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"367\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"366\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:02:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"367\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:02:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"214\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/214/label/214\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:02:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:02:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12480\",\n            \"attributes\": {\n                \"name\": \"Kim Lockett\",\n                \"company_name\": \"Kim Lockett\",\n                \"address\": \"7611 WOODYARD RD\",\n                \"address2\": null,\n                \"city\": \"CLINTON\",\n                \"state\": \"MD\",\n                \"zip\": \"20735-1956\",\n                \"country\": \"US\",\n                \"email\": \"8kjlrn5mq6wj8pw@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x25454\",\n                \"created_at\": \"2024-08-25T05:08:59.000000Z\",\n                \"updated_at\": \"2024-08-25T05:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12481\",\n            \"attributes\": {\n                \"name\": \"Kim Lockett\",\n                \"company_name\": \"Kim Lockett\",\n                \"address\": \"7611 WOODYARD RD\",\n                \"address2\": null,\n                \"city\": \"CLINTON\",\n                \"state\": \"MD\",\n                \"zip\": \"20735-1956\",\n                \"country\": \"US\",\n                \"email\": \"8kjlrn5mq6wj8pw@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x25454\",\n                \"created_at\": \"2024-08-25T05:08:59.000000Z\",\n                \"updated_at\": \"2024-08-25T05:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9976\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392490931\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T05:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9977\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T05:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:54.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9976\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9978\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T05:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:54.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"210\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-26T20:56:54.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:57.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13762\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"523\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"524\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"525\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"210\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"210\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"210\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13762\",\n            \"attributes\": {\n                \"name\": \"Kim Lockett\",\n                \"company_name\": \"Kim Lockett\",\n                \"address\": \"7611 WOODYARD RD\",\n                \"address2\": null,\n                \"city\": \"CLINTON\",\n                \"state\": \"MD\",\n                \"zip\": \"20735-1956\",\n                \"country\": \"US\",\n                \"email\": \"8kjlrn5mq6wj8pw@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x25454\",\n                \"created_at\": \"2024-08-26T20:56:54.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"523\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:56:54.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"524\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:56:54.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"525\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:56:55.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"210\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792649862\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792649862\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:56:55.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"210\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T20:56:55.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"358\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"359\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"358\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:56:55.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:55.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"359\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:56:55.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:55.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"210\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/210/label/210\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:56:55.000000Z\",\n                \"updated_at\": \"2024-08-26T20:56:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12482\",\n            \"attributes\": {\n                \"name\": \"PIERRE THEUMA\",\n                \"company_name\": \"PIERRE THEUMA\",\n                \"address\": \"718 55TH ST\",\n                \"address2\": null,\n                \"city\": \"DES MOINES\",\n                \"state\": \"IA\",\n                \"zip\": \"50312-1827\",\n                \"country\": \"US\",\n                \"email\": \"dhxn0ckz2dccyfn@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x19138\",\n                \"created_at\": \"2024-08-25T07:09:00.000000Z\",\n                \"updated_at\": \"2024-08-25T07:09:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12483\",\n            \"attributes\": {\n                \"name\": \"PIERRE THEUMA\",\n                \"company_name\": \"PIERRE THEUMA\",\n                \"address\": \"718 55TH ST\",\n                \"address2\": null,\n                \"city\": \"DES MOINES\",\n                \"state\": \"IA\",\n                \"zip\": \"50312-1827\",\n                \"country\": \"US\",\n                \"email\": \"dhxn0ckz2dccyfn@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x19138\",\n                \"created_at\": \"2024-08-25T07:09:00.000000Z\",\n                \"updated_at\": \"2024-08-25T07:09:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9979\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"ONLY Hydration Yuzu Citrus 1270mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (15 Packets)\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392496814\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T07:09:00.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9980\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T07:09:00.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9979\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9981\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T07:09:00.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"217\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.40\",\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:34.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13771\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"541\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"542\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"543\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"217\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"217\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"217\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13771\",\n            \"attributes\": {\n                \"name\": \"PIERRE THEUMA\",\n                \"company_name\": \"PIERRE THEUMA\",\n                \"address\": \"718 55TH ST\",\n                \"address2\": null,\n                \"city\": \"DES MOINES\",\n                \"state\": \"IA\",\n                \"zip\": \"50312-1827\",\n                \"country\": \"US\",\n                \"email\": \"dhxn0ckz2dccyfn@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x19138\",\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"541\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"542\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"543\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"217\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792749159\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792749159\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"217\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"372\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"373\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"372\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"373\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"217\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/217/label/217\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:06:32.000000Z\",\n                \"updated_at\": \"2024-08-26T21:06:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12502\",\n            \"attributes\": {\n                \"name\": \"Alexa Bautista\",\n                \"company_name\": null,\n                \"address\": \"2900 Manor Rd\",\n                \"address2\": \"Apt 1302\",\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78722\",\n                \"country\": \"US\",\n                \"email\": \"doremielf@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T15:55:13.000000Z\",\n                \"updated_at\": \"2024-08-25T15:55:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12503\",\n            \"attributes\": {\n                \"name\": \"Alexa Bautista\",\n                \"company_name\": null,\n                \"address\": \"2900 Manor Rd\",\n                \"address2\": \"Apt 1302\",\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78722\",\n                \"country\": \"US\",\n                \"email\": \"doremielf@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T15:55:13.000000Z\",\n                \"updated_at\": \"2024-08-25T15:55:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9992\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60243\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T15:55:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:59:25.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"237\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.11\",\n                \"created_at\": \"2024-08-26T21:59:25.000000Z\",\n                \"updated_at\": \"2024-08-26T21:59:28.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13801\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"596\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"237\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"237\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"237\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13801\",\n            \"attributes\": {\n                \"name\": \"Alexa Bautista\",\n                \"company_name\": null,\n                \"address\": \"2900 Manor Rd\",\n                \"address2\": \"Apt 1302\",\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78722\",\n                \"country\": \"US\",\n                \"email\": \"doremielf@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T21:59:25.000000Z\",\n                \"updated_at\": \"2024-08-26T21:59:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"596\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:59:25.000000Z\",\n                \"updated_at\": \"2024-08-26T21:59:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"237\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793238867\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793238867\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:59:25.000000Z\",\n                \"updated_at\": \"2024-08-26T21:59:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"237\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T21:59:25.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"412\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"412\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:59:25.000000Z\",\n                \"updated_at\": \"2024-08-26T21:59:25.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"237\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/237/label/237\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:59:25.000000Z\",\n                \"updated_at\": \"2024-08-26T21:59:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12504\",\n            \"attributes\": {\n                \"name\": \"S Beers\",\n                \"company_name\": null,\n                \"address\": \"1018 Water St\",\n                \"address2\": \"2A\",\n                \"city\": \"Port Townsend\",\n                \"state\": \"WA\",\n                \"zip\": \"98368\",\n                \"country\": \"US\",\n                \"email\": \"starmeat@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T16:11:13.000000Z\",\n                \"updated_at\": \"2024-08-25T16:11:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12505\",\n            \"attributes\": {\n                \"name\": \"S Beers\",\n                \"company_name\": null,\n                \"address\": \"1018 Water St\",\n                \"address2\": \"2A\",\n                \"city\": \"Port Townsend\",\n                \"state\": \"WA\",\n                \"zip\": \"98368\",\n                \"country\": \"US\",\n                \"email\": \"starmeat@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T16:11:13.000000Z\",\n                \"updated_at\": \"2024-08-25T16:11:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9993\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60250\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T16:11:13.000000Z\",\n                \"updated_at\": \"2024-08-26T22:00:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"238\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.11\",\n                \"created_at\": \"2024-08-26T22:00:21.000000Z\",\n                \"updated_at\": \"2024-08-26T22:00:23.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13802\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"597\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"238\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"238\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"238\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13802\",\n            \"attributes\": {\n                \"name\": \"S Beers\",\n                \"company_name\": null,\n                \"address\": \"1018 Water St\",\n                \"address2\": \"2A\",\n                \"city\": \"Port Townsend\",\n                \"state\": \"WA\",\n                \"zip\": \"98368\",\n                \"country\": \"US\",\n                \"email\": \"starmeat@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T22:00:21.000000Z\",\n                \"updated_at\": \"2024-08-26T22:00:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"597\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T22:00:21.000000Z\",\n                \"updated_at\": \"2024-08-26T22:00:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"238\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793245568\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793245568\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T22:00:21.000000Z\",\n                \"updated_at\": \"2024-08-26T22:00:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"238\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T22:00:21.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"413\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"413\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T22:00:21.000000Z\",\n                \"updated_at\": \"2024-08-26T22:00:21.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"238\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/238/label/238\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T22:00:21.000000Z\",\n                \"updated_at\": \"2024-08-26T22:00:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12506\",\n            \"attributes\": {\n                \"name\": \"Sarah Crane\",\n                \"company_name\": null,\n                \"address\": \"4601 mill par\",\n                \"address2\": null,\n                \"city\": \"GLEN ALLEN\",\n                \"state\": \"VA\",\n                \"zip\": \"23060\",\n                \"country\": \"US\",\n                \"email\": \"Sjcrane55@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T16:15:13.000000Z\",\n                \"updated_at\": \"2024-08-25T16:15:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12507\",\n            \"attributes\": {\n                \"name\": \"Sarah Crane\",\n                \"company_name\": null,\n                \"address\": \"4601 mill par\",\n                \"address2\": null,\n                \"city\": \"GLEN ALLEN\",\n                \"state\": \"VA\",\n                \"zip\": \"23060\",\n                \"country\": \"US\",\n                \"email\": \"Sjcrane55@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T16:15:13.000000Z\",\n                \"updated_at\": \"2024-08-25T16:15:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9994\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60257\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T16:15:13.000000Z\",\n                \"updated_at\": \"2024-08-26T20:59:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"212\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.36\",\n                \"created_at\": \"2024-08-26T20:59:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:59:38.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13764\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"531\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"212\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"212\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"212\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13764\",\n            \"attributes\": {\n                \"name\": \"Sarah Crane\",\n                \"company_name\": null,\n                \"address\": \"4601 mill par\",\n                \"address2\": null,\n                \"city\": \"GLEN ALLEN\",\n                \"state\": \"VA\",\n                \"zip\": \"23060\",\n                \"country\": \"US\",\n                \"email\": \"Sjcrane55@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T20:59:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:59:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"531\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:59:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:59:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"212\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792677513\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792677513\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:59:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:59:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"212\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T20:59:35.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"364\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"364\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T20:59:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:59:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"212\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/212/label/212\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T20:59:35.000000Z\",\n                \"updated_at\": \"2024-08-26T20:59:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12512\",\n            \"attributes\": {\n                \"name\": \"Jeff MItchell\",\n                \"company_name\": \"Jeff MItchell\",\n                \"address\": \"340 DOYLE ST\",\n                \"address2\": null,\n                \"city\": \"DOYLESTOWN\",\n                \"state\": \"PA\",\n                \"zip\": \"18901-3540\",\n                \"country\": \"US\",\n                \"email\": \"yr3gnr2ntj2l6x1@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x14281\",\n                \"created_at\": \"2024-08-25T17:08:58.000000Z\",\n                \"updated_at\": \"2024-08-25T17:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12513\",\n            \"attributes\": {\n                \"name\": \"Jeff MItchell\",\n                \"company_name\": \"Jeff MItchell\",\n                \"address\": \"340 DOYLE ST\",\n                \"address2\": null,\n                \"city\": \"DOYLESTOWN\",\n                \"state\": \"PA\",\n                \"zip\": \"18901-3540\",\n                \"country\": \"US\",\n                \"email\": \"yr3gnr2ntj2l6x1@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x14281\",\n                \"created_at\": \"2024-08-25T17:08:58.000000Z\",\n                \"updated_at\": \"2024-08-25T17:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9997\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"ONLY Hydration Yuzu Citrus 1270mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (15 Packets)\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392554600\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T17:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9998\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T17:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"9997\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9999\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T17:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"227\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:29.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13789\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"571\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"572\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"573\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"227\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"227\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"227\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13789\",\n            \"attributes\": {\n                \"name\": \"Jeff MItchell\",\n                \"company_name\": \"Jeff MItchell\",\n                \"address\": \"340 DOYLE ST\",\n                \"address2\": null,\n                \"city\": \"DOYLESTOWN\",\n                \"state\": \"PA\",\n                \"zip\": \"18901-3540\",\n                \"country\": \"US\",\n                \"email\": \"yr3gnr2ntj2l6x1@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x14281\",\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"571\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"572\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"573\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"227\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792994238\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792994238\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"227\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"393\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"394\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"393\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"394\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"227\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/227/label/227\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:31:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:31:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12524\",\n            \"attributes\": {\n                \"name\": \"Sheryl Anne Gamiao\",\n                \"company_name\": null,\n                \"address\": \"335 Penelope Joselyn Avenue\",\n                \"address2\": null,\n                \"city\": \"North Las Vegas\",\n                \"state\": \"NV\",\n                \"zip\": \"89031\",\n                \"country\": \"US\",\n                \"email\": \"sherylannegamiao@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T18:54:13.000000Z\",\n                \"updated_at\": \"2024-08-25T18:54:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12525\",\n            \"attributes\": {\n                \"name\": \"Sheryl Anne Gamiao\",\n                \"company_name\": null,\n                \"address\": \"335 Penelope Joselyn Avenue\",\n                \"address2\": null,\n                \"city\": \"North Las Vegas\",\n                \"state\": \"NV\",\n                \"zip\": \"89031\",\n                \"country\": \"US\",\n                \"email\": \"sherylannegamiao@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T18:54:13.000000Z\",\n                \"updated_at\": \"2024-08-25T18:54:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10009\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60324\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T18:54:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:05:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"216\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"3.86\",\n                \"created_at\": \"2024-08-26T21:05:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:05:25.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13770\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"540\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"216\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"216\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"216\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13770\",\n            \"attributes\": {\n                \"name\": \"Sheryl Anne Gamiao\",\n                \"company_name\": null,\n                \"address\": \"335 Penelope Joselyn Avenue\",\n                \"address2\": null,\n                \"city\": \"North Las Vegas\",\n                \"state\": \"NV\",\n                \"zip\": \"89031\",\n                \"country\": \"US\",\n                \"email\": \"sherylannegamiao@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T21:05:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:05:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"540\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:05:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:05:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"216\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792735985\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792735985\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:05:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:05:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"216\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T21:05:22.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"371\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"371\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:05:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:05:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"216\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/216/label/216\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:05:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:05:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12526\",\n            \"attributes\": {\n                \"name\": \"Ivy Ka\",\n                \"company_name\": \"Ivy Ka\",\n                \"address\": \"2160 PAUOA RD\",\n                \"address2\": null,\n                \"city\": \"HONOLULU\",\n                \"state\": \"HI\",\n                \"zip\": \"96813-6511\",\n                \"country\": \"US\",\n                \"email\": \"gcc4hvndylfbvb1@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x40494\",\n                \"created_at\": \"2024-08-25T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-25T19:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12527\",\n            \"attributes\": {\n                \"name\": \"Ivy Ka\",\n                \"company_name\": \"Ivy Ka\",\n                \"address\": \"2160 PAUOA RD\",\n                \"address2\": null,\n                \"city\": \"HONOLULU\",\n                \"state\": \"HI\",\n                \"zip\": \"96813-6511\",\n                \"country\": \"US\",\n                \"email\": \"gcc4hvndylfbvb1@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x40494\",\n                \"created_at\": \"2024-08-25T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-25T19:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10010\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392572016\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10011\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10010\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10012\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"225\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"7.15\",\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:10.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13785\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"563\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"564\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"565\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"225\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"225\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"225\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13785\",\n            \"attributes\": {\n                \"name\": \"Ivy Ka\",\n                \"company_name\": \"Ivy Ka\",\n                \"address\": \"2160 PAUOA RD\",\n                \"address2\": null,\n                \"city\": \"HONOLULU\",\n                \"state\": \"HI\",\n                \"zip\": \"96813-6511\",\n                \"country\": \"US\",\n                \"email\": \"gcc4hvndylfbvb1@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x40494\",\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"563\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"564\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"565\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"225\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792897768\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792897768\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"225\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"387\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"388\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"387\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"388\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"225\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/225/label/225\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:22:07.000000Z\",\n                \"updated_at\": \"2024-08-26T21:22:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12528\",\n            \"attributes\": {\n                \"name\": \"Juliet Siu\",\n                \"company_name\": \"Juliet Siu\",\n                \"address\": \"6774 Fleet Street\",\n                \"address2\": null,\n                \"city\": \"Forest Hills\",\n                \"state\": \"NY\",\n                \"zip\": \"11375\",\n                \"country\": \"US\",\n                \"email\": \"zjld35l2qld4nb0@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x13412\",\n                \"created_at\": \"2024-08-25T19:09:02.000000Z\",\n                \"updated_at\": \"2024-08-25T19:09:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12529\",\n            \"attributes\": {\n                \"name\": \"Juliet Siu\",\n                \"company_name\": \"Juliet Siu\",\n                \"address\": \"6774 Fleet Street\",\n                \"address2\": null,\n                \"city\": \"Forest Hills\",\n                \"state\": \"NY\",\n                \"zip\": \"11375\",\n                \"country\": \"US\",\n                \"email\": \"zjld35l2qld4nb0@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x13412\",\n                \"created_at\": \"2024-08-25T19:09:02.000000Z\",\n                \"updated_at\": \"2024-08-25T19:09:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10013\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392572017\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T19:09:02.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10014\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T19:09:02.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10013\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10015\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T19:09:02.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"233\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:27.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13797\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"585\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"586\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"587\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"233\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"233\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"233\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13797\",\n            \"attributes\": {\n                \"name\": \"Juliet Siu\",\n                \"company_name\": \"Juliet Siu\",\n                \"address\": \"6774 Fleet Street\",\n                \"address2\": null,\n                \"city\": \"Forest Hills\",\n                \"state\": \"NY\",\n                \"zip\": \"11375\",\n                \"country\": \"US\",\n                \"email\": \"zjld35l2qld4nb0@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x13412\",\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"585\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"586\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"587\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"233\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793199373\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793199373\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"233\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"403\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"404\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"403\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"404\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"233\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/233/label/233\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:54:24.000000Z\",\n                \"updated_at\": \"2024-08-26T21:54:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12536\",\n            \"attributes\": {\n                \"name\": \"Sarah Young\",\n                \"company_name\": \"Sarah Young\",\n                \"address\": \"497 BEACON ST APT 4\",\n                \"address2\": null,\n                \"city\": \"BOSTON\",\n                \"state\": \"MA\",\n                \"zip\": \"02215-2314\",\n                \"country\": \"US\",\n                \"email\": \"9pmbxzw7t5r1w70@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x54991\",\n                \"created_at\": \"2024-08-25T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-25T21:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12537\",\n            \"attributes\": {\n                \"name\": \"Sarah Young\",\n                \"company_name\": \"Sarah Young\",\n                \"address\": \"497 BEACON ST APT 4\",\n                \"address2\": null,\n                \"city\": \"BOSTON\",\n                \"state\": \"MA\",\n                \"zip\": \"02215-2314\",\n                \"country\": \"US\",\n                \"email\": \"9pmbxzw7t5r1w70@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x54991\",\n                \"created_at\": \"2024-08-25T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-25T21:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10019\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392588342\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:38.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10020\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:38.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10019\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10021\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T21:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:38.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"224\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-26T21:20:38.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:41.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13782\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"560\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"561\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"562\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"224\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"224\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"224\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13782\",\n            \"attributes\": {\n                \"name\": \"Sarah Young\",\n                \"company_name\": \"Sarah Young\",\n                \"address\": \"497 BEACON ST APT 4\",\n                \"address2\": null,\n                \"city\": \"BOSTON\",\n                \"state\": \"MA\",\n                \"zip\": \"02215-2314\",\n                \"country\": \"US\",\n                \"email\": \"9pmbxzw7t5r1w70@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x54991\",\n                \"created_at\": \"2024-08-26T21:20:38.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"560\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:20:38.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"561\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:20:38.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"562\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:20:38.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"224\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792883532\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792883532\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:20:39.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"224\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:20:38.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"385\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"386\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"385\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:20:38.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:38.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"386\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:20:38.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:38.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"224\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/224/label/224\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:20:39.000000Z\",\n                \"updated_at\": \"2024-08-26T21:20:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12540\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"mmelinakontou@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T21:56:13.000000Z\",\n                \"updated_at\": \"2024-08-25T21:57:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12541\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"mmelinakontou@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T21:56:13.000000Z\",\n                \"updated_at\": \"2024-08-25T21:57:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10024\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60355\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T21:56:13.000000Z\",\n                \"updated_at\": \"2024-08-25T21:56:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10025\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60357\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T21:56:13.000000Z\",\n                \"updated_at\": \"2024-08-25T21:56:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10026\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T21:56:13.000000Z\",\n                \"updated_at\": \"2024-08-25T21:56:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10025\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12542\",\n            \"attributes\": {\n                \"name\": \"Dane Clater\",\n                \"company_name\": null,\n                \"address\": \"42806 Lauder Terrace\",\n                \"address2\": null,\n                \"city\": \"ASHBURN\",\n                \"state\": \"VA\",\n                \"zip\": \"20147\",\n                \"country\": \"US\",\n                \"email\": \"sayhi2me@hotmail.com\",\n                \"phone\": \"(703) 403-0769\",\n                \"created_at\": \"2024-08-25T22:08:13.000000Z\",\n                \"updated_at\": \"2024-08-25T22:08:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12543\",\n            \"attributes\": {\n                \"name\": \"Dane Clater\",\n                \"company_name\": null,\n                \"address\": \"42806 Lauder Terrace\",\n                \"address2\": null,\n                \"city\": \"ASHBURN\",\n                \"state\": \"VA\",\n                \"zip\": \"20147\",\n                \"country\": \"US\",\n                \"email\": \"sayhi2me@hotmail.com\",\n                \"phone\": \"(703) 403-0769\",\n                \"created_at\": \"2024-08-25T22:08:13.000000Z\",\n                \"updated_at\": \"2024-08-25T22:08:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10027\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60365\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T22:08:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:09:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"219\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.36\",\n                \"created_at\": \"2024-08-26T21:09:17.000000Z\",\n                \"updated_at\": \"2024-08-26T21:09:20.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13775\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"547\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"219\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"219\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"219\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13775\",\n            \"attributes\": {\n                \"name\": \"Dane Clater\",\n                \"company_name\": null,\n                \"address\": \"42806 Lauder Terrace\",\n                \"address2\": null,\n                \"city\": \"ASHBURN\",\n                \"state\": \"VA\",\n                \"zip\": \"20147\",\n                \"country\": \"US\",\n                \"email\": \"sayhi2me@hotmail.com\",\n                \"phone\": \"(703) 403-0769\",\n                \"created_at\": \"2024-08-26T21:09:17.000000Z\",\n                \"updated_at\": \"2024-08-26T21:09:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"547\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:09:17.000000Z\",\n                \"updated_at\": \"2024-08-26T21:09:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"219\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792775837\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792775837\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:09:17.000000Z\",\n                \"updated_at\": \"2024-08-26T21:09:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"219\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T21:09:17.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"376\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"376\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:09:17.000000Z\",\n                \"updated_at\": \"2024-08-26T21:09:17.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"219\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/219/label/219\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:09:17.000000Z\",\n                \"updated_at\": \"2024-08-26T21:09:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12544\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T22:31:13.000000Z\",\n                \"updated_at\": \"2024-08-25T22:31:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12545\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-25T22:31:13.000000Z\",\n                \"updated_at\": \"2024-08-25T22:31:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10028\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60372\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T22:31:13.000000Z\",\n                \"updated_at\": \"2024-08-25T22:31:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10029\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60374\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T22:31:13.000000Z\",\n                \"updated_at\": \"2024-08-25T22:31:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10030\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-25T22:31:13.000000Z\",\n                \"updated_at\": \"2024-08-25T22:31:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10029\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12560\",\n            \"attributes\": {\n                \"name\": \"Wynter Chatman\",\n                \"company_name\": null,\n                \"address\": \"7944 Clovertree Court\",\n                \"address2\": null,\n                \"city\": \"N Chesterfield\",\n                \"state\": \"VA\",\n                \"zip\": \"23235\",\n                \"country\": \"US\",\n                \"email\": \"wynternoel008@gmail.com\",\n                \"phone\": \"+17578125631\",\n                \"created_at\": \"2024-08-26T00:52:13.000000Z\",\n                \"updated_at\": \"2024-08-26T00:52:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12561\",\n            \"attributes\": {\n                \"name\": \"Wynter Chatman\",\n                \"company_name\": null,\n                \"address\": \"7944 Clovertree Court\",\n                \"address2\": null,\n                \"city\": \"N Chesterfield\",\n                \"state\": \"VA\",\n                \"zip\": \"23235\",\n                \"country\": \"US\",\n                \"email\": \"wynternoel008@gmail.com\",\n                \"phone\": \"+17578125631\",\n                \"created_at\": \"2024-08-26T00:52:13.000000Z\",\n                \"updated_at\": \"2024-08-26T00:52:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10041\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60439\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T00:52:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:57:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"235\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.36\",\n                \"created_at\": \"2024-08-26T21:57:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:57:17.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13799\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"594\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"235\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"235\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"235\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13799\",\n            \"attributes\": {\n                \"name\": \"Wynter Chatman\",\n                \"company_name\": null,\n                \"address\": \"7944 Clovertree Court\",\n                \"address2\": null,\n                \"city\": \"N Chesterfield\",\n                \"state\": \"VA\",\n                \"zip\": \"23235\",\n                \"country\": \"US\",\n                \"email\": \"wynternoel008@gmail.com\",\n                \"phone\": \"+17578125631\",\n                \"created_at\": \"2024-08-26T21:57:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:57:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"594\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:57:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:57:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"235\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793221647\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793221647\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:57:15.000000Z\",\n                \"updated_at\": \"2024-08-26T21:57:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"235\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T21:57:14.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"410\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"410\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:57:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:57:14.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"235\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/235/label/235\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:57:15.000000Z\",\n                \"updated_at\": \"2024-08-26T21:57:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12562\",\n            \"attributes\": {\n                \"name\": \"Kim Kischel\",\n                \"company_name\": \"Kim Kischel\",\n                \"address\": \"715 PROSPECT AVE\",\n                \"address2\": null,\n                \"city\": \"HERMOSA BEACH\",\n                \"state\": \"CA\",\n                \"zip\": \"90254-4949\",\n                \"country\": \"US\",\n                \"email\": \"74lqgkxs3hmmxs3@marketplace.amazon.com\",\n                \"phone\": \"347-448-3190 x51272\",\n                \"created_at\": \"2024-08-26T01:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T01:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12563\",\n            \"attributes\": {\n                \"name\": \"Kim Kischel\",\n                \"company_name\": \"Kim Kischel\",\n                \"address\": \"715 PROSPECT AVE\",\n                \"address2\": null,\n                \"city\": \"HERMOSA BEACH\",\n                \"state\": \"CA\",\n                \"zip\": \"90254-4949\",\n                \"country\": \"US\",\n                \"email\": \"74lqgkxs3hmmxs3@marketplace.amazon.com\",\n                \"phone\": \"347-448-3190 x51272\",\n                \"created_at\": \"2024-08-26T01:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T01:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10042\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"ONLY Hydration Yuzu Citrus 1270mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (15 Packets)\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392620896\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T01:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10043\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T01:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10042\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10044\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T01:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"220\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.69\",\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:12.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13776\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"548\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"549\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"550\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"220\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"220\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"220\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13776\",\n            \"attributes\": {\n                \"name\": \"Kim Kischel\",\n                \"company_name\": \"Kim Kischel\",\n                \"address\": \"715 PROSPECT AVE\",\n                \"address2\": null,\n                \"city\": \"HERMOSA BEACH\",\n                \"state\": \"CA\",\n                \"zip\": \"90254-4949\",\n                \"country\": \"US\",\n                \"email\": \"74lqgkxs3hmmxs3@marketplace.amazon.com\",\n                \"phone\": \"347-448-3190 x51272\",\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Priority Mail\",\n                \"created_at\": \"2024-06-27T20:32:53.000000Z\",\n                \"updated_at\": \"2024-06-27T20:32:53.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"548\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"549\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"550\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"220\",\n            \"attributes\": {\n                \"tracking_number\": \"9405536206248792794336\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9405536206248792794336\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"220\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"377\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"378\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"377\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"378\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"220\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/220/label/220\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:11:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:11:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12570\",\n            \"attributes\": {\n                \"name\": \"Karin Fujii\",\n                \"company_name\": \"Karin Fujii\",\n                \"address\": \"38864 FLORENCE WAY\",\n                \"address2\": null,\n                \"city\": \"FREMONT\",\n                \"state\": \"CA\",\n                \"zip\": \"94536-7315\",\n                \"country\": \"US\",\n                \"email\": \"d2896gz2d2d8tc9@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x82853\",\n                \"created_at\": \"2024-08-26T06:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T06:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12571\",\n            \"attributes\": {\n                \"name\": \"Karin Fujii\",\n                \"company_name\": \"Karin Fujii\",\n                \"address\": \"38864 FLORENCE WAY\",\n                \"address2\": null,\n                \"city\": \"FREMONT\",\n                \"state\": \"CA\",\n                \"zip\": \"94536-7315\",\n                \"country\": \"US\",\n                \"email\": \"d2896gz2d2d8tc9@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x82853\",\n                \"created_at\": \"2024-08-26T06:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T06:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10048\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392652676\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T06:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10049\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T06:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10048\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10050\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T06:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"229\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.93\",\n                \"created_at\": \"2024-08-26T21:34:08.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:11.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13791\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"575\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"576\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"577\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"229\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"229\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"229\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13791\",\n            \"attributes\": {\n                \"name\": \"Karin Fujii\",\n                \"company_name\": \"Karin Fujii\",\n                \"address\": \"38864 FLORENCE WAY\",\n                \"address2\": null,\n                \"city\": \"FREMONT\",\n                \"state\": \"CA\",\n                \"zip\": \"94536-7315\",\n                \"country\": \"US\",\n                \"email\": \"d2896gz2d2d8tc9@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x82853\",\n                \"created_at\": \"2024-08-26T21:34:08.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"575\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:34:08.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"576\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:34:08.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"577\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:34:08.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"229\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793024118\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793024118\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:34:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"229\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:34:08.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"396\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"397\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"396\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:34:08.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:08.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"397\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:34:08.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:08.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"229\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/229/label/229\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:34:09.000000Z\",\n                \"updated_at\": \"2024-08-26T21:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12572\",\n            \"attributes\": {\n                \"name\": \"Nga Hoang\",\n                \"company_name\": \"Nga Hoang\",\n                \"address\": \"1341 DONOHUE DR\",\n                \"address2\": null,\n                \"city\": \"SAN JOSE\",\n                \"state\": \"CA\",\n                \"zip\": \"95131-2717\",\n                \"country\": \"US\",\n                \"email\": \"dv5c0j2qfbhzmcj@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x71498\",\n                \"created_at\": \"2024-08-26T07:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T07:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12573\",\n            \"attributes\": {\n                \"name\": \"Nga Hoang\",\n                \"company_name\": \"Nga Hoang\",\n                \"address\": \"1341 DONOHUE DR\",\n                \"address2\": null,\n                \"city\": \"SAN JOSE\",\n                \"state\": \"CA\",\n                \"zip\": \"95131-2717\",\n                \"country\": \"US\",\n                \"email\": \"dv5c0j2qfbhzmcj@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x71498\",\n                \"created_at\": \"2024-08-26T07:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T07:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10051\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392656042\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T07:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10052\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T07:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10051\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10053\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T07:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"222\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.93\",\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:30.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13778\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"23\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"554\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"555\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"556\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"222\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"222\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"222\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13778\",\n            \"attributes\": {\n                \"name\": \"Nga Hoang\",\n                \"company_name\": \"Nga Hoang\",\n                \"address\": \"1341 DONOHUE DR\",\n                \"address2\": null,\n                \"city\": \"SAN JOSE\",\n                \"state\": \"CA\",\n                \"zip\": \"95131-2717\",\n                \"country\": \"US\",\n                \"email\": \"dv5c0j2qfbhzmcj@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x71498\",\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"23\",\n            \"attributes\": {\n                \"name\": \"USPS Ground Advantage\",\n                \"created_at\": \"2024-08-03T01:48:25.000000Z\",\n                \"updated_at\": \"2024-08-03T01:48:25.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"3\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"USPS\",\n                \"created_at\": \"2024-08-03T01:48:25.000000Z\",\n                \"updated_at\": \"2024-09-25T18:59:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"554\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"555\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"556\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"222\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792823668\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792823668\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"222\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"381\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"382\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"381\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"382\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"222\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/222/label/222\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:14:26.000000Z\",\n                \"updated_at\": \"2024-08-26T21:14:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12574\",\n            \"attributes\": {\n                \"name\": \"Nga Hoang\",\n                \"company_name\": \"Nga Hoang\",\n                \"address\": \"1341 DONOHUE DR\",\n                \"address2\": null,\n                \"city\": \"SAN JOSE\",\n                \"state\": \"CA\",\n                \"zip\": \"95131-2717\",\n                \"country\": \"US\",\n                \"email\": \"w4kfjzz1t9h81pg@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x76488\",\n                \"created_at\": \"2024-08-26T07:09:03.000000Z\",\n                \"updated_at\": \"2024-08-26T07:09:03.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12575\",\n            \"attributes\": {\n                \"name\": \"Nga Hoang\",\n                \"company_name\": \"Nga Hoang\",\n                \"address\": \"1341 DONOHUE DR\",\n                \"address2\": null,\n                \"city\": \"SAN JOSE\",\n                \"state\": \"CA\",\n                \"zip\": \"95131-2717\",\n                \"country\": \"US\",\n                \"email\": \"w4kfjzz1t9h81pg@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x76488\",\n                \"created_at\": \"2024-08-26T07:09:03.000000Z\",\n                \"updated_at\": \"2024-08-26T07:09:03.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10054\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392656043\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T07:09:03.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10055\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T07:09:03.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10054\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10056\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T07:09:03.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"221\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.93\",\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:57.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13777\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"551\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"552\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"553\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"221\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"221\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"221\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13777\",\n            \"attributes\": {\n                \"name\": \"Nga Hoang\",\n                \"company_name\": \"Nga Hoang\",\n                \"address\": \"1341 DONOHUE DR\",\n                \"address2\": null,\n                \"city\": \"SAN JOSE\",\n                \"state\": \"CA\",\n                \"zip\": \"95131-2717\",\n                \"country\": \"US\",\n                \"email\": \"w4kfjzz1t9h81pg@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x76488\",\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"551\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"552\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"553\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"221\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792808979\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792808979\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"221\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"379\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"380\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"379\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"380\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"221\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/221/label/221\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:12:55.000000Z\",\n                \"updated_at\": \"2024-08-26T21:12:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12582\",\n            \"attributes\": {\n                \"name\": \"Eric Yi\",\n                \"company_name\": \"Eric Yi\",\n                \"address\": \"1883 AGNEW RD UNIT 302\",\n                \"address2\": null,\n                \"city\": \"SANTA CLARA\",\n                \"state\": \"CA\",\n                \"zip\": \"95054-4241\",\n                \"country\": \"US\",\n                \"email\": \"m8c0f718pmp345q@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x11094\",\n                \"created_at\": \"2024-08-26T10:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T10:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12583\",\n            \"attributes\": {\n                \"name\": \"Eric Yi\",\n                \"company_name\": \"Eric Yi\",\n                \"address\": \"1883 AGNEW RD UNIT 302\",\n                \"address2\": null,\n                \"city\": \"SANTA CLARA\",\n                \"state\": \"CA\",\n                \"zip\": \"95054-4241\",\n                \"country\": \"US\",\n                \"email\": \"m8c0f718pmp345q@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x11094\",\n                \"created_at\": \"2024-08-26T10:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T10:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10060\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392673424\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T10:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10061\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T10:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10060\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10062\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T10:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"232\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.80\",\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:59.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13794\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"582\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"583\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"584\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"232\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"232\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"232\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13794\",\n            \"attributes\": {\n                \"name\": \"Eric Yi\",\n                \"company_name\": \"Eric Yi\",\n                \"address\": \"1883 AGNEW RD UNIT 302\",\n                \"address2\": null,\n                \"city\": \"SANTA CLARA\",\n                \"state\": \"CA\",\n                \"zip\": \"95054-4241\",\n                \"country\": \"US\",\n                \"email\": \"m8c0f718pmp345q@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x11094\",\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"582\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"583\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"584\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"232\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793180678\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793180678\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"232\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"401\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"402\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"401\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"402\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"232\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/232/label/232\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:51:56.000000Z\",\n                \"updated_at\": \"2024-08-26T21:51:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12590\",\n            \"attributes\": {\n                \"name\": \"Natalie Olijar\",\n                \"company_name\": null,\n                \"address\": \"3305 South Aberdeen Street\",\n                \"address2\": \"1st floor\",\n                \"city\": \"CHICAGO\",\n                \"state\": \"IL\",\n                \"zip\": \"60608\",\n                \"country\": \"US\",\n                \"email\": \"nolijar@gmail.com\",\n                \"phone\": \"+17082287887\",\n                \"created_at\": \"2024-08-26T11:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T11:48:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12591\",\n            \"attributes\": {\n                \"name\": \"Natalie Olijar\",\n                \"company_name\": null,\n                \"address\": \"3305 South Aberdeen Street\",\n                \"address2\": \"1st floor\",\n                \"city\": \"CHICAGO\",\n                \"state\": \"IL\",\n                \"zip\": \"60608\",\n                \"country\": \"US\",\n                \"email\": \"nolijar@gmail.com\",\n                \"phone\": \"+17082287887\",\n                \"created_at\": \"2024-08-26T11:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T11:48:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10066\",\n            \"attributes\": {\n                \"sku\": \"starter\",\n                \"name\": \"STARTER KIT\",\n                \"price\": 18.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60500\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T11:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"10\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10067\",\n            \"attributes\": {\n                \"sku\": \"wp-stpk\",\n                \"name\": \"WHITE PEACH STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T11:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"843\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10066\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10068\",\n            \"attributes\": {\n                \"sku\": \"yc-stpk\",\n                \"name\": \"YUZU CITRUS STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T11:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"842\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10066\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10069\",\n            \"attributes\": {\n                \"sku\": \"ap-stpk\",\n                \"name\": \"ASIAN PEAR STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T11:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"845\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10066\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10070\",\n            \"attributes\": {\n                \"sku\": \"ly-stpk\",\n                \"name\": \"LYCHEE STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T11:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"844\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10066\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10071\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T11:48:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10066\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"234\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.55\",\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:09.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13798\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"588\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"589\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"590\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"591\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"592\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"593\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"234\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"234\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"234\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13798\",\n            \"attributes\": {\n                \"name\": \"Natalie Olijar\",\n                \"company_name\": null,\n                \"address\": \"3305 South Aberdeen Street\",\n                \"address2\": \"1st floor\",\n                \"city\": \"CHICAGO\",\n                \"state\": \"IL\",\n                \"zip\": \"60608\",\n                \"country\": \"US\",\n                \"email\": \"nolijar@gmail.com\",\n                \"phone\": \"+17082287887\",\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"588\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"589\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"590\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"591\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"592\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"593\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"234\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793213109\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793213109\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"234\",\n            \"attributes\": {\n                \"weight\": \"0.2688\",\n                \"length\": \"12.5000\",\n                \"width\": \"0.0000\",\n                \"height\": \"18.0000\",\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"405\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"406\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"407\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"408\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"409\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"405\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"406\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"407\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"408\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"409\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"234\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/234/label/234\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:56:06.000000Z\",\n                \"updated_at\": \"2024-08-26T21:56:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12630\",\n            \"attributes\": {\n                \"name\": \"Angela Pace\",\n                \"company_name\": null,\n                \"address\": \"241 Alta Vista Drive\",\n                \"address2\": null,\n                \"city\": \"South San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94080\",\n                \"country\": \"US\",\n                \"email\": \"angiepace@aol.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T16:05:14.000000Z\",\n                \"updated_at\": \"2024-08-26T16:05:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12631\",\n            \"attributes\": {\n                \"name\": \"Angela Pace\",\n                \"company_name\": null,\n                \"address\": \"241 Alta Vista Drive\",\n                \"address2\": null,\n                \"city\": \"South San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94080\",\n                \"country\": \"US\",\n                \"email\": \"angiepace@aol.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T16:05:14.000000Z\",\n                \"updated_at\": \"2024-08-26T16:05:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10122\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"60737\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T16:05:14.000000Z\",\n                \"updated_at\": \"2024-08-26T21:32:37.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"228\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"3.96\",\n                \"created_at\": \"2024-08-26T21:32:37.000000Z\",\n                \"updated_at\": \"2024-08-26T21:32:41.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13790\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"574\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"228\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"228\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"228\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13790\",\n            \"attributes\": {\n                \"name\": \"Angela Pace\",\n                \"company_name\": null,\n                \"address\": \"241 Alta Vista Drive\",\n                \"address2\": null,\n                \"city\": \"South San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94080\",\n                \"country\": \"US\",\n                \"email\": \"angiepace@aol.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T21:32:37.000000Z\",\n                \"updated_at\": \"2024-08-26T21:32:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"574\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:32:37.000000Z\",\n                \"updated_at\": \"2024-08-26T21:32:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"228\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793006558\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793006558\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:32:38.000000Z\",\n                \"updated_at\": \"2024-08-26T21:32:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"228\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-26T21:32:37.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"395\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"395\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:32:37.000000Z\",\n                \"updated_at\": \"2024-08-26T21:32:37.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"228\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/228/label/228\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:32:38.000000Z\",\n                \"updated_at\": \"2024-08-26T21:32:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13716\",\n            \"attributes\": {\n                \"name\": \"Megan Cheng\",\n                \"company_name\": \"Megan Cheng\",\n                \"address\": \"321 N ORANGE ST UNIT 246\",\n                \"address2\": null,\n                \"city\": \"GLENDALE\",\n                \"state\": \"CA\",\n                \"zip\": \"91203-5506\",\n                \"country\": \"US\",\n                \"email\": \"g7wbc4vjr831cs9@marketplace.amazon.com\",\n                \"phone\": \"602-671-6610 x34681\",\n                \"created_at\": \"2024-08-26T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T19:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13717\",\n            \"attributes\": {\n                \"name\": \"Megan Cheng\",\n                \"company_name\": \"Megan Cheng\",\n                \"address\": \"321 N ORANGE ST UNIT 246\",\n                \"address2\": null,\n                \"city\": \"GLENDALE\",\n                \"state\": \"CA\",\n                \"zip\": \"91203-5506\",\n                \"country\": \"US\",\n                \"email\": \"g7wbc4vjr831cs9@marketplace.amazon.com\",\n                \"phone\": \"602-671-6610 x34681\",\n                \"created_at\": \"2024-08-26T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T19:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10714\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"ONLY Hydration Variety Pack 1270 mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-The-Go Sticks - 1 Pack (16 Packets)\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392749481\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10715\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10714\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10716\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T19:08:59.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"231\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-26T21:39:21.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:23.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13793\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"579\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"580\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"581\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"231\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"231\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"231\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13793\",\n            \"attributes\": {\n                \"name\": \"Megan Cheng\",\n                \"company_name\": \"Megan Cheng\",\n                \"address\": \"321 N ORANGE ST UNIT 246\",\n                \"address2\": null,\n                \"city\": \"GLENDALE\",\n                \"state\": \"CA\",\n                \"zip\": \"91203-5506\",\n                \"country\": \"US\",\n                \"email\": \"g7wbc4vjr831cs9@marketplace.amazon.com\",\n                \"phone\": \"602-671-6610 x34681\",\n                \"created_at\": \"2024-08-26T21:39:21.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"579\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:39:21.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"580\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:39:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"581\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:39:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"231\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248793076452\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248793076452\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:39:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"231\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:39:22.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"399\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"400\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"399\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:39:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"400\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:39:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"231\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/231/label/231\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:39:22.000000Z\",\n                \"updated_at\": \"2024-08-26T21:39:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13718\",\n            \"attributes\": {\n                \"name\": \"Ksymena Swiatkowski\",\n                \"company_name\": \"Ksymena Swiatkowski\",\n                \"address\": \"58 ARGYLE ST\",\n                \"address2\": null,\n                \"city\": \"LAKE PEEKSKILL\",\n                \"state\": \"NY\",\n                \"zip\": \"10537-1237\",\n                \"country\": \"US\",\n                \"email\": \"j26jlsmnmp0b9bs@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x11601\",\n                \"created_at\": \"2024-08-26T19:09:04.000000Z\",\n                \"updated_at\": \"2024-08-26T19:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13719\",\n            \"attributes\": {\n                \"name\": \"Ksymena Swiatkowski\",\n                \"company_name\": \"Ksymena Swiatkowski\",\n                \"address\": \"58 ARGYLE ST\",\n                \"address2\": null,\n                \"city\": \"LAKE PEEKSKILL\",\n                \"state\": \"NY\",\n                \"zip\": \"10537-1237\",\n                \"country\": \"US\",\n                \"email\": \"j26jlsmnmp0b9bs@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x11601\",\n                \"created_at\": \"2024-08-26T19:09:04.000000Z\",\n                \"updated_at\": \"2024-08-26T19:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10717\",\n            \"attributes\": {\n                \"sku\": \"32-2U2Z-H0QM\",\n                \"name\": \"ONLY Hydration White Peach 1270mg Electrolyte Powder - 3g Sugar - Monk Fruit Sweetener - No Artificial Flavors - Superfood Goji Berry - Vitamins C, B6, B12 - On-the-Go Sticks - 1 Pack (15 Packets)\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392749482\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T19:09:04.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2686\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"2686\",\n            \"attributes\": {\n                \"sku\": \"32-2U2Z-H0QM\",\n                \"name\": \"WHITE PEACH\",\n                \"type\": \"kit\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"000014994242\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1003,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1003,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-08-03T06:09:01.000000Z\",\n                \"updated_at\": \"2024-10-01T20:48:35.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10718\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T19:09:04.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10717\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10719\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T19:09:04.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"223\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:43.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13779\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"557\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"558\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"559\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"223\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"223\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"223\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13779\",\n            \"attributes\": {\n                \"name\": \"Ksymena Swiatkowski\",\n                \"company_name\": \"Ksymena Swiatkowski\",\n                \"address\": \"58 ARGYLE ST\",\n                \"address2\": null,\n                \"city\": \"LAKE PEEKSKILL\",\n                \"state\": \"NY\",\n                \"zip\": \"10537-1237\",\n                \"country\": \"US\",\n                \"email\": \"j26jlsmnmp0b9bs@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x11601\",\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"557\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"558\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"559\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"223\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248792835081\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248792835081\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"223\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"383\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"384\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"383\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"384\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"223\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/223/label/223\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:15:40.000000Z\",\n                \"updated_at\": \"2024-08-26T21:15:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13780\",\n            \"attributes\": {\n                \"name\": \"Crystal Xu\",\n                \"company_name\": null,\n                \"address\": \"55 Suffolk Street Apt 1406\",\n                \"address2\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"zip\": \"10002\",\n                \"country\": \"US\",\n                \"email\": \"crystal.h.xu@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T21:17:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:17:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13781\",\n            \"attributes\": {\n                \"name\": \"Haopeng Xu\",\n                \"company_name\": null,\n                \"address\": \"980 Howell Mill Road\",\n                \"address2\": \"3502\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip\": \"30319\",\n                \"country\": \"US\",\n                \"email\": \"crystal.h.xu@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T21:17:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:17:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10769\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 23.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65158\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T21:17:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:34.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10770\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 23.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65160\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T21:17:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:34.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10771\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 23.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65162\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T21:17:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:34.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10772\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65164\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T21:17:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10773\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T21:17:13.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10772\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"226\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"10.86\",\n                \"created_at\": \"2024-08-26T21:24:34.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:37.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"13786\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"566\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"567\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"568\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"569\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"570\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"226\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"226\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"226\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13786\",\n            \"attributes\": {\n                \"name\": \"Crystal Xu\",\n                \"company_name\": null,\n                \"address\": \"55 Suffolk Street Apt 1406\",\n                \"address2\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"zip\": \"10002\",\n                \"country\": \"US\",\n                \"email\": \"crystal.h.xu@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T21:24:34.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"566\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:24:34.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"567\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:24:34.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"568\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:24:34.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"569\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"570\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"226\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248792921441\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248792921441\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"226\",\n            \"attributes\": {\n                \"weight\": \"7.5300\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"389\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"390\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"391\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"392\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"389\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"390\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"391\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"392\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"226\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/226/label/226\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-26T21:24:35.000000Z\",\n                \"updated_at\": \"2024-08-26T21:24:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13804\",\n            \"attributes\": {\n                \"name\": \"Sara Freedland\",\n                \"company_name\": \"Sara Freedland\",\n                \"address\": \"4326 FINLEY AVE\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90027-2812\",\n                \"country\": \"US\",\n                \"email\": \"29pfj9q2lww6943@marketplace.amazon.com\",\n                \"phone\": \"602-671-6610 x77990\",\n                \"created_at\": \"2024-08-26T22:09:00.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13805\",\n            \"attributes\": {\n                \"name\": \"Sara Freedland\",\n                \"company_name\": \"Sara Freedland\",\n                \"address\": \"4326 FINLEY AVE\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90027-2812\",\n                \"country\": \"US\",\n                \"email\": \"29pfj9q2lww6943@marketplace.amazon.com\",\n                \"phone\": \"602-671-6610 x77990\",\n                \"created_at\": \"2024-08-26T22:09:00.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10781\",\n            \"attributes\": {\n                \"sku\": \"RU-E7X5-K0JU\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392776328\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:00.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2687\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10782\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:00.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10781\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10783\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:00.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"251\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.15\",\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:12.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14036\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"611\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"612\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"613\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"251\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"251\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"251\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14036\",\n            \"attributes\": {\n                \"name\": \"Sara Freedland\",\n                \"company_name\": \"Sara Freedland\",\n                \"address\": \"4326 FINLEY AVE\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90027-2812\",\n                \"country\": \"US\",\n                \"email\": \"29pfj9q2lww6943@marketplace.amazon.com\",\n                \"phone\": \"602-671-6610 x77990\",\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"611\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"612\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"613\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"251\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248801176039\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248801176039\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"251\",\n            \"attributes\": {\n                \"weight\": \"6.7500\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"427\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"428\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"427\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"428\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"251\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/251/label/251\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:44:10.000000Z\",\n                \"updated_at\": \"2024-08-27T19:44:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13806\",\n            \"attributes\": {\n                \"name\": \"Haemi Chong\",\n                \"company_name\": \"Haemi Chong\",\n                \"address\": \"18641 LIBRA CIR APT 2\",\n                \"address2\": null,\n                \"city\": \"HUNTINGTON BEACH\",\n                \"state\": \"CA\",\n                \"zip\": \"92646-1744\",\n                \"country\": \"US\",\n                \"email\": \"24zl5ksb4289vtp@marketplace.amazon.com\",\n                \"phone\": \"949391995\",\n                \"created_at\": \"2024-08-26T22:09:04.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13807\",\n            \"attributes\": {\n                \"name\": \"Haemi Chong\",\n                \"company_name\": \"Haemi Chong\",\n                \"address\": \"18641 LIBRA CIR APT 2\",\n                \"address2\": null,\n                \"city\": \"HUNTINGTON BEACH\",\n                \"state\": \"CA\",\n                \"zip\": \"92646-1744\",\n                \"country\": \"US\",\n                \"email\": \"24zl5ksb4289vtp@marketplace.amazon.com\",\n                \"phone\": \"949391995\",\n                \"created_at\": \"2024-08-26T22:09:04.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10784\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392776331\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10785\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10784\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10786\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"269\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:24.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14060\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"666\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"667\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"668\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"269\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"269\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"269\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14060\",\n            \"attributes\": {\n                \"name\": \"Haemi Chong\",\n                \"company_name\": \"Haemi Chong\",\n                \"address\": \"18641 LIBRA CIR APT 2\",\n                \"address2\": null,\n                \"city\": \"HUNTINGTON BEACH\",\n                \"state\": \"CA\",\n                \"zip\": \"92646-1744\",\n                \"country\": \"US\",\n                \"email\": \"24zl5ksb4289vtp@marketplace.amazon.com\",\n                \"phone\": \"949391995\",\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"666\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"667\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"668\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"269\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801523282\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801523282\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"269\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:57.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"465\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"466\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"465\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"466\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"269\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/269/label/269\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:18:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:18:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13808\",\n            \"attributes\": {\n                \"name\": \"James Lo\",\n                \"company_name\": \"James Lo\",\n                \"address\": \"3160 FIJI LN\",\n                \"address2\": null,\n                \"city\": \"ALAMEDA\",\n                \"state\": \"CA\",\n                \"zip\": \"94502-6917\",\n                \"country\": \"US\",\n                \"email\": \"clpqv313wbyq646@marketplace.amazon.com\",\n                \"phone\": \"347-448-3190 x17047\",\n                \"created_at\": \"2024-08-26T22:09:07.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13809\",\n            \"attributes\": {\n                \"name\": \"James Lo\",\n                \"company_name\": \"James Lo\",\n                \"address\": \"3160 FIJI LN\",\n                \"address2\": null,\n                \"city\": \"ALAMEDA\",\n                \"state\": \"CA\",\n                \"zip\": \"94502-6917\",\n                \"country\": \"US\",\n                \"email\": \"clpqv313wbyq646@marketplace.amazon.com\",\n                \"phone\": \"347-448-3190 x17047\",\n                \"created_at\": \"2024-08-26T22:09:07.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10787\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392776332\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:07.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10788\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:07.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10787\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10789\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:07.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"255\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.93\",\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:49.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14042\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"622\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"623\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"624\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"255\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"255\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"255\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14042\",\n            \"attributes\": {\n                \"name\": \"James Lo\",\n                \"company_name\": \"James Lo\",\n                \"address\": \"3160 FIJI LN\",\n                \"address2\": null,\n                \"city\": \"ALAMEDA\",\n                \"state\": \"CA\",\n                \"zip\": \"94502-6917\",\n                \"country\": \"US\",\n                \"email\": \"clpqv313wbyq646@marketplace.amazon.com\",\n                \"phone\": \"347-448-3190 x17047\",\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"622\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"623\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"624\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"255\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801259051\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801259051\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"255\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"435\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"436\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"435\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"436\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"255\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/255/label/255\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:51:47.000000Z\",\n                \"updated_at\": \"2024-08-27T19:51:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13810\",\n            \"attributes\": {\n                \"name\": \"J & D Tool Repair, Inc.\",\n                \"company_name\": \"J & D Tool Repair, Inc.\",\n                \"address\": \"14050 Orange Ave Unit B\",\n                \"address2\": null,\n                \"city\": \"Paramount\",\n                \"state\": \"CA\",\n                \"zip\": \"90723\",\n                \"country\": \"US\",\n                \"email\": \"yg1m0nml1dpc57m@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x72044\",\n                \"created_at\": \"2024-08-26T22:09:11.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13811\",\n            \"attributes\": {\n                \"name\": \"J & D Tool Repair, Inc.\",\n                \"company_name\": \"J & D Tool Repair, Inc.\",\n                \"address\": \"14050 Orange Ave Unit B\",\n                \"address2\": null,\n                \"city\": \"Paramount\",\n                \"state\": \"CA\",\n                \"zip\": \"90723\",\n                \"country\": \"US\",\n                \"email\": \"yg1m0nml1dpc57m@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x72044\",\n                \"created_at\": \"2024-08-26T22:09:11.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10790\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392776333\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:11.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10791\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:11.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10790\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10792\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:11.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"254\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:11.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14039\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"619\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"620\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"621\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"254\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"254\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"254\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14039\",\n            \"attributes\": {\n                \"name\": \"J & D Tool Repair, Inc.\",\n                \"company_name\": \"J & D Tool Repair, Inc.\",\n                \"address\": \"14050 Orange Ave Unit B\",\n                \"address2\": null,\n                \"city\": \"Paramount\",\n                \"state\": \"CA\",\n                \"zip\": \"90723\",\n                \"country\": \"US\",\n                \"email\": \"yg1m0nml1dpc57m@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x72044\",\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"619\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"620\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"621\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"254\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801241452\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801241452\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"254\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"433\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"434\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"433\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"434\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"254\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/254/label/254\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:50:08.000000Z\",\n                \"updated_at\": \"2024-08-27T19:50:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13812\",\n            \"attributes\": {\n                \"name\": \"Ethan Roma\",\n                \"company_name\": \"Ethan Roma\",\n                \"address\": \"450 S ST ANDREWS PL APT 102\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90020-4313\",\n                \"country\": \"US\",\n                \"email\": \"l9qx6p710sj7zld@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x95168\",\n                \"created_at\": \"2024-08-26T22:09:15.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13813\",\n            \"attributes\": {\n                \"name\": \"Ethan Roma\",\n                \"company_name\": \"Ethan Roma\",\n                \"address\": \"450 S ST ANDREWS PL APT 102\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90020-4313\",\n                \"country\": \"US\",\n                \"email\": \"l9qx6p710sj7zld@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x95168\",\n                \"created_at\": \"2024-08-26T22:09:15.000000Z\",\n                \"updated_at\": \"2024-08-26T22:09:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10793\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392776334\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:15.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10794\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:15.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10793\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10795\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:09:15.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"253\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:49.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14038\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"616\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"617\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"618\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"253\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"253\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"253\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14038\",\n            \"attributes\": {\n                \"name\": \"Ethan Roma\",\n                \"company_name\": \"Ethan Roma\",\n                \"address\": \"450 S ST ANDREWS PL APT 102\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90020-4313\",\n                \"country\": \"US\",\n                \"email\": \"l9qx6p710sj7zld@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x95168\",\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"616\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"617\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"618\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"253\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801226855\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801226855\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"253\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"431\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"432\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"431\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"432\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"253\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/253/label/253\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:48:46.000000Z\",\n                \"updated_at\": \"2024-08-27T19:48:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13820\",\n            \"attributes\": {\n                \"name\": \"Lawrence Tam\",\n                \"company_name\": null,\n                \"address\": \"4464 Noyes Street Apt 2\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92109\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T22:46:21.000000Z\",\n                \"updated_at\": \"2024-08-26T22:46:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13821\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T22:46:21.000000Z\",\n                \"updated_at\": \"2024-08-26T22:46:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10798\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:46:21.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:18.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10799\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T22:46:21.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:18.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"252\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T19:47:17.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:21.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14037\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"614\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"615\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"252\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"252\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"252\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14037\",\n            \"attributes\": {\n                \"name\": \"Lawrence Tam\",\n                \"company_name\": null,\n                \"address\": \"4464 Noyes Street Apt 2\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92109\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-27T19:47:17.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"614\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:47:17.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"615\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:47:18.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"252\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801212353\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801212353\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:47:18.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"252\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T19:47:18.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"429\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"430\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"429\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:47:18.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:18.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"430\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:47:18.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:18.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"252\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/252/label/252\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:47:18.000000Z\",\n                \"updated_at\": \"2024-08-27T19:47:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13827\",\n            \"attributes\": {\n                \"name\": \"Nicole Nielsen\",\n                \"company_name\": null,\n                \"address\": \"5211 130th St N\",\n                \"address2\": \"Suite 5\",\n                \"city\": \"Hugo\",\n                \"state\": \"MN\",\n                \"zip\": \"55038\",\n                \"country\": \"US\",\n                \"email\": \"keziah1986@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\",\n                \"updated_at\": \"2024-08-26T23:05:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13828\",\n            \"attributes\": {\n                \"name\": \"Nicole Nielsen\",\n                \"company_name\": null,\n                \"address\": \"5211 130th St N\",\n                \"address2\": \"Suite 5\",\n                \"city\": \"Hugo\",\n                \"state\": \"MN\",\n                \"zip\": \"55038\",\n                \"country\": \"US\",\n                \"email\": \"keziah1986@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\",\n                \"updated_at\": \"2024-08-26T23:05:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10800\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 28.03,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65264\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10801\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65266\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10802\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10801\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10803\",\n            \"attributes\": {\n                \"sku\": \"starter\",\n                \"name\": \"STARTER KIT\",\n                \"price\": 16.15,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65268\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"10\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10804\",\n            \"attributes\": {\n                \"sku\": \"wp-stpk\",\n                \"name\": \"WHITE PEACH STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"843\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10803\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10805\",\n            \"attributes\": {\n                \"sku\": \"yc-stpk\",\n                \"name\": \"YUZU CITRUS STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"842\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10803\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10806\",\n            \"attributes\": {\n                \"sku\": \"ap-stpk\",\n                \"name\": \"ASIAN PEAR STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:05:15.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"845\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10803\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10807\",\n            \"attributes\": {\n                \"sku\": \"ly-stpk\",\n                \"name\": \"LYCHEE STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:05:16.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"844\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10803\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10808\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:05:16.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10803\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"259\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"9.02\",\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:53.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14048\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"634\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"635\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"636\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"637\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"638\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"639\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"640\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"641\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"642\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"259\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"259\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"259\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14048\",\n            \"attributes\": {\n                \"name\": \"Nicole Nielsen\",\n                \"company_name\": null,\n                \"address\": \"5211 130th St N\",\n                \"address2\": \"Suite 5\",\n                \"city\": \"Hugo\",\n                \"state\": \"MN\",\n                \"zip\": \"55038\",\n                \"country\": \"US\",\n                \"email\": \"keziah1986@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"634\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"635\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"636\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"637\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"638\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"639\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"640\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"641\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"642\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:03:48.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"259\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248801380191\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248801380191\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"259\",\n            \"attributes\": {\n                \"weight\": \"1.0100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"443\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"444\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"445\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"446\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"447\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"448\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"449\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"443\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"444\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"445\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"446\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"447\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"448\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"449\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"259\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/259/label/259\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:03:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:03:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13832\",\n            \"attributes\": {\n                \"name\": \"Alberto Ruiz\",\n                \"company_name\": \"Alberto Ruiz\",\n                \"address\": \"11613 PARKMEAD ST\",\n                \"address2\": null,\n                \"city\": \"SANTA FE SPRINGS\",\n                \"state\": \"CA\",\n                \"zip\": \"90670-3651\",\n                \"country\": \"US\",\n                \"email\": \"t7kj5shwjy23h39@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x29078\",\n                \"created_at\": \"2024-08-26T23:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T23:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13833\",\n            \"attributes\": {\n                \"name\": \"Alberto Ruiz\",\n                \"company_name\": \"Alberto Ruiz\",\n                \"address\": \"11613 PARKMEAD ST\",\n                \"address2\": null,\n                \"city\": \"SANTA FE SPRINGS\",\n                \"state\": \"CA\",\n                \"zip\": \"90670-3651\",\n                \"country\": \"US\",\n                \"email\": \"t7kj5shwjy23h39@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x29078\",\n                \"created_at\": \"2024-08-26T23:08:58.000000Z\",\n                \"updated_at\": \"2024-08-26T23:08:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10809\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392783260\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10810\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10809\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10811\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"256\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T19:53:23.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:26.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14043\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"625\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"626\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"627\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"256\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"256\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"256\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14043\",\n            \"attributes\": {\n                \"name\": \"Alberto Ruiz\",\n                \"company_name\": \"Alberto Ruiz\",\n                \"address\": \"11613 PARKMEAD ST\",\n                \"address2\": null,\n                \"city\": \"SANTA FE SPRINGS\",\n                \"state\": \"CA\",\n                \"zip\": \"90670-3651\",\n                \"country\": \"US\",\n                \"email\": \"t7kj5shwjy23h39@marketplace.amazon.com\",\n                \"phone\": \"929-436-4790 x29078\",\n                \"created_at\": \"2024-08-27T19:53:23.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"625\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:53:23.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"626\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:53:24.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"627\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:53:24.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"256\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801273729\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801273729\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:53:24.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"256\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T19:53:24.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"437\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"438\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"437\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:53:24.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:24.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"438\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:53:24.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:24.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"256\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/256/label/256\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:53:24.000000Z\",\n                \"updated_at\": \"2024-08-27T19:53:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13834\",\n            \"attributes\": {\n                \"name\": \"Claire Floria\",\n                \"company_name\": \"Claire Floria\",\n                \"address\": \"1007 E LOMITA AVE APT 103\",\n                \"address2\": null,\n                \"city\": \"GLENDALE\",\n                \"state\": \"CA\",\n                \"zip\": \"91205-1854\",\n                \"country\": \"US\",\n                \"email\": \"5wk06jzsprpyy8s@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x14002\",\n                \"created_at\": \"2024-08-26T23:09:01.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:01.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13835\",\n            \"attributes\": {\n                \"name\": \"Claire Floria\",\n                \"company_name\": \"Claire Floria\",\n                \"address\": \"1007 E LOMITA AVE APT 103\",\n                \"address2\": null,\n                \"city\": \"GLENDALE\",\n                \"state\": \"CA\",\n                \"zip\": \"91205-1854\",\n                \"country\": \"US\",\n                \"email\": \"5wk06jzsprpyy8s@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x14002\",\n                \"created_at\": \"2024-08-26T23:09:01.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:01.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10812\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392783261\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:09:01.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10813\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:09:01.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10812\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10814\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:09:01.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"257\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:31.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14044\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"628\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"629\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"630\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"257\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"257\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"257\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14044\",\n            \"attributes\": {\n                \"name\": \"Claire Floria\",\n                \"company_name\": \"Claire Floria\",\n                \"address\": \"1007 E LOMITA AVE APT 103\",\n                \"address2\": null,\n                \"city\": \"GLENDALE\",\n                \"state\": \"CA\",\n                \"zip\": \"91205-1854\",\n                \"country\": \"US\",\n                \"email\": \"5wk06jzsprpyy8s@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x14002\",\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"628\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"629\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"630\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"257\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801304010\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801304010\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"257\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"439\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"440\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"439\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"440\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"257\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/257/label/257\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:56:28.000000Z\",\n                \"updated_at\": \"2024-08-27T19:56:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13836\",\n            \"attributes\": {\n                \"name\": \"Fransiska Lee\",\n                \"company_name\": \"Fransiska Lee\",\n                \"address\": \"4435 35TH AVE SW UNIT 610\",\n                \"address2\": null,\n                \"city\": \"SEATTLE\",\n                \"state\": \"WA\",\n                \"zip\": \"98126-3083\",\n                \"country\": \"US\",\n                \"email\": \"45l9xqdkqqmjk9b@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x96688\",\n                \"created_at\": \"2024-08-26T23:09:04.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13837\",\n            \"attributes\": {\n                \"name\": \"Fransiska Lee\",\n                \"company_name\": \"Fransiska Lee\",\n                \"address\": \"4435 35TH AVE SW UNIT 610\",\n                \"address2\": null,\n                \"city\": \"SEATTLE\",\n                \"state\": \"WA\",\n                \"zip\": \"98126-3083\",\n                \"country\": \"US\",\n                \"email\": \"45l9xqdkqqmjk9b@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x96688\",\n                \"created_at\": \"2024-08-26T23:09:04.000000Z\",\n                \"updated_at\": \"2024-08-26T23:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10815\",\n            \"attributes\": {\n                \"sku\": \"RU-E7X5-K0JU\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392783262\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2687\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10816\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10815\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10817\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"258\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"8.05\",\n                \"created_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:58.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14045\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"631\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"632\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"633\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"258\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"258\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"258\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14045\",\n            \"attributes\": {\n                \"name\": \"Fransiska Lee\",\n                \"company_name\": \"Fransiska Lee\",\n                \"address\": \"4435 35TH AVE SW UNIT 610\",\n                \"address2\": null,\n                \"city\": \"SEATTLE\",\n                \"state\": \"WA\",\n                \"zip\": \"98126-3083\",\n                \"country\": \"US\",\n                \"email\": \"45l9xqdkqqmjk9b@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x96688\",\n                \"created_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"631\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"632\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"633\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"258\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248801319290\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248801319290\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:57:56.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"258\",\n            \"attributes\": {\n                \"weight\": \"6.7500\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"441\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"442\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"441\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"442\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"258\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/258/label/258\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T19:57:55.000000Z\",\n                \"updated_at\": \"2024-08-27T19:57:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13843\",\n            \"attributes\": {\n                \"name\": \"Hiilani Maele-Evans\",\n                \"company_name\": null,\n                \"address\": \"2005 Brandy Circle Northeast\",\n                \"address2\": null,\n                \"city\": \"Huntsville\",\n                \"state\": \"AL\",\n                \"zip\": \"35811\",\n                \"country\": \"US\",\n                \"email\": \"hmaele12@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T23:20:13.000000Z\",\n                \"updated_at\": \"2024-08-26T23:20:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13844\",\n            \"attributes\": {\n                \"name\": \"Hiilani Maele-Evans\",\n                \"company_name\": null,\n                \"address\": \"2005 Brandy Circle Northeast\",\n                \"address2\": null,\n                \"city\": \"Huntsville\",\n                \"state\": \"AL\",\n                \"zip\": \"35811\",\n                \"country\": \"US\",\n                \"email\": \"hmaele12@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T23:20:13.000000Z\",\n                \"updated_at\": \"2024-08-26T23:20:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10820\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65286\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:20:13.000000Z\",\n                \"updated_at\": \"2024-08-27T20:20:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"270\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.19\",\n                \"created_at\": \"2024-08-27T20:20:14.000000Z\",\n                \"updated_at\": \"2024-08-27T20:20:17.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14061\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"669\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"270\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"270\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"270\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14061\",\n            \"attributes\": {\n                \"name\": \"Hiilani Maele-Evans\",\n                \"company_name\": null,\n                \"address\": \"2005 Brandy Circle Northeast\",\n                \"address2\": null,\n                \"city\": \"Huntsville\",\n                \"state\": \"AL\",\n                \"zip\": \"35811\",\n                \"country\": \"US\",\n                \"email\": \"hmaele12@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-27T20:20:14.000000Z\",\n                \"updated_at\": \"2024-08-27T20:20:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"669\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:20:14.000000Z\",\n                \"updated_at\": \"2024-08-27T20:20:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"270\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801542504\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801542504\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:20:15.000000Z\",\n                \"updated_at\": \"2024-08-27T20:20:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"270\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-27T20:20:14.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:57.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"467\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"467\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:20:14.000000Z\",\n                \"updated_at\": \"2024-08-27T20:20:14.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"270\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/270/label/270\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:20:15.000000Z\",\n                \"updated_at\": \"2024-08-27T20:20:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13845\",\n            \"attributes\": {\n                \"name\": \"AIMEE-SYL CAMPOS\",\n                \"company_name\": null,\n                \"address\": \"2674 Webster Ave\",\n                \"address2\": null,\n                \"city\": \"Long Beach\",\n                \"state\": \"CA\",\n                \"zip\": \"90810-3027\",\n                \"country\": \"US\",\n                \"email\": \"asweet1mee@aol.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T23:45:12.000000Z\",\n                \"updated_at\": \"2024-08-26T23:45:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13846\",\n            \"attributes\": {\n                \"name\": \"AIMEE-SYL CAMPOS\",\n                \"company_name\": null,\n                \"address\": \"2674 Webster Ave\",\n                \"address2\": null,\n                \"city\": \"Long Beach\",\n                \"state\": \"CA\",\n                \"zip\": \"90810-3027\",\n                \"country\": \"US\",\n                \"email\": \"asweet1mee@aol.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-26T23:45:12.000000Z\",\n                \"updated_at\": \"2024-08-26T23:45:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10821\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65293\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-26T23:45:12.000000Z\",\n                \"updated_at\": \"2024-08-27T20:21:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"271\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"3.79\",\n                \"created_at\": \"2024-08-27T20:21:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:21:27.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14062\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"670\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"271\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"271\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"271\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14062\",\n            \"attributes\": {\n                \"name\": \"AIMEE-SYL CAMPOS\",\n                \"company_name\": null,\n                \"address\": \"2674 Webster Ave\",\n                \"address2\": null,\n                \"city\": \"Long Beach\",\n                \"state\": \"CA\",\n                \"zip\": \"90810-3027\",\n                \"country\": \"US\",\n                \"email\": \"asweet1mee@aol.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-27T20:21:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:21:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"670\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:21:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:21:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"271\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801554651\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801554651\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:21:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:21:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"271\",\n            \"attributes\": {\n                \"weight\": \"0.2300\",\n                \"length\": \"6.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"9.0000\",\n                \"created_at\": \"2024-08-27T20:21:21.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:57.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"468\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"468\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:21:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:21:21.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"271\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/271/label/271\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:21:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:21:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13849\",\n            \"attributes\": {\n                \"name\": \"Hideki Shinoda\",\n                \"company_name\": \"Hideki Shinoda\",\n                \"address\": \"1334 ECHO MILL CT\",\n                \"address2\": null,\n                \"city\": \"POWDER SPRINGS\",\n                \"state\": \"GA\",\n                \"zip\": \"30127-4954\",\n                \"country\": \"US\",\n                \"email\": \"hv6xc5hckrcpy7w@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x29400\",\n                \"created_at\": \"2024-08-27T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T00:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13850\",\n            \"attributes\": {\n                \"name\": \"Hideki Shinoda\",\n                \"company_name\": \"Hideki Shinoda\",\n                \"address\": \"1334 ECHO MILL CT\",\n                \"address2\": null,\n                \"city\": \"POWDER SPRINGS\",\n                \"state\": \"GA\",\n                \"zip\": \"30127-4954\",\n                \"country\": \"US\",\n                \"email\": \"hv6xc5hckrcpy7w@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x29400\",\n                \"created_at\": \"2024-08-27T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T00:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10825\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392790515\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10826\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10825\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10827\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T00:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"261\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:30.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14050\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"644\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"645\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"646\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"261\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"261\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"261\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14050\",\n            \"attributes\": {\n                \"name\": \"Hideki Shinoda\",\n                \"company_name\": \"Hideki Shinoda\",\n                \"address\": \"1334 ECHO MILL CT\",\n                \"address2\": null,\n                \"city\": \"POWDER SPRINGS\",\n                \"state\": \"GA\",\n                \"zip\": \"30127-4954\",\n                \"country\": \"US\",\n                \"email\": \"hv6xc5hckrcpy7w@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x29400\",\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"644\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"645\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"646\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"261\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801404376\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801404376\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"261\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"451\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"452\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"451\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"452\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"261\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/261/label/261\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:06:28.000000Z\",\n                \"updated_at\": \"2024-08-27T20:06:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13854\",\n            \"attributes\": {\n                \"name\": \"Jonathan Anker\",\n                \"company_name\": \"Jonathan Anker\",\n                \"address\": \"2807 HASTINGS SHORE LN\",\n                \"address2\": null,\n                \"city\": \"REDWOOD CITY\",\n                \"state\": \"CA\",\n                \"zip\": \"94065-2127\",\n                \"country\": \"US\",\n                \"email\": \"jrx3v88bs6dlmkd@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x69329\",\n                \"created_at\": \"2024-08-27T01:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T01:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13855\",\n            \"attributes\": {\n                \"name\": \"Jonathan Anker\",\n                \"company_name\": \"Jonathan Anker\",\n                \"address\": \"2807 HASTINGS SHORE LN\",\n                \"address2\": null,\n                \"city\": \"REDWOOD CITY\",\n                \"state\": \"CA\",\n                \"zip\": \"94065-2127\",\n                \"country\": \"US\",\n                \"email\": \"jrx3v88bs6dlmkd@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x69329\",\n                \"created_at\": \"2024-08-27T01:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T01:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10830\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392798953\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T01:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10831\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T01:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10830\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10832\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T01:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"262\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.93\",\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:47.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14051\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"647\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"648\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"649\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"262\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"262\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"262\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14051\",\n            \"attributes\": {\n                \"name\": \"Jonathan Anker\",\n                \"company_name\": \"Jonathan Anker\",\n                \"address\": \"2807 HASTINGS SHORE LN\",\n                \"address2\": null,\n                \"city\": \"REDWOOD CITY\",\n                \"state\": \"CA\",\n                \"zip\": \"94065-2127\",\n                \"country\": \"US\",\n                \"email\": \"jrx3v88bs6dlmkd@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x69329\",\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"647\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"648\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"649\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"262\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801416959\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801416959\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"262\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"453\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"454\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"453\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"454\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"262\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/262/label/262\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:07:44.000000Z\",\n                \"updated_at\": \"2024-08-27T20:07:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13856\",\n            \"attributes\": {\n                \"name\": \"Megan Cheng\",\n                \"company_name\": \"Megan Cheng\",\n                \"address\": \"321 N ORANGE ST UNIT 246\",\n                \"address2\": null,\n                \"city\": \"GLENDALE\",\n                \"state\": \"CA\",\n                \"zip\": \"91203-5506\",\n                \"country\": \"US\",\n                \"email\": \"g7wbc4vjr831cs9@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x86918\",\n                \"created_at\": \"2024-08-27T01:09:03.000000Z\",\n                \"updated_at\": \"2024-08-27T01:09:03.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13857\",\n            \"attributes\": {\n                \"name\": \"Megan Cheng\",\n                \"company_name\": \"Megan Cheng\",\n                \"address\": \"321 N ORANGE ST UNIT 246\",\n                \"address2\": null,\n                \"city\": \"GLENDALE\",\n                \"state\": \"CA\",\n                \"zip\": \"91203-5506\",\n                \"country\": \"US\",\n                \"email\": \"g7wbc4vjr831cs9@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x86918\",\n                \"created_at\": \"2024-08-27T01:09:03.000000Z\",\n                \"updated_at\": \"2024-08-27T01:09:03.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10833\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392798955\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T01:09:03.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10834\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T01:09:03.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10833\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10835\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T01:09:03.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"263\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:24.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14054\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"650\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"651\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"652\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"263\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"263\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"263\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14054\",\n            \"attributes\": {\n                \"name\": \"Megan Cheng\",\n                \"company_name\": \"Megan Cheng\",\n                \"address\": \"321 N ORANGE ST UNIT 246\",\n                \"address2\": null,\n                \"city\": \"GLENDALE\",\n                \"state\": \"CA\",\n                \"zip\": \"91203-5506\",\n                \"country\": \"US\",\n                \"email\": \"g7wbc4vjr831cs9@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x86918\",\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"650\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"651\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"652\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"263\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801431778\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801431778\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"263\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"455\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"456\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"455\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"456\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"263\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/263/label/263\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:09:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:09:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13866\",\n            \"attributes\": {\n                \"name\": \"Angela Zhang\",\n                \"company_name\": \"Front Porch Dropbox\",\n                \"address\": \"355 16th Avenue\",\n                \"address2\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"zip\": \"98122\",\n                \"country\": \"US\",\n                \"email\": \"ayzhang93@gmail.com\",\n                \"phone\": \"+12062653069\",\n                \"created_at\": \"2024-08-27T01:54:13.000000Z\",\n                \"updated_at\": \"2024-08-27T01:54:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13867\",\n            \"attributes\": {\n                \"name\": \"Angela Zhang\",\n                \"company_name\": \"Front Porch Dropbox\",\n                \"address\": \"355 16th Avenue\",\n                \"address2\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"zip\": \"98122\",\n                \"country\": \"US\",\n                \"email\": \"ayzhang93@gmail.com\",\n                \"phone\": \"+12062653069\",\n                \"created_at\": \"2024-08-27T01:54:13.000000Z\",\n                \"updated_at\": \"2024-08-27T01:54:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10841\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 28.04,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65331\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T01:54:13.000000Z\",\n                \"updated_at\": \"2024-08-31T00:27:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10842\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 0,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65333\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T01:54:13.000000Z\",\n                \"updated_at\": \"2024-08-28T22:46:04.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10843\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 0,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T01:54:13.000000Z\",\n                \"updated_at\": \"2024-08-28T22:46:04.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10842\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"278\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"7.43\",\n                \"created_at\": \"2024-08-27T20:37:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:37:24.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14077\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"688\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"278\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"278\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"278\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14077\",\n            \"attributes\": {\n                \"name\": \"Angela Zhang\",\n                \"company_name\": \"Front Porch Dropbox\",\n                \"address\": \"355 16th Avenue\",\n                \"address2\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"zip\": \"98122\",\n                \"country\": \"US\",\n                \"email\": \"ayzhang93@gmail.com\",\n                \"phone\": \"+12062653069\",\n                \"created_at\": \"2024-08-27T20:37:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:37:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"688\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:37:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:37:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"278\",\n            \"attributes\": {\n                \"tracking_number\": \"9434636206248801729358\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9434636206248801729358\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:37:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:37:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"278\",\n            \"attributes\": {\n                \"weight\": \"1.0200\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:37:22.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:57.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"480\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"480\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-27T20:37:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:37:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"278\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/278/label/278\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:37:22.000000Z\",\n                \"updated_at\": \"2024-08-27T20:37:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13870\",\n            \"attributes\": {\n                \"name\": \"Ayla Weiss\",\n                \"company_name\": \"Ayla Weiss\",\n                \"address\": \"3841 PAHOA AVE APT A\",\n                \"address2\": null,\n                \"city\": \"HONOLULU\",\n                \"state\": \"HI\",\n                \"zip\": \"96816-8109\",\n                \"country\": \"US\",\n                \"email\": \"lwsbtxdp007pvx5@marketplace.amazon.com\",\n                \"phone\": \"619-854-2705 x22006\",\n                \"created_at\": \"2024-08-27T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T02:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13871\",\n            \"attributes\": {\n                \"name\": \"Ayla Weiss\",\n                \"company_name\": \"Ayla Weiss\",\n                \"address\": \"3841 PAHOA AVE APT A\",\n                \"address2\": null,\n                \"city\": \"HONOLULU\",\n                \"state\": \"HI\",\n                \"zip\": \"96816-8109\",\n                \"country\": \"US\",\n                \"email\": \"lwsbtxdp007pvx5@marketplace.amazon.com\",\n                \"phone\": \"619-854-2705 x22006\",\n                \"created_at\": \"2024-08-27T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T02:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10846\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392807484\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10847\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10846\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10848\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T02:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"275\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"7.15\",\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:54.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14068\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"679\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"680\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"681\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"275\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"275\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"275\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14068\",\n            \"attributes\": {\n                \"name\": \"Ayla Weiss\",\n                \"company_name\": \"Ayla Weiss\",\n                \"address\": \"3841 PAHOA AVE APT A\",\n                \"address2\": null,\n                \"city\": \"HONOLULU\",\n                \"state\": \"HI\",\n                \"zip\": \"96816-8109\",\n                \"country\": \"US\",\n                \"email\": \"lwsbtxdp007pvx5@marketplace.amazon.com\",\n                \"phone\": \"619-854-2705 x22006\",\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"679\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"680\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"681\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"275\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801629847\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801629847\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"275\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:57.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"474\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"475\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"474\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"475\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"275\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/275/label/275\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:29:51.000000Z\",\n                \"updated_at\": \"2024-08-27T20:29:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13872\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"btwolfe4@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-27T02:39:13.000000Z\",\n                \"updated_at\": \"2024-08-27T02:40:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13873\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"btwolfe4@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-27T02:39:13.000000Z\",\n                \"updated_at\": \"2024-08-27T02:40:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10849\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65350\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T02:39:13.000000Z\",\n                \"updated_at\": \"2024-08-27T02:39:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10850\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65352\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T02:39:13.000000Z\",\n                \"updated_at\": \"2024-08-27T02:39:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10851\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T02:39:13.000000Z\",\n                \"updated_at\": \"2024-08-27T02:39:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10850\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13876\",\n            \"attributes\": {\n                \"name\": \"Lauren Uyehara\",\n                \"company_name\": \"Lauren Uyehara\",\n                \"address\": \"294 HOOMALU ST\",\n                \"address2\": null,\n                \"city\": \"PEARL CITY\",\n                \"state\": \"HI\",\n                \"zip\": \"96782-2220\",\n                \"country\": \"US\",\n                \"email\": \"4hzqzg83hzx5svl@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x06563\",\n                \"created_at\": \"2024-08-27T03:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T03:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13877\",\n            \"attributes\": {\n                \"name\": \"Lauren Uyehara\",\n                \"company_name\": \"Lauren Uyehara\",\n                \"address\": \"294 HOOMALU ST\",\n                \"address2\": null,\n                \"city\": \"PEARL CITY\",\n                \"state\": \"HI\",\n                \"zip\": \"96782-2220\",\n                \"country\": \"US\",\n                \"email\": \"4hzqzg83hzx5svl@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x06563\",\n                \"created_at\": \"2024-08-27T03:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T03:08:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10855\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392815749\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10856\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10855\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10857\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:08:59.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"274\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"7.15\",\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:44.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14065\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"676\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"677\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"678\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"274\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"274\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"274\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14065\",\n            \"attributes\": {\n                \"name\": \"Lauren Uyehara\",\n                \"company_name\": \"Lauren Uyehara\",\n                \"address\": \"294 HOOMALU ST\",\n                \"address2\": null,\n                \"city\": \"PEARL CITY\",\n                \"state\": \"HI\",\n                \"zip\": \"96782-2220\",\n                \"country\": \"US\",\n                \"email\": \"4hzqzg83hzx5svl@marketplace.amazon.com\",\n                \"phone\": \"346-307-9643 x06563\",\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"676\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"677\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"678\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"274\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801610975\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801610975\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"274\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:57.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"472\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"473\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"472\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"473\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"274\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/274/label/274\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:27:39.000000Z\",\n                \"updated_at\": \"2024-08-27T20:27:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13878\",\n            \"attributes\": {\n                \"name\": \"Via Veneracion\",\n                \"company_name\": \"Via Veneracion\",\n                \"address\": \"7931 PORTAGE DR\",\n                \"address2\": null,\n                \"city\": \"PORT RICHEY\",\n                \"state\": \"FL\",\n                \"zip\": \"34668-4037\",\n                \"country\": \"US\",\n                \"email\": \"w8w094ygjq0jcxm@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x11873\",\n                \"created_at\": \"2024-08-27T03:09:01.000000Z\",\n                \"updated_at\": \"2024-08-27T03:09:01.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13879\",\n            \"attributes\": {\n                \"name\": \"Via Veneracion\",\n                \"company_name\": \"Via Veneracion\",\n                \"address\": \"7931 PORTAGE DR\",\n                \"address2\": null,\n                \"city\": \"PORT RICHEY\",\n                \"state\": \"FL\",\n                \"zip\": \"34668-4037\",\n                \"country\": \"US\",\n                \"email\": \"w8w094ygjq0jcxm@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x11873\",\n                \"created_at\": \"2024-08-27T03:09:01.000000Z\",\n                \"updated_at\": \"2024-08-27T03:09:01.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10858\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392815750\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:09:01.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10859\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:09:01.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10858\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10860\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:09:01.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"264\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"6.66\",\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:52.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14055\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"653\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"654\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"655\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"264\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"264\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"264\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14055\",\n            \"attributes\": {\n                \"name\": \"Via Veneracion\",\n                \"company_name\": \"Via Veneracion\",\n                \"address\": \"7931 PORTAGE DR\",\n                \"address2\": null,\n                \"city\": \"PORT RICHEY\",\n                \"state\": \"FL\",\n                \"zip\": \"34668-4037\",\n                \"country\": \"US\",\n                \"email\": \"w8w094ygjq0jcxm@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x11873\",\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"653\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"654\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"655\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"264\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801446550\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801446550\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"264\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"457\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"458\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"457\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"458\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"264\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/264/label/264\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:10:50.000000Z\",\n                \"updated_at\": \"2024-08-27T20:10:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13880\",\n            \"attributes\": {\n                \"name\": \"Sarah Eng\",\n                \"company_name\": \"Sarah Eng\",\n                \"address\": \"426 S 7TH ST\",\n                \"address2\": null,\n                \"city\": \"ALHAMBRA\",\n                \"state\": \"CA\",\n                \"zip\": \"91801-3629\",\n                \"country\": \"US\",\n                \"email\": \"x2pggd2jc3rx78q@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x40602\",\n                \"created_at\": \"2024-08-27T03:09:05.000000Z\",\n                \"updated_at\": \"2024-08-27T03:09:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13881\",\n            \"attributes\": {\n                \"name\": \"Sarah Eng\",\n                \"company_name\": \"Sarah Eng\",\n                \"address\": \"426 S 7TH ST\",\n                \"address2\": null,\n                \"city\": \"ALHAMBRA\",\n                \"state\": \"CA\",\n                \"zip\": \"91801-3629\",\n                \"country\": \"US\",\n                \"email\": \"x2pggd2jc3rx78q@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x40602\",\n                \"created_at\": \"2024-08-27T03:09:05.000000Z\",\n                \"updated_at\": \"2024-08-27T03:09:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10861\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392815751\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:09:05.000000Z\",\n                \"updated_at\": \"2024-08-27T20:23:30.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10862\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:09:05.000000Z\",\n                \"updated_at\": \"2024-08-27T20:23:30.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10861\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10863\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": \"2024-08-27 07:19:50\",\n                \"created_at\": \"2024-08-27T03:09:05.000000Z\",\n                \"updated_at\": \"2024-08-27T07:19:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"272\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.87\",\n                \"created_at\": \"2024-08-27T20:23:30.000000Z\",\n                \"updated_at\": \"2024-08-27T20:23:32.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14063\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"671\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"672\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"272\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"272\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"272\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14063\",\n            \"attributes\": {\n                \"name\": \"Sarah Eng\",\n                \"company_name\": \"Sarah Eng\",\n                \"address\": \"426 S 7TH ST\",\n                \"address2\": null,\n                \"city\": \"ALHAMBRA\",\n                \"state\": \"CA\",\n                \"zip\": \"91801-3629\",\n                \"country\": \"US\",\n                \"email\": \"x2pggd2jc3rx78q@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x40602\",\n                \"created_at\": \"2024-08-27T20:23:30.000000Z\",\n                \"updated_at\": \"2024-08-27T20:23:30.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"671\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:23:30.000000Z\",\n                \"updated_at\": \"2024-08-27T20:23:30.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"672\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:23:30.000000Z\",\n                \"updated_at\": \"2024-08-27T20:23:30.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"272\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801575823\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801575823\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:23:30.000000Z\",\n                \"updated_at\": \"2024-08-27T20:23:30.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"272\",\n            \"attributes\": {\n                \"weight\": \"0.6100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:23:30.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:57.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"469\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"469\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:23:30.000000Z\",\n                \"updated_at\": \"2024-08-27T20:23:30.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"272\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/272/label/272\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:23:30.000000Z\",\n                \"updated_at\": \"2024-08-27T20:23:30.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13882\",\n            \"attributes\": {\n                \"name\": \"Leamon Stansell\",\n                \"company_name\": \"Leamon Stansell\",\n                \"address\": \"9541 Haines Cyn\",\n                \"address2\": null,\n                \"city\": \"Tujunga\",\n                \"state\": \"CA\",\n                \"zip\": \"91042\",\n                \"country\": \"US\",\n                \"email\": \"8b840zj182qjj5j@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x40531\",\n                \"created_at\": \"2024-08-27T03:09:09.000000Z\",\n                \"updated_at\": \"2024-08-27T03:09:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13883\",\n            \"attributes\": {\n                \"name\": \"Leamon Stansell\",\n                \"company_name\": \"Leamon Stansell\",\n                \"address\": \"9541 Haines Cyn\",\n                \"address2\": null,\n                \"city\": \"Tujunga\",\n                \"state\": \"CA\",\n                \"zip\": \"91042\",\n                \"country\": \"US\",\n                \"email\": \"8b840zj182qjj5j@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x40531\",\n                \"created_at\": \"2024-08-27T03:09:09.000000Z\",\n                \"updated_at\": \"2024-08-27T03:09:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10864\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392815752\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:09:09.000000Z\",\n                \"updated_at\": \"2024-08-27T20:12:49.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10865\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T03:09:09.000000Z\",\n                \"updated_at\": \"2024-08-27T20:12:49.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10864\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10866\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": \"2024-08-27 07:20:09\",\n                \"created_at\": \"2024-08-27T03:09:09.000000Z\",\n                \"updated_at\": \"2024-08-27T07:20:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"265\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.87\",\n                \"created_at\": \"2024-08-27T20:12:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:12:51.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14056\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"656\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"657\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"265\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"265\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"265\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14056\",\n            \"attributes\": {\n                \"name\": \"Leamon Stansell\",\n                \"company_name\": \"Leamon Stansell\",\n                \"address\": \"9541 Haines Cyn\",\n                \"address2\": null,\n                \"city\": \"Tujunga\",\n                \"state\": \"CA\",\n                \"zip\": \"91042\",\n                \"country\": \"US\",\n                \"email\": \"8b840zj182qjj5j@marketplace.amazon.com\",\n                \"phone\": \"210-728-4548 x40531\",\n                \"created_at\": \"2024-08-27T20:12:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:12:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"656\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:12:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:12:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"657\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:12:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:12:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"265\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801466367\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801466367\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:12:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:12:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"265\",\n            \"attributes\": {\n                \"weight\": \"0.6100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:12:49.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"459\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"459\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:12:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:12:49.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"265\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/265/label/265\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:12:49.000000Z\",\n                \"updated_at\": \"2024-08-27T20:12:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13886\",\n            \"attributes\": {\n                \"name\": \"Yvonne Liu\",\n                \"company_name\": \"Yvonne Liu\",\n                \"address\": \"2457 WORKMAN ST\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90031-2319\",\n                \"country\": \"US\",\n                \"email\": \"81896gswdbk6cm7@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x82733\",\n                \"created_at\": \"2024-08-27T04:09:00.000000Z\",\n                \"updated_at\": \"2024-08-27T04:09:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13887\",\n            \"attributes\": {\n                \"name\": \"Yvonne Liu\",\n                \"company_name\": \"Yvonne Liu\",\n                \"address\": \"2457 WORKMAN ST\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90031-2319\",\n                \"country\": \"US\",\n                \"email\": \"81896gswdbk6cm7@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x82733\",\n                \"created_at\": \"2024-08-27T04:09:00.000000Z\",\n                \"updated_at\": \"2024-08-27T04:09:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10868\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392821510\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:00.000000Z\",\n                \"updated_at\": \"2024-08-27T20:16:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10869\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:00.000000Z\",\n                \"updated_at\": \"2024-08-27T20:16:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10868\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10870\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": \"2024-08-27 07:20:32\",\n                \"created_at\": \"2024-08-27T04:09:01.000000Z\",\n                \"updated_at\": \"2024-08-27T07:20:32.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"268\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"4.87\",\n                \"created_at\": \"2024-08-27T20:16:45.000000Z\",\n                \"updated_at\": \"2024-08-27T20:16:47.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14059\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"664\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"665\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"268\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"268\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"268\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14059\",\n            \"attributes\": {\n                \"name\": \"Yvonne Liu\",\n                \"company_name\": \"Yvonne Liu\",\n                \"address\": \"2457 WORKMAN ST\",\n                \"address2\": null,\n                \"city\": \"LOS ANGELES\",\n                \"state\": \"CA\",\n                \"zip\": \"90031-2319\",\n                \"country\": \"US\",\n                \"email\": \"81896gswdbk6cm7@marketplace.amazon.com\",\n                \"phone\": \"763-225-9463 x82733\",\n                \"created_at\": \"2024-08-27T20:16:45.000000Z\",\n                \"updated_at\": \"2024-08-27T20:16:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"664\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:16:45.000000Z\",\n                \"updated_at\": \"2024-08-27T20:16:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"665\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:16:45.000000Z\",\n                \"updated_at\": \"2024-08-27T20:16:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"268\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801507145\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801507145\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:16:45.000000Z\",\n                \"updated_at\": \"2024-08-27T20:16:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"268\",\n            \"attributes\": {\n                \"weight\": \"0.5900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:16:45.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"464\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"464\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:16:45.000000Z\",\n                \"updated_at\": \"2024-08-27T20:16:45.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"268\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/268/label/268\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:16:45.000000Z\",\n                \"updated_at\": \"2024-08-27T20:16:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13888\",\n            \"attributes\": {\n                \"name\": \"Michael Au Le\",\n                \"company_name\": \"Michael Au Le\",\n                \"address\": \"6105 CALLE ARENA\",\n                \"address2\": null,\n                \"city\": \"CAMARILLO\",\n                \"state\": \"CA\",\n                \"zip\": \"93012-7114\",\n                \"country\": \"US\",\n                \"email\": \"yzqrpc47yt2r5ww@marketplace.amazon.com\",\n                \"phone\": \"347-448-3190 x65640\",\n                \"created_at\": \"2024-08-27T04:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T04:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13889\",\n            \"attributes\": {\n                \"name\": \"Michael Au Le\",\n                \"company_name\": \"Michael Au Le\",\n                \"address\": \"6105 CALLE ARENA\",\n                \"address2\": null,\n                \"city\": \"CAMARILLO\",\n                \"state\": \"CA\",\n                \"zip\": \"93012-7114\",\n                \"country\": \"US\",\n                \"email\": \"yzqrpc47yt2r5ww@marketplace.amazon.com\",\n                \"phone\": \"347-448-3190 x65640\",\n                \"created_at\": \"2024-08-27T04:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T04:09:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10871\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392821511\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10872\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10871\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10873\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:04.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"267\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:24.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14058\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"661\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"662\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"663\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"267\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"267\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"267\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14058\",\n            \"attributes\": {\n                \"name\": \"Michael Au Le\",\n                \"company_name\": \"Michael Au Le\",\n                \"address\": \"6105 CALLE ARENA\",\n                \"address2\": null,\n                \"city\": \"CAMARILLO\",\n                \"state\": \"CA\",\n                \"zip\": \"93012-7114\",\n                \"country\": \"US\",\n                \"email\": \"yzqrpc47yt2r5ww@marketplace.amazon.com\",\n                \"phone\": \"347-448-3190 x65640\",\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"661\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"662\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"663\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"267\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801491536\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801491536\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"267\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"462\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"463\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"462\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"463\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"267\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/267/label/267\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:15:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:15:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13890\",\n            \"attributes\": {\n                \"name\": \"Brian Nguyen\",\n                \"company_name\": \"Brian Nguyen\",\n                \"address\": \"64 TOWNSEND\",\n                \"address2\": null,\n                \"city\": \"IRVINE\",\n                \"state\": \"CA\",\n                \"zip\": \"92620-2820\",\n                \"country\": \"US\",\n                \"email\": \"qz894mxswg41lz5@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x75694\",\n                \"created_at\": \"2024-08-27T04:09:08.000000Z\",\n                \"updated_at\": \"2024-08-27T04:09:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13891\",\n            \"attributes\": {\n                \"name\": \"Brian Nguyen\",\n                \"company_name\": \"Brian Nguyen\",\n                \"address\": \"64 TOWNSEND\",\n                \"address2\": null,\n                \"city\": \"IRVINE\",\n                \"state\": \"CA\",\n                \"zip\": \"92620-2820\",\n                \"country\": \"US\",\n                \"email\": \"qz894mxswg41lz5@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x75694\",\n                \"created_at\": \"2024-08-27T04:09:08.000000Z\",\n                \"updated_at\": \"2024-08-27T04:09:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10874\",\n            \"attributes\": {\n                \"sku\": \"7H-CXX8-J2P5\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392821512\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:08.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2685\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10875\",\n            \"attributes\": {\n                \"sku\": \"yc-15\",\n                \"name\": \"YUZU CITRUS\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:08.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"13\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10874\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10876\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:08.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"266\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:24.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14057\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"658\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"659\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"660\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"266\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"266\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"266\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14057\",\n            \"attributes\": {\n                \"name\": \"Brian Nguyen\",\n                \"company_name\": \"Brian Nguyen\",\n                \"address\": \"64 TOWNSEND\",\n                \"address2\": null,\n                \"city\": \"IRVINE\",\n                \"state\": \"CA\",\n                \"zip\": \"92620-2820\",\n                \"country\": \"US\",\n                \"email\": \"qz894mxswg41lz5@marketplace.amazon.com\",\n                \"phone\": \"213-442-1463 x75694\",\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"658\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"659\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"660\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"266\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248801482084\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248801482084\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"266\",\n            \"attributes\": {\n                \"weight\": \"0.7900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:58.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"460\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"461\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"460\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"461\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"266\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/266/label/266\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T20:14:21.000000Z\",\n                \"updated_at\": \"2024-08-27T20:14:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13892\",\n            \"attributes\": {\n                \"name\": \"Heather Alcaraz\",\n                \"company_name\": \"Heather Alcaraz\",\n                \"address\": \"15205 NORMANDY LN\",\n                \"address2\": null,\n                \"city\": \"LA MIRADA\",\n                \"state\": \"CA\",\n                \"zip\": \"90638-4739\",\n                \"country\": \"US\",\n                \"email\": \"jxn0csfjg9tch5b@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x74609\",\n                \"created_at\": \"2024-08-27T04:09:12.000000Z\",\n                \"updated_at\": \"2024-08-27T04:09:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13893\",\n            \"attributes\": {\n                \"name\": \"Heather Alcaraz\",\n                \"company_name\": \"Heather Alcaraz\",\n                \"address\": \"15205 NORMANDY LN\",\n                \"address2\": null,\n                \"city\": \"LA MIRADA\",\n                \"state\": \"CA\",\n                \"zip\": \"90638-4739\",\n                \"country\": \"US\",\n                \"email\": \"jxn0csfjg9tch5b@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x74609\",\n                \"created_at\": \"2024-08-27T04:09:12.000000Z\",\n                \"updated_at\": \"2024-08-27T04:09:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10877\",\n            \"attributes\": {\n                \"sku\": \"U7-LOA7-SBS3\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"392821513\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:12.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2688\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10878\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:12.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10877\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10879\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 11.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:09:12.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"296\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.52\",\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:58.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14105\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"742\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"743\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"744\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"296\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"296\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"296\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14105\",\n            \"attributes\": {\n                \"name\": \"Heather Alcaraz\",\n                \"company_name\": \"Heather Alcaraz\",\n                \"address\": \"15205 NORMANDY LN\",\n                \"address2\": null,\n                \"city\": \"LA MIRADA\",\n                \"state\": \"CA\",\n                \"zip\": \"90638-4739\",\n                \"country\": \"US\",\n                \"email\": \"jxn0csfjg9tch5b@marketplace.amazon.com\",\n                \"phone\": \"314-282-9402 x74609\",\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"742\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"743\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"744\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"296\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248802093531\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248802093531\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"296\",\n            \"attributes\": {\n                \"weight\": \"0.8100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:57.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"518\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"519\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"518\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"519\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"296\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/296/label/296\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-27T21:21:56.000000Z\",\n                \"updated_at\": \"2024-08-27T21:21:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13896\",\n            \"attributes\": {\n                \"name\": \"Charrell Cooper\",\n                \"company_name\": null,\n                \"address\": \"12035 Herbert St\",\n                \"address2\": null,\n                \"city\": \"Los angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90066\",\n                \"country\": \"US\",\n                \"email\": \"Charrell07@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-27T04:43:13.000000Z\",\n                \"updated_at\": \"2024-08-27T04:43:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13897\",\n            \"attributes\": {\n                \"name\": \"Home Home\",\n                \"company_name\": null,\n                \"address\": \"10 Pheasant Drive\",\n                \"address2\": null,\n                \"city\": \"Sicklerville\",\n                \"state\": \"NJ\",\n                \"zip\": \"08081\",\n                \"country\": \"US\",\n                \"email\": \"Charrell07@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-27T04:43:13.000000Z\",\n                \"updated_at\": \"2024-08-27T04:43:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10881\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 23.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65380\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T04:43:13.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10882\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 0,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"65382\",\n                \"cancelled_at\": \"2024-08-27 07:35:17\",\n                \"created_at\": \"2024-08-27T04:43:13.000000Z\",\n                \"updated_at\": \"2024-08-28T22:45:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10883\",\n            \"attributes\": {\n                \"sku\": \"shaker\",\n                \"name\": \"SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 0,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": \"2024-08-27 07:35:17\",\n                \"created_at\": \"2024-08-27T04:43:13.000000Z\",\n                \"updated_at\": \"2024-08-28T22:45:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"9\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"10882\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10914\",\n            \"attributes\": {\n                \"sku\": \"ap-stpk\",\n                \"name\": \"ASIAN PEAR STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T07:36:01.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"845\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10915\",\n            \"attributes\": {\n                \"sku\": \"wp-stpk\",\n                \"name\": \"WHITE PEACH STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T07:36:01.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"843\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10916\",\n            \"attributes\": {\n                \"sku\": \"yc-stpk\",\n                \"name\": \"YUZU CITRUS STICK PACK\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-27T07:36:01.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"842\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"319\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14154\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"795\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"796\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"797\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"798\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"319\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"319\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"319\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14154\",\n            \"attributes\": {\n                \"name\": \"Charrell Cooper\",\n                \"company_name\": null,\n                \"address\": \"12035 Herbert St\",\n                \"address2\": null,\n                \"city\": \"Los angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90066\",\n                \"country\": \"US\",\n                \"email\": \"Charrell07@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"795\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"796\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"797\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"798\",\n            \"attributes\": {\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"319\",\n            \"attributes\": {\n                \"tracking_number\": \"6102190800049184\",\n                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6102190800049184/details/6102190800049184\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"319\",\n            \"attributes\": {\n                \"weight\": \"0.5900\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:56.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"561\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"562\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"563\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"564\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"561\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"562\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"563\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"564\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 2,\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"319\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://localhost/shipment/319/label/319\",\n                \"document_type\": \"PDF\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-28T00:21:22.000000Z\",\n                \"updated_at\": \"2024-08-28T00:21:22.000000Z\"\n            }\n        }\n    ]\n}"},{"id":"6ebd3163-9c75-4a55-9362-16c57770684b","name":"Filter by Tags none","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"http://generic.packiyo.com/api/v1/orders?filter[tags-none]=test","protocol":"http","host":["generic","packiyo","com"],"path":["api","v1","orders"],"query":[{"key":"filter[tags-none]","value":"test"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 131,\n            \"perPage\": 100,\n            \"to\": 100,\n            \"total\": 13002\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://localhost/api/v1/orders?filter%5Btags-none%5D=test&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://localhost/api/v1/orders?filter%5Btags-none%5D=test&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=131&page%5Bsize%5D=100\",\n        \"next\": \"http://localhost/api/v1/orders?filter%5Btags-none%5D=test&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=2&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"orders\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"number\": \"EXAMPLE-ORDER-01\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 90,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 25,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2025-08-18T11:00:02.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Generic\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"1\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"2\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"number\": \"#1295\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:47:05.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:09.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"92\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918925783347,\n                        \"name\": \"#1295\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kendallc320@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"5c5fda7a944db99c1baa6faad922c21d\",\n                        \"app_id\": 129785,\n                        \"number\": 295,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013477675315,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kendallc320@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:47:22-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T08:47:26-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013477675315\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:47:22-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:47:22-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T08:47:06-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"a34d5b9d060722b46b65d97caa77c866\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"172.56.232.139\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:47:05-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029368226099,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029368226099\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029368258867,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029368258867\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T08:47:24-07:00\",\n                        \"checkout_id\": 37855929499955,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224514519347,\n                                \"name\": \"#1295.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918925783347,\n                                \"created_at\": \"2024-06-01T08:47:06-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029368226099,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029368226099\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029368258867,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029368258867\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:47:06-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224514519347\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1295,\n                        \"processed_at\": \"2024-06-01T08:47:05-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kendallc320@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"EF637A3F-EF8F-4836-AB0B-B4978166EA33\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.56.232.139\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/17.4.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5c5fda7a944db99c1baa6faad922c21d/authenticate?key=1d63d1b6e93e59caecf7f54b3861a79e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1004\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"ZVMEILUCE\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918925783347\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868854112563,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918925783347,\n                            \"created_at\": \"2024-06-01T08:47:06-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169626767667,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029368226099,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868854112563\n                                },\n                                {\n                                    \"id\": 15169626800435,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029368258867,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868854112563\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:47:06-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867845833011,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"53\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"54\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"5\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"number\": \"#1296\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 89.97,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:54:02.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:10.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"102\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918936990003,\n                        \"name\": \"#1296\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"alexbrothman@me.com\",\n                        \"phone\": null,\n                        \"token\": \"5e71ad19e8e91f157c4e8b37118fedfb\",\n                        \"app_id\": 129785,\n                        \"number\": 296,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013487800627,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"alexbrothman@me.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:54:20-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T08:54:23-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013487800627\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:54:20-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:54:20-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T08:54:03-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"b7edd64210a463fd23cc3fcb86146d23\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:54:02-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029394833715,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394833715\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029394866483,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 2,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"59.98\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"59.98\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"59.98\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394866483\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029394899251,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 2,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394899251\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T08:54:21-07:00\",\n                        \"checkout_id\": 37855950864691,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"89.97\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224519565619,\n                                \"name\": \"#1296.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918936990003,\n                                \"created_at\": \"2024-06-01T08:54:03-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029394833715,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394833715\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029394866483,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 2,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"59.98\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"59.98\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"59.98\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394866483\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029394899251,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 2,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394899251\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:54:03-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224519565619\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1296,\n                        \"processed_at\": \"2024-06-01T08:54:01-07:00\",\n                        \"total_weight\": 720,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"alexbrothman@me.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"3C26BD87-D385-4860-BE3A-57C27F5844C0\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/17.4.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"89.97\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5e71ad19e8e91f157c4e8b37118fedfb/authenticate?key=8cc577d1e2c53d9673a036e8615a12f9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1005\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"DRZUTFU58\",\n                        \"current_total_price\": \"89.97\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918936990003\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"89.97\",\n                        \"total_line_items_price\": \"89.97\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868865417523,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918936990003,\n                            \"created_at\": \"2024-06-01T08:54:03-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169653113139,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029394833715,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868865417523\n                                },\n                                {\n                                    \"id\": 15169653145907,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 2,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15029394866483,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868865417523\n                                },\n                                {\n                                    \"id\": 15169653178675,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 2,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029394899251,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868865417523\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:54:03-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867857137971,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"55\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"56\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"6\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"7\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"number\": \"#1293\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:43:06.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:11.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"115\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918921457971,\n                        \"name\": \"#1293\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"russwatson09@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"032b046338ed783e1bfe2886f19c92c8\",\n                        \"app_id\": 129785,\n                        \"number\": 293,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013472366899,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"russwatson09@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:43:31-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T08:58:10-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013472366899\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:43:32-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:43:32-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T08:58:08-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"774ddfc56c0826829c14fac637c294d6\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:c:7230::2\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:43:06-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029360165171,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029360165171\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029360197939,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029360197939\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T08:58:08-07:00\",\n                        \"checkout_id\": 37852537094451,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224512618803,\n                                \"name\": \"#1293.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918921457971,\n                                \"created_at\": \"2024-06-01T08:43:07-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029360165171,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029360165171\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029360197939,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029360197939\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:43:07-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224512618803\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1293,\n                        \"processed_at\": \"2024-06-01T08:43:05-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"russwatson09@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"6864D2EA-4643-4CC0-80B5-D0851679EE01\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:c:7230::2\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/032b046338ed783e1bfe2886f19c92c8/authenticate?key=3d6a652ead5f8fb8349e6b58e1fc52bb&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1063\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NLVMNPZHY\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918921457971\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868849557811,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918921457971,\n                            \"created_at\": \"2024-06-01T08:43:07-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169618477363,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029360165171,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868849557811\n                                },\n                                {\n                                    \"id\": 15169618510131,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029360197939,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868849557811\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:43:07-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867841278259,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"57\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"58\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"number\": \"#1294\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:45:45.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:12.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:17.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"125\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918924407091,\n                        \"name\": \"#1294\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"akzh17@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"4baadf77780d0480f7330b62ddaaf140\",\n                        \"app_id\": 129785,\n                        \"number\": 294,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013475447091,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"akzh17@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:45:56-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:00:49-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013475447091\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:45:56-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:45:56-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T09:00:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"8f79d88e4ce1cfb093a7b694f6a70b97\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:c:7230::2\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:45:45-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029365571891,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029365571891\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029365604659,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029365604659\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:00:46-07:00\",\n                        \"checkout_id\": 37855926780211,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224513700147,\n                                \"name\": \"#1294.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918924407091,\n                                \"created_at\": \"2024-06-01T08:45:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029365571891,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029365571891\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029365604659,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029365604659\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:45:45-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224513700147\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1294,\n                        \"processed_at\": \"2024-06-01T08:45:43-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"akzh17@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"01BFF919-6D76-41F3-81A0-FC83A626BC1E\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:c:7230::2\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/4baadf77780d0480f7330b62ddaaf140/authenticate?key=eab1e9671b979033ac470bd8b56a49b2&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1064\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"QH08AY91X\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918924407091\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868852670771,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918924407091,\n                            \"created_at\": \"2024-06-01T08:45:45-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169623982387,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029365571891,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868852670771\n                                },\n                                {\n                                    \"id\": 15169624015155,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029365604659,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868852670771\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:45:45-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867844391219,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"59\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"60\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"11\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"12\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"number\": \"#1298\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:01:08.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:13.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"135\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918947868979,\n                        \"name\": \"#1298\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"mary.hodges485@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"27a1957a4db5a819fa9e50dfba070824\",\n                        \"app_id\": 129785,\n                        \"number\": 298,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013499400499,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"mary.hodges485@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T09:01:33-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:01:37-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013499400499\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:01:33-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:01:33-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T09:01:09-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"3c709a230c794110f61818fa882f4aea\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T09:01:08-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029420392755,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029420392755\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029420425523,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029420425523\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:01:34-07:00\",\n                        \"checkout_id\": 37855961284915,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224524841267,\n                                \"name\": \"#1298.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918947868979,\n                                \"created_at\": \"2024-06-01T09:01:09-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029420392755,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029420392755\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029420425523,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029420425523\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T09:01:09-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224524841267\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1298,\n                        \"processed_at\": \"2024-06-01T09:01:07-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"mary.hodges485@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"382ED8EC-75AD-44D1-9B8E-F645CBE4A77B\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/17.4.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/27a1957a4db5a819fa9e50dfba070824/authenticate?key=4085c3f2650cd07468fe53916d5389e3&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1006\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"3PHRKQ9QJ\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918947868979\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868876493107,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918947868979,\n                            \"created_at\": \"2024-06-01T09:01:08-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169678377267,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15029420392755,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868876493107\n                                },\n                                {\n                                    \"id\": 15169678410035,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029420425523,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868876493107\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T09:01:09-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867868213555,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"61\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"62\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"13\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"number\": \"#1299\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:05:31.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:13.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:20.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"145\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918955077939,\n                        \"name\": \"#1299\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"couponvivi@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"e8d857e115014da4fd551fff6b78fd99\",\n                        \"app_id\": 129785,\n                        \"number\": 299,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013505823027,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"couponvivi@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T09:05:55-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:05:59-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013505823027\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:05:55-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:05:55-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T09:05:32-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"192629ac53b96e45b5533c9b62ae500c\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T09:05:31-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029433925939,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029433925939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029433958707,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029433958707\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:05:56-07:00\",\n                        \"checkout_id\": 37855990317363,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224529396019,\n                                \"name\": \"#1299.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918955077939,\n                                \"created_at\": \"2024-06-01T09:05:31-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029433925939,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029433925939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029433958707,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029433958707\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T09:05:31-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224529396019\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1299,\n                        \"processed_at\": \"2024-06-01T09:05:30-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"couponvivi@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"4A273FFF-D88F-4666-B343-7C2E78543913\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/17.4.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/e8d857e115014da4fd551fff6b78fd99/authenticate?key=84948c7e80325818e53256643d659f60&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1007\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NMW5GXKVH\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918955077939\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868883702067,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918955077939,\n                            \"created_at\": \"2024-06-01T09:05:31-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169691713843,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15029433925939,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868883702067\n                                },\n                                {\n                                    \"id\": 15169691746611,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029433958707,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868883702067\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T09:05:31-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867875389747,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"63\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"64\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"15\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"16\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"number\": \"#1297\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:56:12.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:14.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"155\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918939971891,\n                        \"name\": \"#1297\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"leojoy1.18@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"cd6eac1a9ea0054306ba08ebceb77f15\",\n                        \"app_id\": 129785,\n                        \"number\": 297,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013491634483,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"leojoy1.18@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:56:43-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:11:16-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013491634483\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:56:43-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:56:43-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T09:11:13-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"bee419210c1db3cd6dea91168e3f108d\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:c:7230::2\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:56:12-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029400371507,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029400371507\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029400404275,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029400404275\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:11:13-07:00\",\n                        \"checkout_id\": 37855963742515,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224521105715,\n                                \"name\": \"#1297.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918939971891,\n                                \"created_at\": \"2024-06-01T08:56:13-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029400371507,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029400371507\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029400404275,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029400404275\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:56:13-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224521105715\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1297,\n                        \"processed_at\": \"2024-06-01T08:56:11-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"leojoy1.18@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"AD061AB4-D716-443C-92DE-D9499D09F942\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:c:7230::2\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/cd6eac1a9ea0054306ba08ebceb77f15/authenticate?key=579f6b506dc85de07f28a3446f196151&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1065\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"FE80JKFWP\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918939971891\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868868464947,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918939971891,\n                            \"created_at\": \"2024-06-01T08:56:12-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169658585395,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15029400371507,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868868464947\n                                },\n                                {\n                                    \"id\": 15169658618163,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029400404275,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868868464947\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:56:13-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867860185395,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"65\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"66\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"17\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"18\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"number\": \"#1301\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:17:15.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:15.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"165\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918971887923,\n                        \"name\": \"#1301\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"dannyduoying@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"4336a7cb1e00a948052adbf7f11bc8a8\",\n                        \"app_id\": 129785,\n                        \"number\": 301,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013525156147,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"dannyduoying@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T09:17:32-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:32:18-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013525156147\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-01T09:32:15-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"0f79ced9dc9ebf918631147b07f56292\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:c:7230::2\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T09:17:15-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029465678131,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029465678131\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029465710899,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029465710899\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:32:15-07:00\",\n                        \"checkout_id\": 37855972819251,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224536473907,\n                                \"name\": \"#1301.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918971887923,\n                                \"created_at\": \"2024-06-01T09:17:17-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029465678131,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029465678131\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029465710899,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029465710899\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T09:17:17-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224536473907\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1301,\n                        \"processed_at\": \"2024-06-01T09:17:13-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"dannyduoying@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"67C4183E-98F6-4743-B876-D9551F49A62D\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:c:7230::2\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/4336a7cb1e00a948052adbf7f11bc8a8/authenticate?key=79a9964827e1f798bcbd607825973e2f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1066\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"LZPJUF7ZZ\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918971887923\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868900446515,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918971887923,\n                            \"created_at\": \"2024-06-01T09:17:17-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169723040051,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029465678131,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868900446515\n                                },\n                                {\n                                    \"id\": 15169723072819,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029465710899,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868900446515\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T09:17:17-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867892134195,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"67\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"68\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"19\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"20\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"number\": \"#1259\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 37.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-29T23:37:16.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:16.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:24.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"175\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5915421245747,\n                        \"name\": \"#1259\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kentontakata808@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"6e7fb202e4f3d2623891eb5f472fb28c\",\n                        \"app_id\": 580111,\n                        \"number\": 259,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8002395177267,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kentontakata808@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Takata\",\n                            \"created_at\": \"2024-05-29T16:37:13-07:00\",\n                            \"first_name\": \"Kenton\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-29T16:37:22-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10020633346355,\n                                \"zip\": \"41004\",\n                                \"city\": \"Brooksville\",\n                                \"name\": \"Kenton Takata\",\n                                \"phone\": \"+18086871069\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"605 Doyles Lane\",\n                                \"address2\": null,\n                                \"province\": \"Kentucky\",\n                                \"last_name\": \"Takata\",\n                                \"first_name\": \"Kenton\",\n                                \"customer_id\": 8002395177267,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"KY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8002395177267\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-29T16:37:17-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-29T16:37:17-07:00\"\n                        },\n                        \"closed_at\": \"2024-05-30T15:13:44-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"aed48f7dbe1748490d0d7405ae598e94\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"172.58.146.54\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFozQjY0TkU0M0U5WDVQWlA2S1dWQURQ\",\n                        \"created_at\": \"2024-05-29T16:37:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15022936949043,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15022936949043\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15022936981811,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15022936981811\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T10:05:17-07:00\",\n                        \"checkout_id\": 37845550203187,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"37.98\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5222860587315,\n                                \"name\": \"#1259.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5915421245747,\n                                \"created_at\": \"2024-05-30T15:13:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15022936949043,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kentucky State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15022936949043\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15022936981811,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kentucky State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15022936981811\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T10:05:17-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9400111105500149324457\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9400111105500149324457\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400111105500149324457\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"9400111105500149324457\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5222860587315\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZepfztfgwbuEfnketfGcexU3rOEDBp9WXXLAYCCn5F0eoliDcjG2ntpfI_aem_AfeLu8SpVD2bNBglKV5PeWOUc63Kk3yFu-sqvL97F-Ih0J_25qGWgw3K6aWW8eLiNVNxkSVAg2SiJDeM3OvCHH2b&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1259,\n                        \"processed_at\": \"2024-05-29T16:37:13-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kentontakata808@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9942abcbd925c5fa8b1e9832069c3490\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.58.146.54\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20H343 Instagram 313.0.2.9.339 (iPhone10,5; iOS 16_7_8; en_US; en; scale=3.00; 1242x2208; 553462334)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4743378305331,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"41004\",\n                            \"city\": \"Brooksville\",\n                            \"name\": \"Kenton Takata\",\n                            \"phone\": \"+18086871069\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"605 Doyles Lane\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Kentucky\",\n                            \"last_name\": \"Takata\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kenton\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/6e7fb202e4f3d2623891eb5f472fb28c/authenticate?key=83be836b7a01a4e2bd6c6aa3b529db80&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"41004\",\n                            \"city\": \"Brooksville\",\n                            \"name\": \"Kenton Takata\",\n                            \"phone\": \"+18086871069\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"605 Doyles Lane\",\n                            \"address2\": null,\n                            \"latitude\": 38.653764,\n                            \"province\": \"Kentucky\",\n                            \"last_name\": \"Takata\",\n                            \"longitude\": -84.02132759999999,\n                            \"first_name\": \"Kenton\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KY\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"aed48f7dbe1748490d0d7405ae598e94\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"EUALVW0RU\",\n                        \"current_total_price\": \"37.98\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5915421245747\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6865267425587,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5915421245747,\n                            \"created_at\": \"2024-05-29T16:37:17-07:00\",\n                            \"fulfill_at\": \"2024-05-29T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15163188838707,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15022936949043,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6865267425587\n                                },\n                                {\n                                    \"id\": 15163188871475,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15022936981811,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6865267425587\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-30T15:13:44-07:00\",\n                            \"destination\": {\n                                \"id\": 6359374332211,\n                                \"zip\": \"41004\",\n                                \"city\": \"Brooksville\",\n                                \"email\": \"kentontakata808@yahoo.com\",\n                                \"phone\": \"+18086871069\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"605 Doyles Lane\",\n                                \"address2\": null,\n                                \"province\": \"Kentucky\",\n                                \"last_name\": \"Takata\",\n                                \"first_name\": \"Kenton\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 864266125619,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"69\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"70\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"21\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"22\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"number\": \"#1242\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-29T02:51:54.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:17.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"185\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Free\",\n                \"shipping_method_code\": \"custom\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5913681199411,\n                        \"name\": \"#1242\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"aysalmer@gmail.com\",\n                        \"phone\": \"+14244259300\",\n                        \"token\": \"f04e4bb7db31b68adcda114612f63d0b\",\n                        \"app_id\": 129785,\n                        \"number\": 242,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 7999348048179,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"aysalmer@gmail.com\",\n                            \"phone\": \"+14244259300\",\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Salmeron\",\n                            \"created_at\": \"2024-05-28T19:50:33-07:00\",\n                            \"first_name\": \"Ru\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-28T20:06:57-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10018402107699,\n                                \"zip\": \"90002\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Ru Salmeron\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1543 East 102nd Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Salmeron\",\n                                \"first_name\": \"Ru\",\n                                \"customer_id\": 7999348048179,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/7999348048179\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null,\n                                \"consent_collected_from\": \"SHOPIFY\"\n                            },\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-05-29T15:13:47-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"a51731078583e6da835d2caffbac8130\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1d33::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-05-28T19:51:54-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15018522378547,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018522378547\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15018522411315,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018522411315\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T11:59:38-07:00\",\n                        \"checkout_id\": 37841978818867,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5221648236851,\n                                \"name\": \"#1242.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5913681199411,\n                                \"created_at\": \"2024-05-29T15:13:46-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15018522378547,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018522378547\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15018522411315,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018522411315\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T11:59:38-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420900029261290357467600075104\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420900029261290357467600075104\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420900029261290357467600075104\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420900029261290357467600075104\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5221648236851\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1242,\n                        \"processed_at\": \"2024-05-28T19:51:52-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"aysalmer@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"33A87A94-6085-4900-B096-18CE5549A498\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1d33::8\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4741895782707,\n                                \"code\": \"custom\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Free\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"a53cf2ce9b5dabf5dd222b3615c29569\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/f04e4bb7db31b68adcda114612f63d0b/authenticate?key=19b9c328c38fd97c93fb38a1d329bf83&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90002\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Ru Salmeron\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1543 East 102nd Street\",\n                            \"address2\": null,\n                            \"latitude\": 33.9445249,\n                            \"province\": \"California\",\n                            \"last_name\": \"Salmeron\",\n                            \"longitude\": -118.2468622,\n                            \"first_name\": \"Ru\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1056\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WYZ9X8UL5\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5913681199411\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6863485993267,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5913681199411,\n                            \"created_at\": \"2024-05-28T19:51:55-07:00\",\n                            \"fulfill_at\": \"2024-05-28T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15158765551923,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15018522378547,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863485993267\n                                },\n                                {\n                                    \"id\": 15158765584691,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15018522411315,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863485993267\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-29T15:13:47-07:00\",\n                            \"destination\": {\n                                \"id\": 6357696086323,\n                                \"zip\": \"90002\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"aysalmer@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1543 East 102nd Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Salmeron\",\n                                \"first_name\": \"Ru\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 862486987059,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"71\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"72\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"23\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"24\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"number\": \"#1290\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T00:57:28.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:17.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:27.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"195\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918072537395,\n                        \"name\": \"#1290\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"torimcdermott@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"91633e577292bc507a116c19bb452ba9\",\n                        \"app_id\": 580111,\n                        \"number\": 290,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8008759181619,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"torimcdermott@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Allison Mc Dermott\",\n                            \"created_at\": \"2024-05-31T17:57:24-07:00\",\n                            \"first_name\": \"Victoria\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-31T17:57:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10027334893875,\n                                \"zip\": \"95961-9206\",\n                                \"city\": \"Plumas Lake\",\n                                \"name\": \"Victoria Allison Mc Dermott\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1386 Sundance Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Allison Mc Dermott\",\n                                \"first_name\": \"Victoria\",\n                                \"customer_id\": 8008759181619,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8008759181619\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-31T17:57:28-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-31T17:57:28-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:28-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"920f8d520ff0bf63045edbd86b9b8014\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"73.90.108.62\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFo4TVM3ME1IQkdFOVpNMENTS1hGQ1dN\",\n                        \"created_at\": \"2024-05-31T17:57:28-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15027836682547,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Yuba County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15027836682547\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:28-07:00\",\n                        \"checkout_id\": 37853109027123,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054629171,\n                                \"name\": \"#1290.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918072537395,\n                                \"created_at\": \"2024-06-03T15:14:28-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15027836682547,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Yuba County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15027836682547\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:28-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054629171\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Right_Column&utm_campaign=FB+%7C+EVG+%7C+Sales+%7C+All&utm_content=Static_1080x1080_orderv4\",\n                        \"order_number\": 1290,\n                        \"processed_at\": \"2024-05-31T17:57:24-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"torimcdermott@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9b5301f93ada71f588d0321d48354a68\",\n                        \"client_details\": {\n                            \"browser_ip\": \"73.90.108.62\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-F721U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 420dpi; 1080x2420; samsung; SM-F721U; b4q; qcom; en_US; 604247760)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4745323807027,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Yuba County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95961-9206\",\n                            \"city\": \"Plumas Lake\",\n                            \"name\": \"Victoria Allison Mc Dermott\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1386 Sundance Dr\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Allison Mc Dermott\",\n                            \"longitude\": null,\n                            \"first_name\": \"Victoria\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/91633e577292bc507a116c19bb452ba9/authenticate?key=09f334db555a8f56ad7467a424135f2d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"95961-9206\",\n                            \"city\": \"Plumas Lake\",\n                            \"name\": \"Victoria Allison Mc Dermott\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1386 Sundance Dr\",\n                            \"address2\": null,\n                            \"latitude\": 39.0077192,\n                            \"province\": \"California\",\n                            \"last_name\": \"Allison Mc Dermott\",\n                            \"longitude\": -121.5476486,\n                            \"first_name\": \"Victoria\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"920f8d520ff0bf63045edbd86b9b8014\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"AKRCL8R65\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918072537395\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6867990937907,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918072537395,\n                            \"created_at\": \"2024-05-31T17:57:28-07:00\",\n                            \"fulfill_at\": \"2024-05-31T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15168092963123,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15027836682547,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867990937907\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:28-07:00\",\n                            \"destination\": {\n                                \"id\": 6361787990323,\n                                \"zip\": \"95961-9206\",\n                                \"city\": \"Plumas Lake\",\n                                \"email\": \"torimcdermott@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1386 Sundance Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Allison Mc Dermott\",\n                                \"first_name\": \"Victoria\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 866983575859,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:26.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"73\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"74\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"25\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"number\": \"#1339\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T01:30:10.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:18.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:28.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"202\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920816005427,\n                        \"name\": \"#1339\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"goldbergblack@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"ef1bb49d2c860d8d0a46356b4f52bb53\",\n                        \"app_id\": 580111,\n                        \"number\": 339,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015944417587,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"goldbergblack@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Goldberg\",\n                            \"created_at\": \"2024-06-02T18:28:46-07:00\",\n                            \"first_name\": \"sarah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T18:30:15-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038384132403,\n                                \"zip\": \"95018-9118\",\n                                \"city\": \"Felton\",\n                                \"name\": \"sarah Goldberg\",\n                                \"phone\": \"+14083754778\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"772 Hillcrest Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Goldberg\",\n                                \"first_name\": \"sarah\",\n                                \"customer_id\": 8015944417587,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015944417587\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T18:30:10-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T18:30:10-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:29-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"4b46643e4edf8b3859533a9828a663d7\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1010:b1ab:b059:5c9c:5dbf:5e29:a31e\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpEVkNGUUZKNzgzMzRYQlk3NlI4WFFQ\",\n                        \"created_at\": \"2024-06-02T18:30:10-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032773411123,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Santa Cruz County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032773411123\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:29-07:00\",\n                        \"checkout_id\": 37861492490547,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054661939,\n                                \"name\": \"#1339.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920816005427,\n                                \"created_at\": \"2024-06-03T15:14:29-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032773411123,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0175,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Santa Cruz County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032773411123\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:29-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054661939\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2XYeOeTIlv4xHg7IWF-iBXylUpqYGDVKXN9G2bzvT9tvqetQZUuXuzBrM_aem_AfQxY-mivKHW2fhkkQLbflsRBW1fvP0iBNafSVAjGdeIjOjTWZeM1vT3JjjismrSZyS4udyuBxeEgOAEopsDd6xQ&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1339,\n                        \"processed_at\": \"2024-06-02T18:30:06-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"goldbergblack@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"204aff52a85055570762fc83c6a17a9d\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1010:b1ab:b059:5c9c:5dbf:5e29:a31e\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S916U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747394285875,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Santa Cruz County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95018-9118\",\n                            \"city\": \"Felton\",\n                            \"name\": \"sarah Goldberg\",\n                            \"phone\": \"+14083754778\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"772 Hillcrest Dr\",\n                            \"address2\": null,\n                            \"latitude\": 37.04203469999999,\n                            \"province\": \"California\",\n                            \"last_name\": \"Goldberg\",\n                            \"longitude\": -122.0817455,\n                            \"first_name\": \"sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/ef1bb49d2c860d8d0a46356b4f52bb53/authenticate?key=4959ad799df81f4ee109688bf6f2f162&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"95018-9118\",\n                            \"city\": \"Felton\",\n                            \"name\": \"sarah Goldberg\",\n                            \"phone\": \"+14083754778\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"772 Hillcrest Dr\",\n                            \"address2\": null,\n                            \"latitude\": 37.04203469999999,\n                            \"province\": \"California\",\n                            \"last_name\": \"Goldberg\",\n                            \"longitude\": -122.0817455,\n                            \"first_name\": \"sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"4b46643e4edf8b3859533a9828a663d7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"T7MKEAME9\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920816005427\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870765207859,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920816005427,\n                            \"created_at\": \"2024-06-02T18:30:10-07:00\",\n                            \"fulfill_at\": \"2024-06-02T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15173007802675,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032773411123,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870765207859\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:29-07:00\",\n                            \"destination\": {\n                                \"id\": 6364167733555,\n                                \"zip\": \"95018-9118\",\n                                \"city\": \"Felton\",\n                                \"email\": \"goldbergblack@gmail.com\",\n                                \"phone\": \"+14083754778\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"772 Hillcrest Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Goldberg\",\n                                \"first_name\": \"sarah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869754175795,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:28.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"75\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"76\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"26\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"number\": \"#1337\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T00:32:37.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:19.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:29.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"209\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920770195763,\n                        \"name\": \"#1337\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"t_e_royer@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"8c86b0f4ee6cbf79a4252287edd54b35\",\n                        \"app_id\": 580111,\n                        \"number\": 337,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015876751667,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"t_e_royer@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Royer\",\n                            \"created_at\": \"2024-06-02T17:32:32-07:00\",\n                            \"first_name\": \"Trina\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T17:32:42-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038329409843,\n                                \"zip\": \"47283\",\n                                \"city\": \"Westport\",\n                                \"name\": \"Trina Royer\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"8072 W County Rd. 1270 S\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Royer\",\n                                \"first_name\": \"Trina\",\n                                \"customer_id\": 8015876751667,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IN\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015876751667\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T17:32:37-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T17:32:37-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:30-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"8788a5f7c7efa9411781ebc78a878eb7\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.202.96.168\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpEUjFaMU0xWkc2QTVXWDJWNTE2QzVK\",\n                        \"created_at\": \"2024-06-02T17:32:37-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032702599475,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032702599475\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:30-07:00\",\n                        \"checkout_id\": 37861352767795,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054694707,\n                                \"name\": \"#1337.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920770195763,\n                                \"created_at\": \"2024-06-03T15:14:30-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032702599475,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.07,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Indiana State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032702599475\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:30-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054694707\"\n                            }\n                        ],\n                        \"landing_site\": \"/private_access_tokens?id=81e4da5dcaf4c204e62600ec0e1d499f&checkout_type=c1\",\n                        \"order_number\": 1337,\n                        \"processed_at\": \"2024-06-02T17:32:32-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"t_e_royer@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"81e4da5dcaf4c204e62600ec0e1d499f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.202.96.168\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone12,3;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://onlyhydration.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747354833203,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"47283\",\n                            \"city\": \"Westport\",\n                            \"name\": \"Trina Royer\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8072 W County Rd. 1270 S\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Royer\",\n                            \"longitude\": null,\n                            \"first_name\": \"Trina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/8c86b0f4ee6cbf79a4252287edd54b35/authenticate?key=7fc38fb2eaa490abaf01f6f332486757&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"47283\",\n                            \"city\": \"Westport\",\n                            \"name\": \"Trina Royer\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8072 W County Rd. 1270 S\",\n                            \"address2\": null,\n                            \"latitude\": 39.1516405,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Royer\",\n                            \"longitude\": -85.6325215,\n                            \"first_name\": \"Trina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"8788a5f7c7efa9411781ebc78a878eb7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"FD4AF5Y7A\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920770195763\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870718480691,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920770195763,\n                            \"created_at\": \"2024-06-02T17:32:37-07:00\",\n                            \"fulfill_at\": \"2024-06-02T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172937449779,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032702599475,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870718480691\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:30-07:00\",\n                            \"destination\": {\n                                \"id\": 6364123824435,\n                                \"zip\": \"47283\",\n                                \"city\": \"Westport\",\n                                \"email\": \"t_e_royer@hotmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"8072 W County Rd. 1270 S\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Royer\",\n                                \"first_name\": \"Trina\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869707514163,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:29.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"77\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"78\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"27\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"number\": \"#1336\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T00:30:21.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:20.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:31.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"216\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920768721203,\n                        \"name\": \"#1336\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"bellagarcia2200@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"cd32dc249d6624377d9b4e8114dc5cbe\",\n                        \"app_id\": 580111,\n                        \"number\": 336,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015874097459,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"bellagarcia2200@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Garcia\",\n                            \"created_at\": \"2024-06-02T17:30:17-07:00\",\n                            \"first_name\": \"Annabella\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T17:30:26-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038327443763,\n                                \"zip\": \"93308\",\n                                \"city\": \"Bakersfield\",\n                                \"name\": \"Annabella Garcia\",\n                                \"phone\": \"+16617036651\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"7212 Cedarcrest Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Garcia\",\n                                \"first_name\": \"Annabella\",\n                                \"customer_id\": 8015874097459,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015874097459\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T17:30:21-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T17:30:21-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:31-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ea8d938805b913b9b5782effef86d3a3\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1700:de90:62c0:8d5f:75c6:6d2a:51f1\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpEUjBCOThBM0dWTTg1QjBZNjQwSjlS\",\n                        \"created_at\": \"2024-06-02T17:30:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032699912499,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kern County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032699912499\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:31-07:00\",\n                        \"checkout_id\": 37861351358771,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054727475,\n                                \"name\": \"#1336.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920768721203,\n                                \"created_at\": \"2024-06-03T15:14:31-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032699912499,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kern County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032699912499\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:31-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054727475\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZu7K-CzmBxEnfrR5e6kIhzBAl24Zg-NSilXidGW4TzRipQ-8nWtqCm79M_aem_AbEQL1thSLzcxHx4R4ax9z6PlBFtNJf0XZujs-JgZwINCEpefK8q3vDIiesF1hFHW7b2FFkAd2PwBG3tzgOWSOzE&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1336,\n                        \"processed_at\": \"2024-06-02T17:30:17-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"bellagarcia2200@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"5181c075b5fb8f112c3e0ae8b2d446bb\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1700:de90:62c0:8d5f:75c6:6d2a:51f1\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21C66 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_2_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747353588019,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kern County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"93308\",\n                            \"city\": \"Bakersfield\",\n                            \"name\": \"Annabella Garcia\",\n                            \"phone\": \"+16617036651\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7212 Cedarcrest Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Garcia\",\n                            \"longitude\": null,\n                            \"first_name\": \"Annabella\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/cd32dc249d6624377d9b4e8114dc5cbe/authenticate?key=bfad1503a4f1a8bb7da405436ba3655c&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"93308\",\n                            \"city\": \"Bakersfield\",\n                            \"name\": \"Annabella Garcia\",\n                            \"phone\": \"+16617036651\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7212 Cedarcrest Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 35.4211528,\n                            \"province\": \"California\",\n                            \"last_name\": \"Garcia\",\n                            \"longitude\": -119.0829226,\n                            \"first_name\": \"Annabella\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"ea8d938805b913b9b5782effef86d3a3\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"6N8GEYR1Y\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920768721203\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870717006131,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920768721203,\n                            \"created_at\": \"2024-06-02T17:30:21-07:00\",\n                            \"fulfill_at\": \"2024-06-02T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172934762803,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032699912499,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870717006131\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:31-07:00\",\n                            \"destination\": {\n                                \"id\": 6364122382643,\n                                \"zip\": \"93308\",\n                                \"city\": \"Bakersfield\",\n                                \"email\": \"bellagarcia2200@gmail.com\",\n                                \"phone\": \"+16617036651\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"7212 Cedarcrest Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Garcia\",\n                                \"first_name\": \"Annabella\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869706039603,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:30.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"79\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"80\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"28\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"16\",\n            \"attributes\": {\n                \"number\": \"#1335\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T00:03:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:21.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:32.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"223\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920746504499,\n                        \"name\": \"#1335\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sasami227@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"e17c4c2302393370803e63a0206b630d\",\n                        \"app_id\": 580111,\n                        \"number\": 335,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015841526067,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sasami227@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"davis\",\n                            \"created_at\": \"2024-06-02T17:03:13-07:00\",\n                            \"first_name\": \"seirah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T17:03:23-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038302146867,\n                                \"zip\": \"19150\",\n                                \"city\": \"Philadelphia\",\n                                \"name\": \"seirah davis\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1105 East Durham Street  North Philadelphia\",\n                                \"address2\": null,\n                                \"province\": \"Pennsylvania\",\n                                \"last_name\": \"davis\",\n                                \"first_name\": \"seirah\",\n                                \"customer_id\": 8015841526067,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"PA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015841526067\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T17:03:18-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T17:03:18-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:32-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"22f10b7dffc01926bf0f217d09322886\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.02,\n                                \"price\": \"0.08\",\n                                \"title\": \"Philadelphia County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"0.24\",\n                                \"title\": \"Pennsylvania State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"173.62.198.24\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpEUEVaN1BTQjhWR1hUQVc4QzlKMTZE\",\n                        \"created_at\": \"2024-06-02T17:03:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032666095923,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Philadelphia County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pennsylvania State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032666095923\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:32-07:00\",\n                        \"checkout_id\": 37861289099571,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054793011,\n                                \"name\": \"#1335.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920746504499,\n                                \"created_at\": \"2024-06-03T15:14:31-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032666095923,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Philadelphia County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Pennsylvania State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032666095923\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:31-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054793011\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZfVZCU7zRuiJ8ra5TEVjfRjsr0m-6tLPJGzN7pLeFpCIIC40Rn_OdTqf0_aem_AfTb5nauwUQ6O3fCVdCurGJxD-A2KRqOdNGcBgGXr5wssvUimI8B0DxIFViz9qIh4gPSlM2S34albk2NpkD3NW_z&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1335,\n                        \"processed_at\": \"2024-06-02T17:03:13-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sasami227@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"a539bf8e899c7ffd70ca7a59abde9666\",\n                        \"client_details\": {\n                            \"browser_ip\": \"173.62.198.24\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,3; iOS 17_4_1; en_US; en; scale=3.00; 1284x2778; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747334517043,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.08\",\n                                        \"title\": \"Philadelphia County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.24\",\n                                        \"title\": \"Pennsylvania State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"19150\",\n                            \"city\": \"Philadelphia\",\n                            \"name\": \"seirah davis\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1105 East Durham Street  North Philadelphia\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Pennsylvania\",\n                            \"last_name\": \"davis\",\n                            \"longitude\": null,\n                            \"first_name\": \"seirah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"PA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/e17c4c2302393370803e63a0206b630d/authenticate?key=4154c6532afbe98f9da2e5e60b4e5d48&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"19150\",\n                            \"city\": \"Philadelphia\",\n                            \"name\": \"seirah davis\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1105 East Durham Street  North Philadelphia\",\n                            \"address2\": null,\n                            \"latitude\": 40.071401,\n                            \"province\": \"Pennsylvania\",\n                            \"last_name\": \"davis\",\n                            \"longitude\": -75.17712159999999,\n                            \"first_name\": \"seirah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"PA\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"22f10b7dffc01926bf0f217d09322886\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"CYJFGHVYH\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920746504499\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870694625587,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920746504499,\n                            \"created_at\": \"2024-06-02T17:03:18-07:00\",\n                            \"fulfill_at\": \"2024-06-02T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172901208371,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032666095923,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870694625587\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:32-07:00\",\n                            \"destination\": {\n                                \"id\": 6364100231475,\n                                \"zip\": \"19150\",\n                                \"city\": \"Philadelphia\",\n                                \"email\": \"sasami227@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1105 East Durham Street  North Philadelphia\",\n                                \"address2\": null,\n                                \"province\": \"Pennsylvania\",\n                                \"last_name\": \"davis\",\n                                \"first_name\": \"seirah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869683757363,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:32.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"81\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"82\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"number\": \"#1334\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T23:48:04.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:21.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:33.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"230\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920736706867,\n                        \"name\": \"#1334\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"margaret.ha6@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"b4c5f3800244f67c6768252f103c839d\",\n                        \"app_id\": 580111,\n                        \"number\": 334,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015825076531,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"margaret.ha6@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Ha\",\n                            \"created_at\": \"2024-06-02T16:47:59-07:00\",\n                            \"first_name\": \"Margaret\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T16:48:09-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038289531187,\n                                \"zip\": \"92869\",\n                                \"city\": \"Orange\",\n                                \"name\": \"Margaret Ha\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2507 E Palmyra Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ha\",\n                                \"first_name\": \"Margaret\",\n                                \"customer_id\": 8015825076531,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015825076531\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T16:48:04-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T16:48:04-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:33-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"7b434ebd17e8b2474f0358f4eac9b4d1\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"104.35.81.12\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpETko1MktUTVNKMFZIUk1SRlJQQ0FG\",\n                        \"created_at\": \"2024-06-02T16:48:04-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032649285939,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032649285939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:33-07:00\",\n                        \"checkout_id\": 37861261705523,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054825779,\n                                \"name\": \"#1334.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920736706867,\n                                \"created_at\": \"2024-06-03T15:14:32-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032649285939,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032649285939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:32-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054825779\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaalgT4KtD5rS5o0exEwUjRlVjru1t-DQHJZL_W9FKSlgxB0N_PekGirFVU_aem_AfTp_Xw5_fFNT82yMGh-2VhH41hMuJPw3AArHS13ZoArP5EDPvq5z1FxMzyBc2zrFfPOwICOndp9_9Zw4wEvbIae&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1334,\n                        \"processed_at\": \"2024-06-02T16:47:59-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"margaret.ha6@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d3bb0389570b9d7d09e6f6dd4f38c605\",\n                        \"client_details\": {\n                            \"browser_ip\": \"104.35.81.12\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone15,2; iOS 17_5_1; en_US; en; scale=3.00; 1179x2556; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747326619955,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92869\",\n                            \"city\": \"Orange\",\n                            \"name\": \"Margaret Ha\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3548 East Barrington Drive\",\n                            \"address2\": null,\n                            \"latitude\": 33.7953562,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ha\",\n                            \"longitude\": -117.8156417,\n                            \"first_name\": \"Margaret\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b4c5f3800244f67c6768252f103c839d/authenticate?key=6ae3b4e0910fd175c4f9fec0001a96a0&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92869\",\n                            \"city\": \"Orange\",\n                            \"name\": \"Margaret Ha\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2507 E Palmyra Ave\",\n                            \"address2\": null,\n                            \"latitude\": 33.7843324,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ha\",\n                            \"longitude\": -117.8268351,\n                            \"first_name\": \"Margaret\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"7b434ebd17e8b2474f0358f4eac9b4d1\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"C76DAGRNA\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920736706867\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870684795187,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920736706867,\n                            \"created_at\": \"2024-06-02T16:48:04-07:00\",\n                            \"fulfill_at\": \"2024-06-02T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172884496691,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032649285939,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870684795187\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:32-07:00\",\n                            \"destination\": {\n                                \"id\": 6364089712947,\n                                \"zip\": \"92869\",\n                                \"city\": \"Orange\",\n                                \"email\": \"margaret.ha6@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2507 E Palmyra Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ha\",\n                                \"first_name\": \"Margaret\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869673926963,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:33.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"83\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"84\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"30\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"number\": \"#1333\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T21:48:34.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:22.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:35.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"237\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920652099891,\n                        \"name\": \"#1333\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kelleysykim@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"5aad55234c865583cf022bc39e9f6c8c\",\n                        \"app_id\": 580111,\n                        \"number\": 333,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015691284787,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kelleysykim@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Kim\",\n                            \"created_at\": \"2024-06-02T14:48:30-07:00\",\n                            \"first_name\": \"Kelley\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T14:48:39-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038190309683,\n                                \"zip\": \"90045\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Kelley Kim\",\n                                \"phone\": \"+17132523661\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5921 Center Drive\",\n                                \"address2\": \"Apt 211\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Kim\",\n                                \"first_name\": \"Kelley\",\n                                \"customer_id\": 8015691284787,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015691284787\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:33-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d852b7bb758687a53984bb113eaffe3a\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1700:46b3:4610:2d1a:b64a:7279:a83c\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpERVIzMjUyOVlTNjZFS1c2Q0tEUTNF\",\n                        \"created_at\": \"2024-06-02T14:48:34-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032501240115,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032501240115\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:33-07:00\",\n                        \"checkout_id\": 37861013225779,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054891315,\n                                \"name\": \"#1333.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920652099891,\n                                \"created_at\": \"2024-06-03T15:14:33-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032501240115,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032501240115\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:33-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054891315\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaahLU1_3EL1uvfviv6SU5qzp-PUd8GnQbJ-UD_3qpHm56vSxH7iLiMTugg_aem_AfQRzOrtWFZ7qRilykDEVzWw8u4xkswRZszsVLINAX2ALoTt5eB13H2-CfNWFvrH0J0Tz-38WKIvy9ZGk0qK-imy&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1333,\n                        \"processed_at\": \"2024-06-02T14:48:30-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kelleysykim@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"0e6f1ef973b2335ef038380779e0435c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1700:46b3:4610:2d1a:b64a:7279:a83c\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 329.0.6.27.88 (iPhone12,5; iOS 17_4_1; en_US; en; scale=3.00; 1242x2688; 593314425)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747263312179,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90045\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Kelley Kim\",\n                            \"phone\": \"+17132523661\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5921 Center Drive\",\n                            \"address2\": \"Apt 211\",\n                            \"latitude\": 33.9759323,\n                            \"province\": \"California\",\n                            \"last_name\": \"Kim\",\n                            \"longitude\": -118.3872276,\n                            \"first_name\": \"Kelley\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5aad55234c865583cf022bc39e9f6c8c/authenticate?key=65f4f9dc41d1e3ad8a4a35502d0690eb&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90045\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Kelley Kim\",\n                            \"phone\": \"+17132523661\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5921 Center Drive\",\n                            \"address2\": \"Apt 211\",\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Kim\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kelley\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"d852b7bb758687a53984bb113eaffe3a\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N9JNAZAJN\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920652099891\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870598582579,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920652099891,\n                            \"created_at\": \"2024-06-02T14:48:35-07:00\",\n                            \"fulfill_at\": \"2024-06-02T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172738351411,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032501240115,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870598582579\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:33-07:00\",\n                            \"destination\": {\n                                \"id\": 6364012151091,\n                                \"zip\": \"90045\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"kelleysykim@gmail.com\",\n                                \"phone\": \"+17132523661\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5921 Center Drive\",\n                                \"address2\": \"Apt 211\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Kim\",\n                                \"first_name\": \"Kelley\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869587943731,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:34.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"85\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"86\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"31\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"19\",\n            \"attributes\": {\n                \"number\": \"#1332\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.36,\n                \"discount\": 0,\n                \"total\": 4.35,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T21:39:25.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:23.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:36.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"244\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920645022003,\n                        \"name\": \"#1332\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"hip.stir7@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"1222bf35429d8f817e71e5e17a28545a\",\n                        \"app_id\": 580111,\n                        \"number\": 332,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015680766259,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"hip.stir7@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"McLean\",\n                            \"created_at\": \"2024-06-02T14:39:20-07:00\",\n                            \"first_name\": \"Kadi\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T14:39:30-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038182740275,\n                                \"zip\": \"30318\",\n                                \"city\": \"Atlanta\",\n                                \"name\": \"Kadi McLean\",\n                                \"phone\": \"+15613121262\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1040 Huff Road Northwest\",\n                                \"address2\": \"3130\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"McLean\",\n                                \"first_name\": \"Kadi\",\n                                \"customer_id\": 8015680766259,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"GA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015680766259\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T14:39:25-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T14:39:25-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:34-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"3f64acd69c9a3e1eb5a7428d9fe4df53\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.03,\n                                \"price\": \"0.12\",\n                                \"title\": \"Fulton County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.12\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.12\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.015,\n                                \"price\": \"0.06\",\n                                \"title\": \"Atlanta City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.004,\n                                \"price\": \"0.02\",\n                                \"title\": \"Atlanta Tsplost Tl\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Georgia State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.36\",\n                        \"browser_ip\": \"2607:fb90:e31d:8f8:3d3c:43f7:6923:5a9\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpERThDSjlIUFpaWERQMEdTWEhCWTJL\",\n                        \"created_at\": \"2024-06-02T14:39:25-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032490164531,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Fulton County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Atlanta City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.004,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Atlanta Tsplost Tl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032490164531\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:34-07:00\",\n                        \"checkout_id\": 37860993696051,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.35\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054924083,\n                                \"name\": \"#1332.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920645022003,\n                                \"created_at\": \"2024-06-03T15:14:34-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032490164531,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Fulton County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.015,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Atlanta City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.004,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Atlanta Tsplost Tl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Georgia State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032490164531\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:34-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054924083\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZEJgGCAoY_PaCjPrgVZ2ZqJiSw3uCy1Gc-8bcii8EqzfHG8bPhX0IgvrY_aem_AfQlicf7vJex3Iw-mSeUgXnmPCWPmiSeYVh3VeUXb0ddmPFUrq_uchJQEU_KLAbRas4I7J-SvXLBZ1ha2vOAwClv&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1332,\n                        \"processed_at\": \"2024-06-02T14:39:20-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"hip.stir7@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"7f01f3a615a08601a7188184823a7323\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:e31d:8f8:3d3c:43f7:6923:5a9\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20H343 Instagram 333.1.4.32.95 (iPhone10,2; iOS 16_7_8; en_US; en; scale=3.00; 1242x2208; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747258626355,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.12\",\n                                        \"title\": \"Fulton County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.12\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.12\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.06\",\n                                        \"title\": \"Atlanta City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.004,\n                                        \"price\": \"0.02\",\n                                        \"title\": \"Atlanta Tsplost Tl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"30318\",\n                            \"city\": \"Atlanta\",\n                            \"name\": \"Kadi McLean\",\n                            \"phone\": \"+15613121262\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1040 Huff Road Northwest\",\n                            \"address2\": \"3130\",\n                            \"latitude\": null,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"McLean\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kadi\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/1222bf35429d8f817e71e5e17a28545a/authenticate?key=af9eae38b86de6deca2cf9b4d0caf155&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"30318\",\n                            \"city\": \"Atlanta\",\n                            \"name\": \"Kadi McLean\",\n                            \"phone\": \"+15613121262\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1040 Huff Road Northwest\",\n                            \"address2\": \"3130\",\n                            \"latitude\": 33.7887047,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"McLean\",\n                            \"longitude\": -84.421877,\n                            \"first_name\": \"Kadi\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"current_total_tax\": \"0.36\",\n                        \"source_identifier\": \"3f64acd69c9a3e1eb5a7428d9fe4df53\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VFG2GULQP\",\n                        \"current_total_price\": \"4.35\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920645022003\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870591439155,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920645022003,\n                            \"created_at\": \"2024-06-02T14:39:25-07:00\",\n                            \"fulfill_at\": \"2024-06-02T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172727406899,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032490164531,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870591439155\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:34-07:00\",\n                            \"destination\": {\n                                \"id\": 6364006809907,\n                                \"zip\": \"30318\",\n                                \"city\": \"Atlanta\",\n                                \"email\": \"hip.stir7@gmail.com\",\n                                \"phone\": \"+15613121262\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1040 Huff Road Northwest\",\n                                \"address2\": \"3130\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"McLean\",\n                                \"first_name\": \"Kadi\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869580800307,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:36.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"87\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"88\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"32\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"20\",\n            \"attributes\": {\n                \"number\": \"#1330\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T19:43:24.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:24.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:38.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"251\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920494453043,\n                        \"name\": \"#1330\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"marinatan@utexas.edu\",\n                        \"phone\": null,\n                        \"token\": \"bd5fb2a29cbb192ef817c7e40d12466f\",\n                        \"app_id\": 580111,\n                        \"number\": 330,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015519547699,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"marinatan@utexas.edu\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Tan\",\n                            \"created_at\": \"2024-06-02T12:43:20-07:00\",\n                            \"first_name\": \"Marina\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T12:43:29-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038035415347,\n                                \"zip\": \"77008\",\n                                \"city\": \"Houston\",\n                                \"name\": \"Marina Tan\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2220 Pinegate Dr\",\n                                \"address2\": \"356\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Tan\",\n                                \"first_name\": \"Marina\",\n                                \"customer_id\": 8015519547699,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015519547699\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T12:43:24-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T12:43:24-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:35-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"2834173ed3181f2934fa68f21dd5cc8e\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Houston City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Houston Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"107.129.22.28\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpEN0tUWFFXRjhOOTFRV0pHSFE3RzMz\",\n                        \"created_at\": \"2024-06-02T12:43:24-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032219894067,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Houston City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Houston Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032219894067\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:35-07:00\",\n                        \"checkout_id\": 37860690133299,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054956851,\n                                \"name\": \"#1330.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920494453043,\n                                \"created_at\": \"2024-06-03T15:14:35-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032219894067,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Houston City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Houston Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032219894067\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:35-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054956851\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYyoTylCicFu2YOzrhAZZIALkjchBzvDbyb2hRF8rmj7mNgZJ90wk2T6nk_aem_AbOPLpRFfu7a7vvDG-aN7mQbuNyvsdhho57PQ7lUNZf1uVRwVWG7GojA1r0VletUKV7xJyDDGuy0gaKJQFWwHV-N&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1330,\n                        \"processed_at\": \"2024-06-02T12:43:20-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"marinatan@utexas.edu\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"58acf031ad5e5500d5b6a6bdfc8df318\",\n                        \"client_details\": {\n                            \"browser_ip\": \"107.129.22.28\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747138990387,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Houston City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Houston Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"77479\",\n                            \"city\": \"Sugar Land\",\n                            \"name\": \"Marina Tan\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2606\",\n                            \"address2\": \"Sentry Oak Way\",\n                            \"latitude\": 29.5662952,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Tan\",\n                            \"longitude\": -95.6142558,\n                            \"first_name\": \"Marina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/bd5fb2a29cbb192ef817c7e40d12466f/authenticate?key=ad11c5a7eddec4e5548db66c42d4fa1d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"77008\",\n                            \"city\": \"Houston\",\n                            \"name\": \"Marina Tan\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2220 Pinegate Dr\",\n                            \"address2\": \"356\",\n                            \"latitude\": 29.8095545,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Tan\",\n                            \"longitude\": -95.4366716,\n                            \"first_name\": \"Marina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"2834173ed3181f2934fa68f21dd5cc8e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"5ELDC08VK\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920494453043\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870439297331,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920494453043,\n                            \"created_at\": \"2024-06-02T12:43:24-07:00\",\n                            \"fulfill_at\": \"2024-06-02T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172459036979,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032219894067,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870439297331\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:35-07:00\",\n                            \"destination\": {\n                                \"id\": 6363878785331,\n                                \"zip\": \"77008\",\n                                \"city\": \"Houston\",\n                                \"email\": \"marinatan@utexas.edu\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2220 Pinegate Dr\",\n                                \"address2\": \"356\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Tan\",\n                                \"first_name\": \"Marina\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869428822323,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:37.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"89\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"90\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"33\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"21\",\n            \"attributes\": {\n                \"number\": \"#1328\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.38,\n                \"discount\": 0,\n                \"total\": 4.37,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T19:30:00.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:24.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:39.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"258\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920481149235,\n                        \"name\": \"#1328\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"allynicole@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"7d36a855258c5ebb596199222b3a738e\",\n                        \"app_id\": 580111,\n                        \"number\": 328,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015500673331,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"allynicole@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Goddard\",\n                            \"created_at\": \"2024-06-02T12:29:56-07:00\",\n                            \"first_name\": \"Allison\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T12:30:05-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038020964659,\n                                \"zip\": \"37660\",\n                                \"city\": \"Kingsport\",\n                                \"name\": \"Allison Goddard\",\n                                \"phone\": \"+14238636464\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"926 Larry Neil Way\",\n                                \"address2\": \"Apt 10\",\n                                \"province\": \"Tennessee\",\n                                \"last_name\": \"Goddard\",\n                                \"first_name\": \"Allison\",\n                                \"customer_id\": 8015500673331,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TN\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015500673331\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T12:30:00-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T12:30:00-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:37-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"768f915890d5a79a6a7302349cf89144\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0225,\n                                \"price\": \"0.09\",\n                                \"title\": \"Sullivan County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0025,\n                                \"price\": \"0.01\",\n                                \"title\": \"Kingsport City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.07,\n                                \"price\": \"0.28\",\n                                \"title\": \"Tennessee State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.28\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.28\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.38\",\n                        \"browser_ip\": \"2600:1004:b11c:3ee:fd05:efec:75d9:dd63\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpENlQ4NDE3TldINEM3M0NRRFZBVEpE\",\n                        \"created_at\": \"2024-06-02T12:30:00-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032194072883,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sullivan County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kingsport City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Tennessee State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032194072883\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:37-07:00\",\n                        \"checkout_id\": 37860647764275,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.37\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055022387,\n                                \"name\": \"#1328.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920481149235,\n                                \"created_at\": \"2024-06-03T15:14:36-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032194072883,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Sullivan County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kingsport City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Tennessee State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032194072883\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:36-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055022387\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabZtVM6u8TDcFdySS07ujZ0nTqDynlxCK1i_5HgZ02G2STlvlh-ZFeOqsE_aem_AbOg-ijhqGzfC88mJvBTY6iQtPcTjbSRi_lf7Y6ZLjvPACWCVXQvN1R8htflRfe7uUcQm8rOJFUqsak5bh1BcdX8&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1328,\n                        \"processed_at\": \"2024-06-02T12:29:56-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"allynicole@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.38\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.38\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"40fa8b6b7c8e5a96759e89db23dd15cf\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1004:b11c:3ee:fd05:efec:75d9:dd63\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 9; SM-G955U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.113 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (28/9; 420dpi; 1080x2094; samsung; SM-G955U; dream2qltesq; qcom; en_US; 604247854)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747130208563,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Sullivan County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Kingsport City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.28\",\n                                        \"title\": \"Tennessee State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.28\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.28\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"37660\",\n                            \"city\": \"Kingsport\",\n                            \"name\": \"Allison Goddard\",\n                            \"phone\": \"+14238636464\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"926 Larry Neil Way\",\n                            \"address2\": \"Apt 10\",\n                            \"latitude\": null,\n                            \"province\": \"Tennessee\",\n                            \"last_name\": \"Goddard\",\n                            \"longitude\": null,\n                            \"first_name\": \"Allison\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.37\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.37\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/7d36a855258c5ebb596199222b3a738e/authenticate?key=359f15b1f38c447cec75d45b52280f95&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"37660\",\n                            \"city\": \"Kingsport\",\n                            \"name\": \"Allison Goddard\",\n                            \"phone\": \"+14238636464\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"926 Larry Neil Way\",\n                            \"address2\": \"Apt 10\",\n                            \"latitude\": 36.563538,\n                            \"province\": \"Tennessee\",\n                            \"last_name\": \"Goddard\",\n                            \"longitude\": -82.5539812,\n                            \"first_name\": \"Allison\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TN\"\n                        },\n                        \"current_total_tax\": \"0.38\",\n                        \"source_identifier\": \"768f915890d5a79a6a7302349cf89144\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"9P4HU52DY\",\n                        \"current_total_price\": \"4.37\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920481149235\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.38\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.38\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.37\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.37\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870425895219,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920481149235,\n                            \"created_at\": \"2024-06-02T12:30:00-07:00\",\n                            \"fulfill_at\": \"2024-06-02T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172433510707,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032194072883,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870425895219\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:37-07:00\",\n                            \"destination\": {\n                                \"id\": 6363868922163,\n                                \"zip\": \"37660\",\n                                \"city\": \"Kingsport\",\n                                \"email\": \"allynicole@gmail.com\",\n                                \"phone\": \"+14238636464\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"926 Larry Neil Way\",\n                                \"address2\": \"Apt 10\",\n                                \"province\": \"Tennessee\",\n                                \"last_name\": \"Goddard\",\n                                \"first_name\": \"Allison\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869415420211,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:39.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"91\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"92\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"34\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"22\",\n            \"attributes\": {\n                \"number\": \"#1327\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.28,\n                \"discount\": 0,\n                \"total\": 4.27,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T19:24:44.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:25.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:41.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"265\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920475250995,\n                        \"name\": \"#1327\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"peaceducky@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"d9ef7fec1d49b1a2a5517b66c743cf09\",\n                        \"app_id\": 580111,\n                        \"number\": 327,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015493497139,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"peaceducky@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Phillips\",\n                            \"created_at\": \"2024-06-02T12:24:41-07:00\",\n                            \"first_name\": \"Mickayla\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T12:24:49-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038014902579,\n                                \"zip\": \"27376\",\n                                \"city\": \"West End\",\n                                \"name\": \"Mickayla Phillips\",\n                                \"phone\": \"253-561-9065\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5121 7 Lks W\",\n                                \"address2\": \"110 Fawnwood Dr\",\n                                \"province\": \"North Carolina\",\n                                \"last_name\": \"Phillips\",\n                                \"first_name\": \"Mickayla\",\n                                \"customer_id\": 8015493497139,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NC\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015493497139\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T12:24:44-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T12:24:44-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:38-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"4c5da4d98cb642aa8d63134a471e5dd2\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0225,\n                                \"price\": \"0.09\",\n                                \"title\": \"Moore County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0475,\n                                \"price\": \"0.19\",\n                                \"title\": \"North Carolina State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.28\",\n                        \"browser_ip\": \"2603:6081:3c02:5f66:a02a:51a9:631d:6777\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpENkhLWUE1WUhNRkNQSFdaVEZKNFNI\",\n                        \"created_at\": \"2024-06-02T12:24:44-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032181817651,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Moore County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"North Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032181817651\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:38-07:00\",\n                        \"checkout_id\": 37860633837875,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.27\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055055155,\n                                \"name\": \"#1327.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920475250995,\n                                \"created_at\": \"2024-06-03T15:14:38-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032181817651,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Moore County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"North Carolina State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032181817651\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:38-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055055155\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabRF2wQCEcL08nFk5Z4mb9xt4TzZy4TcZYxuG8Ayv8HCceg7bONm5o-Ec4_aem_AbODyzDGrqLhmxDbS1W0tnKeLAsXQcsgVzj9ouQAqlAUv92Z4B9kuEK8aRC-QQd_5ZSwn56mfjYfstOYNSlJGzR-&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1327,\n                        \"processed_at\": \"2024-06-02T12:24:41-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"peaceducky@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"27b48802e7d81bd4ec487e2e049bc008\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:6081:3c02:5f66:a02a:51a9:631d:6777\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747126112563,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Moore County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0475,\n                                        \"price\": \"0.19\",\n                                        \"title\": \"North Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"27376\",\n                            \"city\": \"West End\",\n                            \"name\": \"Mickayla Phillips\",\n                            \"phone\": \"253-561-9065\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5121 7 Lks W\",\n                            \"address2\": \"110 Fawnwood Dr\",\n                            \"latitude\": 35.2716411,\n                            \"province\": \"North Carolina\",\n                            \"last_name\": \"Phillips\",\n                            \"longitude\": -79.5706275,\n                            \"first_name\": \"Mickayla\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NC\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/d9ef7fec1d49b1a2a5517b66c743cf09/authenticate?key=45ffe89c9744c989677e996abd13cf9e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"27376\",\n                            \"city\": \"West End\",\n                            \"name\": \"Mickayla Phillips\",\n                            \"phone\": \"253-561-9065\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5121 7 Lks W\",\n                            \"address2\": \"110 Fawnwood Dr\",\n                            \"latitude\": null,\n                            \"province\": \"North Carolina\",\n                            \"last_name\": \"Phillips\",\n                            \"longitude\": null,\n                            \"first_name\": \"Mickayla\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NC\"\n                        },\n                        \"current_total_tax\": \"0.28\",\n                        \"source_identifier\": \"4c5da4d98cb642aa8d63134a471e5dd2\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VPN5P8VIM\",\n                        \"current_total_price\": \"4.27\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920475250995\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870419898675,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920475250995,\n                            \"created_at\": \"2024-06-02T12:24:44-07:00\",\n                            \"fulfill_at\": \"2024-06-02T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172421353779,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032181817651,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870419898675\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:38-07:00\",\n                            \"destination\": {\n                                \"id\": 6363864269107,\n                                \"zip\": \"27376\",\n                                \"city\": \"West End\",\n                                \"email\": \"peaceducky@gmail.com\",\n                                \"phone\": \"253-561-9065\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5121 7 Lks W\",\n                                \"address2\": \"110 Fawnwood Dr\",\n                                \"province\": \"North Carolina\",\n                                \"last_name\": \"Phillips\",\n                                \"first_name\": \"Mickayla\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869409423667,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:40.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"93\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"94\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"23\",\n            \"attributes\": {\n                \"number\": \"#1326\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T19:13:34.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:26.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:42.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"272\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920463913267,\n                        \"name\": \"#1326\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"despinoza1027@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"66c477d32de04a322871060ca57a9189\",\n                        \"app_id\": 580111,\n                        \"number\": 326,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015477473587,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"despinoza1027@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Espinoza\",\n                            \"created_at\": \"2024-06-02T12:13:31-07:00\",\n                            \"first_name\": \"David\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T12:13:40-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038002221363,\n                                \"zip\": \"75043\",\n                                \"city\": \"Garland\",\n                                \"name\": \"David Espinoza\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1633 Merrimac Trail\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Espinoza\",\n                                \"first_name\": \"David\",\n                                \"customer_id\": 8015477473587,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015477473587\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T12:13:34-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T12:13:34-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:40-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"6cc8345c0ce80fc1400f8ab8d3b7f41e\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Garland City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Dallas Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"47.160.57.213\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpENVZaMzk4VzhEMDhEU0VXVFExRUVL\",\n                        \"created_at\": \"2024-06-02T12:13:34-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032159764787,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Garland City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Dallas Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032159764787\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:40-07:00\",\n                        \"checkout_id\": 37860601528627,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055120691,\n                                \"name\": \"#1326.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920463913267,\n                                \"created_at\": \"2024-06-03T15:14:39-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032159764787,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Garland City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Dallas Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032159764787\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:39-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055120691\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Others&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR3USS_u0fQ_aj7KJzRLiHhpCsldBfXdmymfBPOsUH_GPb4pbDzFDdwHwEw_aem_AbO31RTw0rX1CSoNqAQKyycMhoSAzjpHidMfOMnGUQBReqvnR6Io6Bh5habm3HH3xXUq-QBNzVJBJO4h0qVoD8bw&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1326,\n                        \"processed_at\": \"2024-06-02T12:13:30-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"despinoza1027@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e5792723fe47309756d1ca0ff6e6d373\",\n                        \"client_details\": {\n                            \"browser_ip\": \"47.160.57.213\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S908U1 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747118182707,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Garland City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Dallas Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"75043\",\n                            \"city\": \"Garland\",\n                            \"name\": \"David Espinoza\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1633 Merrimac Trail\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Espinoza\",\n                            \"longitude\": null,\n                            \"first_name\": \"David\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/66c477d32de04a322871060ca57a9189/authenticate?key=348762cad43ec839a88ed9846b59fc74&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"75043\",\n                            \"city\": \"Garland\",\n                            \"name\": \"David Espinoza\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1633 Merrimac Trail\",\n                            \"address2\": null,\n                            \"latitude\": 32.8781516,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Espinoza\",\n                            \"longitude\": -96.6099394,\n                            \"first_name\": \"David\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"6cc8345c0ce80fc1400f8ab8d3b7f41e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"QL5QKYRGN\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920463913267\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870408462643,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920463913267,\n                            \"created_at\": \"2024-06-02T12:13:34-07:00\",\n                            \"fulfill_at\": \"2024-06-02T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172399595827,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032159764787,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870408462643\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:40-07:00\",\n                            \"destination\": {\n                                \"id\": 6363855126835,\n                                \"zip\": \"75043\",\n                                \"city\": \"Garland\",\n                                \"email\": \"despinoza1027@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1633 Merrimac Trail\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Espinoza\",\n                                \"first_name\": \"David\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869398020403,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:41.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"95\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"96\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"36\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"number\": \"#1325\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.28,\n                \"discount\": 0,\n                \"total\": 4.27,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T18:32:28.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:27.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:43.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"279\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920419479859,\n                        \"name\": \"#1325\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"pinkones311@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"84d5b7b04f2092fd3c64478dddf349ca\",\n                        \"app_id\": 580111,\n                        \"number\": 325,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015418818867,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"pinkones311@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Gibbons\",\n                            \"created_at\": \"2024-06-02T11:32:25-07:00\",\n                            \"first_name\": \"Stephanie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T11:32:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037955854643,\n                                \"zip\": \"33771\",\n                                \"city\": \"Largo\",\n                                \"name\": \"Stephanie Gibbons\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"131 Melody Ln\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Gibbons\",\n                                \"first_name\": \"Stephanie\",\n                                \"customer_id\": 8015418818867,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"FL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015418818867\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T11:32:28-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T11:32:28-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:41-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"22938ac9a6c0a0a7ac39a9be6f0a3ae7\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Pinellas County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"0.24\",\n                                \"title\": \"Florida State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.28\",\n                        \"browser_ip\": \"2603:9000:e81a:a7b7:164:ed04:346c:21aa\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpEM0o0Wk1XNVRERDlWODcyMk5KUzFa\",\n                        \"created_at\": \"2024-06-02T11:32:28-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032076271923,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pinellas County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032076271923\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:41-07:00\",\n                        \"checkout_id\": 37860480155955,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.27\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055186227,\n                                \"name\": \"#1325.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920419479859,\n                                \"created_at\": \"2024-06-03T15:14:40-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032076271923,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Pinellas County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032076271923\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:40-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055186227\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaY0ylVpRW6j2FKVHoqGjLmn5ZAx3P3wMGrhIjyFvGfmdHKCNbf4xoGmdZU_aem_AbPjKlvAYWXuhIFh5ql11jkVVorUGY3Jt8qnaYrM15O0uVnI-4LkPjYGfXFsOlSriCW1BxS393FAt29wps9LhL0R&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1325,\n                        \"processed_at\": \"2024-06-02T11:32:25-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"pinkones311@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c82bedc5ea27cb8ed6d20edbc2ae5f44\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:9000:e81a:a7b7:164:ed04:346c:21aa\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 329.0.6.27.88 (iPhone12,1; iOS 17_4_1; en_US; en; scale=2.00; 828x1792; 593314425)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747087348019,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Pinellas County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.24\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"33771\",\n                            \"city\": \"Largo\",\n                            \"name\": \"Stephanie Gibbons\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"131 Melody Ln\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Gibbons\",\n                            \"longitude\": null,\n                            \"first_name\": \"Stephanie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/84d5b7b04f2092fd3c64478dddf349ca/authenticate?key=0b5174bc5ad97eedf7f630a599071abf&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"33771\",\n                            \"city\": \"Largo\",\n                            \"name\": \"Stephanie Gibbons\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"131 Melody Ln\",\n                            \"address2\": null,\n                            \"latitude\": 27.9132788,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Gibbons\",\n                            \"longitude\": -82.75332879999999,\n                            \"first_name\": \"Stephanie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"current_total_tax\": \"0.28\",\n                        \"source_identifier\": \"22938ac9a6c0a0a7ac39a9be6f0a3ae7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WPRGNUDZI\",\n                        \"current_total_price\": \"4.27\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920419479859\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870363406643,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920419479859,\n                            \"created_at\": \"2024-06-02T11:32:29-07:00\",\n                            \"fulfill_at\": \"2024-06-02T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172317053235,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032076271923,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870363406643\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:41-07:00\",\n                            \"destination\": {\n                                \"id\": 6363821080883,\n                                \"zip\": \"33771\",\n                                \"city\": \"Largo\",\n                                \"email\": \"pinkones311@hotmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"131 Melody Ln\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Gibbons\",\n                                \"first_name\": \"Stephanie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869352964403,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:43.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"97\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"98\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"37\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"number\": \"#1324\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T17:15:16.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:28.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:45.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"286\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920324976947,\n                        \"name\": \"#1324\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jessicatu.od@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"002231ce1a0ba39eead9cd45b069df0a\",\n                        \"app_id\": 580111,\n                        \"number\": 324,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015300755763,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jessicatu.od@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Tu\",\n                            \"created_at\": \"2024-06-02T10:15:12-07:00\",\n                            \"first_name\": \"Jessica\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T10:15:21-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037856567603,\n                                \"zip\": \"62269\",\n                                \"city\": \"O'Fallon\",\n                                \"name\": \"Jessica Tu\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"804 Nandina Green Dr\",\n                                \"address2\": null,\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Tu\",\n                                \"first_name\": \"Jessica\",\n                                \"customer_id\": 8015300755763,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IL\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015300755763\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e43ea8a454134c4c85efa1a66b06e64f\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Ofallon City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0075,\n                                \"price\": \"0.03\",\n                                \"title\": \"Metro East Mass Transit District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0025,\n                                \"price\": \"0.01\",\n                                \"title\": \"Saint Clair Co Flood Prevention Sl\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"172.59.173.69\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpDWVpQVE1LUlA3WjJWTjFOS1k1NzVZ\",\n                        \"created_at\": \"2024-06-02T10:15:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031892050227,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"St. Clair County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Ofallon City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro East Mass Transit District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Clair Co Flood Prevention Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Clair Co Metro East Park And Recreation District Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031892050227\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:42-07:00\",\n                        \"checkout_id\": 37860221813043,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055218995,\n                                \"name\": \"#1324.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920324976947,\n                                \"created_at\": \"2024-06-03T15:14:42-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031892050227,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"St. Clair County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Ofallon City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro East Mass Transit District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Saint Clair Co Flood Prevention Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Saint Clair Co Metro East Park And Recreation District Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Illinois State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031892050227\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055218995\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2w-ny6bziQCpKpiG2tBtSLG69-YIT-yMd5oLFD3lifEJQeOC2eH5tUAWo_aem_AbNjZBBxGtTQWsJuQ07VZ_7l2HJZOLipvtfkZYLITDZiNjrIhp29xwRJOhkUQnfe9FnqNed9Uw9pJvNsmrrnTFaC&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1324,\n                        \"processed_at\": \"2024-06-02T10:15:12-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jessicatu.od@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9731da1976c43ed2d7fe514da29a8e0f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.59.173.69\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/465.0.1.41.103;FBBV/602060281;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/605516918]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747020042547,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"St. Clair County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Ofallon City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.03\",\n                                        \"title\": \"Metro East Mass Transit District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Saint Clair Co Flood Prevention Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.001,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Clair Co Metro East Park And Recreation District Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"62269\",\n                            \"city\": \"O'Fallon\",\n                            \"name\": \"Jessica Tu\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"804 Nandina Green Dr\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Tu\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jessica\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/002231ce1a0ba39eead9cd45b069df0a/authenticate?key=3c7f32ff24740ec67c0c81976034c5ce&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"62269\",\n                            \"city\": \"O'Fallon\",\n                            \"name\": \"Jessica Tu\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"804 Nandina Green Dr\",\n                            \"address2\": null,\n                            \"latitude\": 38.61711529999999,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Tu\",\n                            \"longitude\": -89.9652918,\n                            \"first_name\": \"Jessica\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"e43ea8a454134c4c85efa1a66b06e64f\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"W9TAMIFT8\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920324976947\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870267396403,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920324976947,\n                            \"created_at\": \"2024-06-02T10:15:17-07:00\",\n                            \"fulfill_at\": \"2024-06-02T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172134437171,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031892050227,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870267396403\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:42-07:00\",\n                            \"destination\": {\n                                \"id\": 6363743715635,\n                                \"zip\": \"62269\",\n                                \"city\": \"O'Fallon\",\n                                \"email\": \"jessicatu.od@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"804 Nandina Green Dr\",\n                                \"address2\": null,\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Tu\",\n                                \"first_name\": \"Jessica\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869257118003,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:44.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"99\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"100\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"38\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"26\",\n            \"attributes\": {\n                \"number\": \"#1323\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.41,\n                \"discount\": 0,\n                \"total\": 4.4,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T16:55:36.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:29.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:46.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"293\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920298041651,\n                        \"name\": \"#1323\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"vanessaledang@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"793b351d6e9d62b6ebc59d1863777f7d\",\n                        \"app_id\": 580111,\n                        \"number\": 323,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015266644275,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"vanessaledang@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Dang\",\n                            \"created_at\": \"2024-06-02T09:54:46-07:00\",\n                            \"first_name\": \"Vanessa\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T09:55:41-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037828387123,\n                                \"zip\": \"60646\",\n                                \"city\": \"Chicago\",\n                                \"name\": \"Vanessa Dang\",\n                                \"phone\": \"7733120291\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5839 W Touhy Ave\",\n                                \"address2\": null,\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Dang\",\n                                \"first_name\": \"Vanessa\",\n                                \"customer_id\": 8015266644275,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015266644275\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T09:55:37-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T09:55:37-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:43-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"cd569336997f5f476bb93804a8671e19\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0175,\n                                \"price\": \"0.07\",\n                                \"title\": \"Cook County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0125,\n                                \"price\": \"0.05\",\n                                \"title\": \"Chicago City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.41\",\n                        \"browser_ip\": \"2607:fb90:a1b2:91f9:972:1d87:496a:25e7\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpDWFoyQVExODc3M0haQ1A1WkI5SFRZ\",\n                        \"created_at\": \"2024-06-02T09:55:36-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031844307251,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031844307251\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:43-07:00\",\n                        \"checkout_id\": 37860163125555,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.40\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055251763,\n                                \"name\": \"#1323.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920298041651,\n                                \"created_at\": \"2024-06-03T15:14:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031844307251,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cook County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Chicago City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Illinois State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031844307251\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:43-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055251763\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1323,\n                        \"processed_at\": \"2024-06-02T09:55:32-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"vanessaledang@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"1c7c2eb45b5327966f2263392a3aaced\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:a1b2:91f9:972:1d87:496a:25e7\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747000807731,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.07\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.05\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"60646\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Vanessa Dang\",\n                            \"phone\": \"+17733120291\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5839 W Touhy Ave\",\n                            \"address2\": null,\n                            \"latitude\": 42.0116991,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Dang\",\n                            \"longitude\": -87.7736513,\n                            \"first_name\": \"Vanessa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/793b351d6e9d62b6ebc59d1863777f7d/authenticate?key=7b454f711628eb02cf101a913fe6d251&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"60646\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Vanessa Dang\",\n                            \"phone\": \"7733120291\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5839 W Touhy Ave\",\n                            \"address2\": null,\n                            \"latitude\": 42.0116991,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Dang\",\n                            \"longitude\": -87.7736513,\n                            \"first_name\": \"Vanessa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"current_total_tax\": \"0.41\",\n                        \"source_identifier\": \"cd569336997f5f476bb93804a8671e19\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"96KAD0WKD\",\n                        \"current_total_price\": \"4.40\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920298041651\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870240461107,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920298041651,\n                            \"created_at\": \"2024-06-02T09:55:37-07:00\",\n                            \"fulfill_at\": \"2024-06-02T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172087021875,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031844307251,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870240461107\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:43-07:00\",\n                            \"destination\": {\n                                \"id\": 6363722481971,\n                                \"zip\": \"60646\",\n                                \"city\": \"Chicago\",\n                                \"email\": \"vanessaledang@gmail.com\",\n                                \"phone\": \"7733120291\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5839 W Touhy Ave\",\n                                \"address2\": null,\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Dang\",\n                                \"first_name\": \"Vanessa\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869230182707,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:45.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"101\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"102\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"39\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"27\",\n            \"attributes\": {\n                \"number\": \"#1322\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T16:46:49.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:29.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:47.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"300\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920286703923,\n                        \"name\": \"#1322\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"tsalls01@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"f9d4e68e2a91bbe70692853ef0976579\",\n                        \"app_id\": 580111,\n                        \"number\": 322,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015253766451,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"tsalls01@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Salls\",\n                            \"created_at\": \"2024-06-02T09:46:45-07:00\",\n                            \"first_name\": \"Tiffany\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T09:46:54-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037816623411,\n                                \"zip\": \"92532\",\n                                \"city\": \"Lake Elsinore\",\n                                \"name\": \"Tiffany Salls\",\n                                \"phone\": \"(951) 570-9806\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3 Villa Trizza\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Salls\",\n                                \"first_name\": \"Tiffany\",\n                                \"customer_id\": 8015253766451,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015253766451\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T09:46:50-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T09:46:50-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:44-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"46a2b89e6f1ca807dd4a882abc6c2ea4\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2603:8000:9201:1ed8:8d5a:4fb8:82be:aea9\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpDWEdKV0RNTTdFU1gzVzdNM0tOV0ZC\",\n                        \"created_at\": \"2024-06-02T09:46:49-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031823008051,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lake Elsinore City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Riverside County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031823008051\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:44-07:00\",\n                        \"checkout_id\": 37860135371059,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055284531,\n                                \"name\": \"#1322.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920286703923,\n                                \"created_at\": \"2024-06-03T15:14:44-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031823008051,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Lake Elsinore City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Riverside County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031823008051\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:44-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055284531\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZynxiF41gBvZzDoPNC7-o1cpI-HOZ3y7IG9nm__HgDgH5PVVKm9WTY2-0_aem_AbOYlKm7pXtzus0tJT8NJ3xwspmu096bS2OtNPcUc27ToDOVYQBKYqDN8h1a0b3_aHLOt9wD0HbGrJp9vGby4XG7&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1322,\n                        \"processed_at\": \"2024-06-02T09:46:45-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"tsalls01@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"92a50a49ce09335225a8927c4f5d6aff\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:8000:9201:1ed8:8d5a:4fb8:82be:aea9\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746992845107,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lake Elsinore City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Riverside County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92532\",\n                            \"city\": \"Lake Elsinore\",\n                            \"name\": \"Tiffany Salls\",\n                            \"phone\": \"(951) 570-9806\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3 Villa Trizza\",\n                            \"address2\": null,\n                            \"latitude\": 33.684757,\n                            \"province\": \"California\",\n                            \"last_name\": \"Salls\",\n                            \"longitude\": -117.2855485,\n                            \"first_name\": \"Tiffany\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/f9d4e68e2a91bbe70692853ef0976579/authenticate?key=f31955cfea048863fa77fbc1f97c6016&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92532\",\n                            \"city\": \"Lake Elsinore\",\n                            \"name\": \"Tiffany Salls\",\n                            \"phone\": \"(951) 570-9806\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3 Villa Trizza\",\n                            \"address2\": null,\n                            \"latitude\": 33.684757,\n                            \"province\": \"California\",\n                            \"last_name\": \"Salls\",\n                            \"longitude\": -117.2855485,\n                            \"first_name\": \"Tiffany\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"46a2b89e6f1ca807dd4a882abc6c2ea4\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"PKJZWX82U\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920286703923\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870229123379,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920286703923,\n                            \"created_at\": \"2024-06-02T09:46:50-07:00\",\n                            \"fulfill_at\": \"2024-06-02T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172066050355,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031823008051,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870229123379\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:44-07:00\",\n                            \"destination\": {\n                                \"id\": 6363713569075,\n                                \"zip\": \"92532\",\n                                \"city\": \"Lake Elsinore\",\n                                \"email\": \"tsalls01@gmail.com\",\n                                \"phone\": \"(951) 570-9806\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3 Villa Trizza\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Salls\",\n                                \"first_name\": \"Tiffany\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869218877747,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:47.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"103\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"104\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"40\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"28\",\n            \"attributes\": {\n                \"number\": \"#1321\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T15:44:58.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:30.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:49.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"307\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920190431539,\n                        \"name\": \"#1321\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"wightm22@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"09ddf1f21e43db559a778050434c7621\",\n                        \"app_id\": 580111,\n                        \"number\": 321,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015153070387,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"wightm22@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Wight\",\n                            \"created_at\": \"2024-06-02T08:44:54-07:00\",\n                            \"first_name\": \"Matthew\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T08:45:03-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037721301299,\n                                \"zip\": \"84341\",\n                                \"city\": \"Logan\",\n                                \"name\": \"Matthew Wight\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"29 Aggie Village Apt J\",\n                                \"address2\": null,\n                                \"province\": \"Utah\",\n                                \"last_name\": \"Wight\",\n                                \"first_name\": \"Matthew\",\n                                \"customer_id\": 8015153070387,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"UT\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015153070387\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T08:44:58-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T08:44:58-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:45-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"0add02596ca7203b5dc27b5247af8bc5\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"162.210.22.220\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpDU1laSzFSMDNZRDg0RDdFQTRCMEMy\",\n                        \"created_at\": \"2024-06-02T08:44:58-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031664836915,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cache County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Logan City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cache Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Logan Tr Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Utah State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031664836915\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:45-07:00\",\n                        \"checkout_id\": 37859888038195,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055317299,\n                                \"name\": \"#1321.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920190431539,\n                                \"created_at\": \"2024-06-03T15:14:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031664836915,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cache County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Logan City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cache Co Tr\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Logan Tr Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Utah State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031664836915\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:45-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055317299\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabxKmbDVfnhBTQcMZwzhCqxZKvB_4a-MIFtipD6m9RKZUYrA2_nARU__8o_aem_AWpqkHekc8xUnA_uZQZw9BFwAX7Ra5i4TxvS9Q-Wh4VemHFea9xqBU7WTyUblxOkfDAV0KvgaEsxqPraoFvhGLFV&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1321,\n                        \"processed_at\": \"2024-06-02T08:44:54-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"wightm22@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c6bd4e67c856badca21c98bea8cc7712\",\n                        \"client_details\": {\n                            \"browser_ip\": \"162.210.22.220\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone13,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746917478707,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.001,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cache County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Logan City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cache Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0055,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Logan Tr Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0485,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Utah State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"84341\",\n                            \"city\": \"Logan\",\n                            \"name\": \"Matthew Wight\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"29 Aggie Village Apt J\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Utah\",\n                            \"last_name\": \"Wight\",\n                            \"longitude\": null,\n                            \"first_name\": \"Matthew\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"UT\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/09ddf1f21e43db559a778050434c7621/authenticate?key=c7043420708cde61091eb30892a4c3b8&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"84341\",\n                            \"city\": \"Logan\",\n                            \"name\": \"Matthew Wight\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"29 Aggie Village Apt J\",\n                            \"address2\": null,\n                            \"latitude\": 41.7519658,\n                            \"province\": \"Utah\",\n                            \"last_name\": \"Wight\",\n                            \"longitude\": -111.8087729,\n                            \"first_name\": \"Matthew\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"UT\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"0add02596ca7203b5dc27b5247af8bc5\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GGCNZQPVX\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920190431539\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870131540275,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920190431539,\n                            \"created_at\": \"2024-06-02T08:44:59-07:00\",\n                            \"fulfill_at\": \"2024-06-02T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15171909452083,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031664836915,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870131540275\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:45-07:00\",\n                            \"destination\": {\n                                \"id\": 6363627225395,\n                                \"zip\": \"84341\",\n                                \"city\": \"Logan\",\n                                \"email\": \"wightm22@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"29 Aggie Village Apt J\",\n                                \"address2\": null,\n                                \"province\": \"Utah\",\n                                \"last_name\": \"Wight\",\n                                \"first_name\": \"Matthew\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869121392947,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:48.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"105\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"106\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"41\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"number\": \"#1320\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T14:04:08.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:31.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:50.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"314\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920080953651,\n                        \"name\": \"#1320\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"amd2244@columbia.edu\",\n                        \"phone\": null,\n                        \"token\": \"3e5f90ac1e6fb6b19bc48c965ff7edbd\",\n                        \"app_id\": 580111,\n                        \"number\": 320,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015000928563,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"amd2244@columbia.edu\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Diaz\",\n                            \"created_at\": \"2024-06-02T07:04:04-07:00\",\n                            \"first_name\": \"Alexis\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T07:04:14-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037596553523,\n                                \"zip\": \"11210\",\n                                \"city\": \"Brooklyn\",\n                                \"name\": \"Alexis Diaz\",\n                                \"phone\": \"3474240885\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2021 Farragut Road\",\n                                \"address2\": \"Apt 3E\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Diaz\",\n                                \"first_name\": \"Alexis\",\n                                \"customer_id\": 8015000928563,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015000928563\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T07:04:09-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T07:04:09-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"c5877b6cc98721af3f201944706acf0f\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"71.190.14.128\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpDTTY5RVdZNkM3TVozU0czNVkyRENO\",\n                        \"created_at\": \"2024-06-02T07:04:08-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031465410867,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031465410867\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:46-07:00\",\n                        \"checkout_id\": 37859580084531,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055350067,\n                                \"name\": \"#1320.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920080953651,\n                                \"created_at\": \"2024-06-03T15:14:46-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031465410867,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031465410867\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:46-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055350067\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Right_Column&utm_campaign=FB+%7C+EVG+%7C+Sales+%7C+Interests&utm_content=Static_1080x1080_orderv4\",\n                        \"order_number\": 1320,\n                        \"processed_at\": \"2024-06-02T07:04:03-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"amd2244@columbia.edu\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c61579a604cf443ee110a890093d9f3a\",\n                        \"client_details\": {\n                            \"browser_ip\": \"71.190.14.128\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone14,3; iOS 17_5_1; en_US; en; scale=3.00; 1284x2778; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746834641203,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11210\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Alexis Diaz\",\n                            \"phone\": \"3474240885\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2021 Farragut Road\",\n                            \"address2\": \"Apt 3E\",\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Diaz\",\n                            \"longitude\": null,\n                            \"first_name\": \"Alexis\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3e5f90ac1e6fb6b19bc48c965ff7edbd/authenticate?key=3ab549f076722412c0ec092632a96e5f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11210\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Alexis Diaz\",\n                            \"phone\": \"3474240885\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2021 Farragut Road\",\n                            \"address2\": \"Apt 3E\",\n                            \"latitude\": 40.6355608,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Diaz\",\n                            \"longitude\": -73.95749649999999,\n                            \"first_name\": \"Alexis\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"c5877b6cc98721af3f201944706acf0f\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"F53DUWM48\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920080953651\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870020882739,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920080953651,\n                            \"created_at\": \"2024-06-02T07:04:09-07:00\",\n                            \"fulfill_at\": \"2024-06-02T07:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15171711893811,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031465410867,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870020882739\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:46-07:00\",\n                            \"destination\": {\n                                \"id\": 6363534295347,\n                                \"zip\": \"11210\",\n                                \"city\": \"Brooklyn\",\n                                \"email\": \"amd2244@columbia.edu\",\n                                \"phone\": \"3474240885\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2021 Farragut Road\",\n                                \"address2\": \"Apt 3E\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Diaz\",\n                                \"first_name\": \"Alexis\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869010899251,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:50.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"107\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"108\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"42\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"30\",\n            \"attributes\": {\n                \"number\": \"#1319\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T13:16:57.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:32.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:51.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"321\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920039174451,\n                        \"name\": \"#1319\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"goldi3lux@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"c3e49b447e3baa2757da989c8d475727\",\n                        \"app_id\": 580111,\n                        \"number\": 319,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014936736051,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"goldi3lux@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Don\",\n                            \"created_at\": \"2024-06-02T06:16:46-07:00\",\n                            \"first_name\": \"Luxurie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T06:17:03-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037543698739,\n                                \"zip\": \"11219-4470\",\n                                \"city\": \"Brooklyn\",\n                                \"name\": \"Luxurie Don\",\n                                \"phone\": \"+13478668137\",\n                                \"company\": \"YOUJIAXING\",\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5701 Fort Hamilton Pkwy\",\n                                \"address2\": \"Grocery Store\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Don\",\n                                \"first_name\": \"Luxurie\",\n                                \"customer_id\": 8014936736051,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014936736051\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:47-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e12f04308b5ad9052678b8e661c23c35\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"100.37.115.213\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpDSEZIUDJEN0VWUzdHWDNSSDY2UkZK\",\n                        \"created_at\": \"2024-06-02T06:16:57-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031391715635,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031391715635\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:47-07:00\",\n                        \"checkout_id\": 37859446849843,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055382835,\n                                \"name\": \"#1319.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920039174451,\n                                \"created_at\": \"2024-06-03T15:14:47-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031391715635,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031391715635\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:47-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055382835\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2PIzQiUZSkj57fRaHUC71dT8Q865Qh2igasbcNqK7opawec0IgwKkXuoc_aem_AWqeM94vallQjtNqEw2rVYJcZKgc0LLVIYLqw--D7bMqsjjhmB9mV6sLFD1NnU2vf5BSbypxPdHMKG-hx11XE8Pu&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1319,\n                        \"processed_at\": \"2024-06-02T06:16:54-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"goldi3lux@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"4b1f5e23fa5a818049fa0a464326304c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"100.37.115.213\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 13; NX729J Build/TKQ1.221220.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746799743283,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11219-4470\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Luxurie Don\",\n                            \"phone\": \"(347) 866-8137\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5701 Fort Hamilton Pkwy\",\n                            \"address2\": null,\n                            \"latitude\": 40.6342905,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Don\",\n                            \"longitude\": -74.00343459999999,\n                            \"first_name\": \"Luxurie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c3e49b447e3baa2757da989c8d475727/authenticate?key=0ff9ad5eafe648af5f87a01f946d08c3&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11219-4470\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Luxurie Don\",\n                            \"phone\": \"+13478668137\",\n                            \"company\": \"YOUJIAXING\",\n                            \"country\": \"United States\",\n                            \"address1\": \"5701 Fort Hamilton Pkwy\",\n                            \"address2\": \"Grocery Store\",\n                            \"latitude\": 40.6342905,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Don\",\n                            \"longitude\": -74.00343459999999,\n                            \"first_name\": \"Luxurie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"e12f04308b5ad9052678b8e661c23c35\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"85E5YYI1X\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920039174451\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869978415411,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920039174451,\n                            \"created_at\": \"2024-06-02T06:16:58-07:00\",\n                            \"fulfill_at\": \"2024-06-02T06:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15171638559027,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031391715635,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869978415411\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:47-07:00\",\n                            \"destination\": {\n                                \"id\": 6363495334195,\n                                \"zip\": \"11219-4470\",\n                                \"city\": \"Brooklyn\",\n                                \"email\": \"goldi3lux@gmail.com\",\n                                \"phone\": \"+13478668137\",\n                                \"company\": \"YOUJIAXING\",\n                                \"country\": \"United States\",\n                                \"address1\": \"5701 Fort Hamilton Pkwy\",\n                                \"address2\": \"Grocery Store\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Don\",\n                                \"first_name\": \"Luxurie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868968595763,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:51.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"109\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"110\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"43\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"31\",\n            \"attributes\": {\n                \"number\": \"#1318\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.37,\n                \"discount\": 0,\n                \"total\": 4.36,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T10:49:57.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:33.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:53.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"328\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919916327219,\n                        \"name\": \"#1318\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"N_VOIHS@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"504156d2205fdacbd29c70acd03f602f\",\n                        \"app_id\": 580111,\n                        \"number\": 318,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014762049843,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"n_voihs@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"VO\",\n                            \"created_at\": \"2024-06-02T03:49:53-07:00\",\n                            \"first_name\": \"NINA\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T03:50:03-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037390180659,\n                                \"zip\": \"70056\",\n                                \"city\": \"Terrytown\",\n                                \"name\": \"NINA VO\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2417 Carol Sue Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Louisiana\",\n                                \"last_name\": \"VO\",\n                                \"first_name\": \"NINA\",\n                                \"customer_id\": 8014762049843,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"LA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014762049843\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T03:49:58-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T03:49:58-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:48-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"19c34aa87e7cafd5327d666872361817\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0475,\n                                \"price\": \"0.19\",\n                                \"title\": \"Jefferson County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0445,\n                                \"price\": \"0.18\",\n                                \"title\": \"Louisiana State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.37\",\n                        \"browser_ip\": \"104.5.192.193\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpDOTI4RFhRSFo1VzhYQzY2S0M4REFK\",\n                        \"created_at\": \"2024-06-02T03:49:57-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031183671603,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.035,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Louisiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031183671603\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:48-07:00\",\n                        \"checkout_id\": 37859045540147,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.36\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055481139,\n                                \"name\": \"#1318.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919916327219,\n                                \"created_at\": \"2024-06-03T15:14:48-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031183671603,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.035,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Jefferson County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Louisiana State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031183671603\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:48-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055481139\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabwYHUBn-Fle2MdHuycHmm192eIK0LQk3izO3owTDwPOA0xyCTV80r3tfw_aem_AWfcSD88mp-7NXtRpmoHGg2vM9dURR5bDvl38cJHpZ_rLWMlb8Cwif8mIZy-mvboS0v8EKdGONZ8GKRosyFRTYhU&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1318,\n                        \"processed_at\": \"2024-06-02T03:49:53-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"N_VOIHS@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.37\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.37\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e1da714932fe81317f1c658a3ed52d53\",\n                        \"client_details\": {\n                            \"browser_ip\": \"104.5.192.193\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 13; Pixel 6 Pro Build/TQ3A.230901.001.C1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.82 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (33/13; 560dpi; 1440x2807; Google/google; Pixel 6 Pro; raven; raven; en_US; 604247855)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746697310515,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0475,\n                                        \"price\": \"0.19\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0445,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"Louisiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"70056\",\n                            \"city\": \"Terrytown\",\n                            \"name\": \"NINA VO\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2417 Carol Sue Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Louisiana\",\n                            \"last_name\": \"VO\",\n                            \"longitude\": null,\n                            \"first_name\": \"NINA\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"LA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/504156d2205fdacbd29c70acd03f602f/authenticate?key=070f4e2e16701ed88f0200b104e40935&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"70056\",\n                            \"city\": \"Terrytown\",\n                            \"name\": \"NINA VO\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2417 Carol Sue Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 29.8989575,\n                            \"province\": \"Louisiana\",\n                            \"last_name\": \"VO\",\n                            \"longitude\": -90.0128075,\n                            \"first_name\": \"NINA\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"LA\"\n                        },\n                        \"current_total_tax\": \"0.37\",\n                        \"source_identifier\": \"19c34aa87e7cafd5327d666872361817\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"EZLKRXTDQ\",\n                        \"current_total_price\": \"4.36\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919916327219\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.37\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.37\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869854290227,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919916327219,\n                            \"created_at\": \"2024-06-02T03:49:58-07:00\",\n                            \"fulfill_at\": \"2024-06-02T03:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15171431039283,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031183671603,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869854290227\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:48-07:00\",\n                            \"destination\": {\n                                \"id\": 6363382186291,\n                                \"zip\": \"70056\",\n                                \"city\": \"Terrytown\",\n                                \"email\": \"N_VOIHS@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2417 Carol Sue Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Louisiana\",\n                                \"last_name\": \"VO\",\n                                \"first_name\": \"NINA\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868844699955,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:52.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"111\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"112\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"44\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"32\",\n            \"attributes\": {\n                \"number\": \"#1316\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T01:44:34.000000Z\",\n                \"updated_at\": \"2024-07-31T22:27:39.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:54.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"335\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919535169843,\n                        \"name\": \"#1316\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"alysensouders@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"85ffddbf8655c2f3a7f7f39c48095925\",\n                        \"app_id\": 580111,\n                        \"number\": 316,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014226620723,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"alysensouders@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Souders\",\n                            \"created_at\": \"2024-06-01T18:44:30-07:00\",\n                            \"first_name\": \"Alysen\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T18:44:39-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036913701171,\n                                \"zip\": \"83669\",\n                                \"city\": \"Star\",\n                                \"name\": \"Alysen Souders\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2214 N. June Grass Ave\",\n                                \"address2\": null,\n                                \"province\": \"Idaho\",\n                                \"last_name\": \"Souders\",\n                                \"first_name\": \"Alysen\",\n                                \"customer_id\": 8014226620723,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"ID\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014226620723\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T18:44:34-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T18:44:34-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:50-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"2d4f3178be9dd50a5e2215141c9b7a82\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.218.182.137\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpCOVFZQksyMFFSRTRHWkNBUUtCSFhW\",\n                        \"created_at\": \"2024-06-01T18:44:34-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030522216755,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Idaho State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030522216755\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-07-16T12:02:29-07:00\",\n                        \"checkout_id\": 37857595588915,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055579443,\n                                \"name\": \"#1316.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919535169843,\n                                \"created_at\": \"2024-06-03T15:14:50-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030522216755,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Idaho State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030522216755\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-07-16T12:02:29-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420836699261290357467600235133\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420836699261290357467600235133\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420836699261290357467600235133\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420836699261290357467600235133\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055579443\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabM-x7kbjSnCyzwN1s5HFhk3l8F0NvtF7cZUrhLqVzkn5Rf6nfY3DvDeYY_aem_AcxKkKT7hoOFl2ZJ6TExeVwPzKAHMnS_yjkR6K4SLJqtVqIihZJDL_1ZanKem6tYhEs2kug_pEakUPaqXdLQ44hb&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1316,\n                        \"processed_at\": \"2024-06-01T18:44:30-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"alysensouders@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"3f76e4e25468e5164b6a0ce69763d73e\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.218.182.137\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S921U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 480dpi; 1080x2208; samsung; SM-S921U; e1q; qcom; en_US; 604247822)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746385391923,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Idaho State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"83669\",\n                            \"city\": \"Star\",\n                            \"name\": \"Alysen Souders\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2214 N. June Grass Ave\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Idaho\",\n                            \"last_name\": \"Souders\",\n                            \"longitude\": null,\n                            \"first_name\": \"Alysen\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"ID\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/85ffddbf8655c2f3a7f7f39c48095925/authenticate?key=257defaff04bcee1bf31886c3fe4e4d9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"83669\",\n                            \"city\": \"Star\",\n                            \"name\": \"Alysen Souders\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2214 N. June Grass Ave\",\n                            \"address2\": null,\n                            \"latitude\": 43.7120504,\n                            \"province\": \"Idaho\",\n                            \"last_name\": \"Souders\",\n                            \"longitude\": -116.509501,\n                            \"first_name\": \"Alysen\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"ID\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"2d4f3178be9dd50a5e2215141c9b7a82\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"5NP083NGP\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919535169843\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869470904627,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919535169843,\n                            \"created_at\": \"2024-06-01T18:44:35-07:00\",\n                            \"fulfill_at\": \"2024-06-01T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170770141491,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030522216755,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869470904627\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:50-07:00\",\n                            \"destination\": {\n                                \"id\": 6363023212851,\n                                \"zip\": \"83669\",\n                                \"city\": \"Star\",\n                                \"email\": \"alysensouders@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2214 N. June Grass Ave\",\n                                \"address2\": null,\n                                \"province\": \"Idaho\",\n                                \"last_name\": \"Souders\",\n                                \"first_name\": \"Alysen\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868462100787,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:54.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"114\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"45\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"33\",\n            \"attributes\": {\n                \"number\": \"#1315\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T00:08:47.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:34.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:56.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"342\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919477465395,\n                        \"name\": \"#1315\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"madison.paigee@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"46ec1b0642d64a7e4ddd7f15834bc504\",\n                        \"app_id\": 580111,\n                        \"number\": 315,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014132904243,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"madison.paigee@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hunt\",\n                            \"created_at\": \"2024-06-01T17:08:42-07:00\",\n                            \"first_name\": \"Madison\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T17:08:53-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036842889523,\n                                \"zip\": \"91107\",\n                                \"city\": \"Pasadena\",\n                                \"name\": \"Madison Hunt\",\n                                \"phone\": \"+19256283859\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"125 South Berkeley Avenue\",\n                                \"address2\": \"Apt 5\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Hunt\",\n                                \"first_name\": \"Madison\",\n                                \"customer_id\": 8014132904243,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014132904243\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:51-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"529347d80f99217cbd51c8d3b6a72537\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:6c50:40f0:7420:1cff:b569:6dae:1747\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpCNENINjFYQ04yUldOWDFKVFFNRkY0\",\n                        \"created_at\": \"2024-06-01T17:08:47-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030415393075,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pasadena City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030415393075\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:51-07:00\",\n                        \"checkout_id\": 37857386791219,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055612211,\n                                \"name\": \"#1315.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919477465395,\n                                \"created_at\": \"2024-06-03T15:14:50-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030415393075,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Pasadena City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030415393075\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:50-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055612211\"\n                            }\n                        ],\n                        \"landing_site\": \"/private_access_tokens?id=929ca02762fe4285a304962153c5bf64&checkout_type=c1\",\n                        \"order_number\": 1315,\n                        \"processed_at\": \"2024-06-01T17:08:41-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"madison.paigee@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"929ca02762fe4285a304962153c5bf64\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:6c50:40f0:7420:1cff:b569:6dae:1747\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746345185587,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pasadena City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"91107\",\n                            \"city\": \"Pasadena\",\n                            \"name\": \"Madison Hunt\",\n                            \"phone\": \"+19256283859\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"125 South Berkeley Avenue\",\n                            \"address2\": \"Apt 5\",\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Hunt\",\n                            \"longitude\": null,\n                            \"first_name\": \"Madison\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/46ec1b0642d64a7e4ddd7f15834bc504/authenticate?key=d6bef5c86e2fc06db37709a5784d2dc7&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"91107\",\n                            \"city\": \"Pasadena\",\n                            \"name\": \"Madison Hunt\",\n                            \"phone\": \"+19256283859\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"125 South Berkeley Avenue\",\n                            \"address2\": \"Apt 5\",\n                            \"latitude\": 34.1437233,\n                            \"province\": \"California\",\n                            \"last_name\": \"Hunt\",\n                            \"longitude\": -118.1098183,\n                            \"first_name\": \"Madison\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"529347d80f99217cbd51c8d3b6a72537\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GK3Q88F54\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919477465395\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869412512051,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919477465395,\n                            \"created_at\": \"2024-06-01T17:08:49-07:00\",\n                            \"fulfill_at\": \"2024-06-01T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170664464691,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030415393075,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869412512051\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:51-07:00\",\n                            \"destination\": {\n                                \"id\": 6362976747827,\n                                \"zip\": \"91107\",\n                                \"city\": \"Pasadena\",\n                                \"email\": \"madison.paigee@gmail.com\",\n                                \"phone\": \"+19256283859\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"125 South Berkeley Avenue\",\n                                \"address2\": \"Apt 5\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Hunt\",\n                                \"first_name\": \"Madison\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868403806515,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:55.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"115\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"116\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"46\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"34\",\n            \"attributes\": {\n                \"number\": \"#1314\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T22:59:50.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:34.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:57.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"349\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919430770995,\n                        \"name\": \"#1314\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"bearfighting0@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"83e56cbe5747d9614823598f51daef7d\",\n                        \"app_id\": 580111,\n                        \"number\": 314,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014062354739,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"bearfighting0@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hendrix\",\n                            \"created_at\": \"2024-06-01T15:59:46-07:00\",\n                            \"first_name\": \"Claire\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T15:59:54-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036792983859,\n                                \"zip\": \"92120\",\n                                \"city\": \"San Diego\",\n                                \"name\": \"Claire Hendrix\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6581 Glenroy St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Hendrix\",\n                                \"first_name\": \"Claire\",\n                                \"customer_id\": 8014062354739,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014062354739\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T15:59:50-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T15:59:50-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:52-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"bcf82b6cad889d699de610a1195f21d7\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"68.8.76.150\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpCMEVKVlo1OFMyNzFIOUU5RDk4MkFS\",\n                        \"created_at\": \"2024-06-01T15:59:50-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030331736371,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030331736371\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:52-07:00\",\n                        \"checkout_id\": 37857244676403,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055677747,\n                                \"name\": \"#1314.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919430770995,\n                                \"created_at\": \"2024-06-03T15:14:51-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030331736371,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030331736371\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:51-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055677747\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZjdRA5RHFLeUKRVLru25rsdV1ip7bEEC4Q1gtkwm1sOwlyS3Jo1eu6UC4_aem_ATzWbespYs5sY4V3UvYKzPWvQ8WzvSBdjX4MFHqc7O8yCTMeRUfZgL8Xm-Y4pFRePOP6sZVrfCY_zzXy4gpaBNud&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1314,\n                        \"processed_at\": \"2024-06-01T15:59:46-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"bearfighting0@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"8016254494e3013506e7ab701f62beae\",\n                        \"client_details\": {\n                            \"browser_ip\": \"68.8.76.150\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone12,1; iOS 17_5_1; en_US; en; scale=2.00; 828x1792; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746315301171,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92120\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"Claire Hendrix\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6581 Glenroy St\",\n                            \"address2\": null,\n                            \"latitude\": 32.792391,\n                            \"province\": \"California\",\n                            \"last_name\": \"Hendrix\",\n                            \"longitude\": -117.0821112,\n                            \"first_name\": \"Claire\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/83e56cbe5747d9614823598f51daef7d/authenticate?key=4849fdec8659e7b07201680438a083be&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92120\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"Claire Hendrix\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6581 Glenroy St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Hendrix\",\n                            \"longitude\": null,\n                            \"first_name\": \"Claire\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"bcf82b6cad889d699de610a1195f21d7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"DERY0CMA5\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919430770995\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869364998451,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919430770995,\n                            \"created_at\": \"2024-06-01T15:59:50-07:00\",\n                            \"fulfill_at\": \"2024-06-01T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170581627187,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030331736371,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869364998451\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:52-07:00\",\n                            \"destination\": {\n                                \"id\": 6362941718835,\n                                \"zip\": \"92120\",\n                                \"city\": \"San Diego\",\n                                \"email\": \"bearfighting0@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6581 Glenroy St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Hendrix\",\n                                \"first_name\": \"Claire\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868356325683,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:57.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"117\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"118\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"47\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"number\": \"#1313\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T22:53:04.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:35.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:58.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"356\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919426380083,\n                        \"name\": \"#1313\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"basilio.jazmine@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"602837bd211c267322a60ae1f2403163\",\n                        \"app_id\": 580111,\n                        \"number\": 313,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014055014707,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"basilio.jazmine@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Basilio\",\n                            \"created_at\": \"2024-06-01T15:53:00-07:00\",\n                            \"first_name\": \"Jazmine\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T15:53:10-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036787544371,\n                                \"zip\": \"89139\",\n                                \"city\": \"Las Vegas\",\n                                \"name\": \"Jazmine Basilio\",\n                                \"phone\": \"+17024857707\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6614 Blue Diamond Road\",\n                                \"address2\": \"1187\",\n                                \"province\": \"Nevada\",\n                                \"last_name\": \"Basilio\",\n                                \"first_name\": \"Jazmine\",\n                                \"customer_id\": 8014055014707,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NV\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014055014707\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:53-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"5dd1288e42598ac3ff00f4bdb4d8c7bd\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:8801:47d0:7600:55c3:aba8:b3e0:c49e\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpBWlg4TVNKQ0ZRUVQ1M0dGMjAyQTNL\",\n                        \"created_at\": \"2024-06-01T15:53:04-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030323937587,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03775,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.046,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Nevada State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030323937587\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:53-07:00\",\n                        \"checkout_id\": 37857224622387,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055710515,\n                                \"name\": \"#1313.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919426380083,\n                                \"created_at\": \"2024-06-03T15:14:52-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030323937587,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.03775,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Clark County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.046,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Nevada State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030323937587\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:52-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055710515\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZBbUdNSDqUogMnMxppQCfdKrq19Yr4RvEF8PKgTNAB4GrrUJVlOfTyT4o_aem_ATyoN0w-XhjW7bNN03FuMc21-wWcjrVmjBqUqjaJiBXWNtPv-EqlbtyMW6E4FOkzpgUNOTAKu3M7YzmtNYLpIDkt&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1313,\n                        \"processed_at\": \"2024-06-01T15:53:00-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"basilio.jazmine@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"38edae6722804ced072499d13ca87251\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:8801:47d0:7600:55c3:aba8:b3e0:c49e\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746312286515,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03775,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.046,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Nevada State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"89178-8260\",\n                            \"city\": \"Las Vegas\",\n                            \"name\": \"Jazmine Basilio\",\n                            \"phone\": \"+17024857707\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8055 Dolce Volpe Ave\",\n                            \"address2\": null,\n                            \"latitude\": 36.0151355,\n                            \"province\": \"Nevada\",\n                            \"last_name\": \"Basilio\",\n                            \"longitude\": -115.2678093,\n                            \"first_name\": \"Jazmine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NV\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/602837bd211c267322a60ae1f2403163/authenticate?key=42234777040b2182d67f689e14814897&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"89139\",\n                            \"city\": \"Las Vegas\",\n                            \"name\": \"Jazmine Basilio\",\n                            \"phone\": \"+17024857707\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6614 Blue Diamond Road\",\n                            \"address2\": \"1187\",\n                            \"latitude\": 36.024311,\n                            \"province\": \"Nevada\",\n                            \"last_name\": \"Basilio\",\n                            \"longitude\": -115.2375449,\n                            \"first_name\": \"Jazmine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NV\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"5dd1288e42598ac3ff00f4bdb4d8c7bd\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WV5AMH2EL\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919426380083\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869360607539,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919426380083,\n                            \"created_at\": \"2024-06-01T15:53:05-07:00\",\n                            \"fulfill_at\": \"2024-06-01T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170573926707,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030323937587,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869360607539\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:52-07:00\",\n                            \"destination\": {\n                                \"id\": 6362938278195,\n                                \"zip\": \"89139\",\n                                \"city\": \"Las Vegas\",\n                                \"email\": \"basilio.jazmine@gmail.com\",\n                                \"phone\": \"+17024857707\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6614 Blue Diamond Road\",\n                                \"address2\": \"1187\",\n                                \"province\": \"Nevada\",\n                                \"last_name\": \"Basilio\",\n                                \"first_name\": \"Jazmine\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868351934771,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"119\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"120\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"48\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"36\",\n            \"attributes\": {\n                \"number\": \"#1311\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T21:46:37.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:36.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:00.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"363\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919376179507,\n                        \"name\": \"#1311\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kresslernguyen@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"97e3e2d8663206e5fd5b23c78a3e4905\",\n                        \"app_id\": 580111,\n                        \"number\": 311,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013981942067,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kresslernguyen@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Nguyen-Valdez\",\n                            \"created_at\": \"2024-06-01T14:46:34-07:00\",\n                            \"first_name\": \"Kressler\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T14:46:43-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036732690739,\n                                \"zip\": \"92843\",\n                                \"city\": \"Garden Grove\",\n                                \"name\": \"Kressler Nguyen-Valdez\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"10371 Garden Grove Blvd. Apt 7\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Nguyen-Valdez\",\n                                \"first_name\": \"Kressler\",\n                                \"customer_id\": 8013981942067,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013981942067\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:55-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"318dd2aab46bb9a1f8ed232524ef0f5d\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"107.77.227.11\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpBVzZFMVpOQ0o3UzhLUzg1TTNINkcx\",\n                        \"created_at\": \"2024-06-01T14:46:37-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030230810931,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Garden Grove City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030230810931\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:55-07:00\",\n                        \"checkout_id\": 37857078411571,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055776051,\n                                \"name\": \"#1311.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919376179507,\n                                \"created_at\": \"2024-06-03T15:14:55-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030230810931,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Garden Grove City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030230810931\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:55-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055776051\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZ5iPIxSU74VLnInZ1trjv89lSrhVBuNmDnYy7_mQ8hFhHqP_AZkysqZFI_aem_AdYRoy1GSS0X6jHaWs4RKfPoJVzkvlauQnJQ8Szipkq8nciO03PDdsF8NG_UN2Snd2C5Vfe1lbjBlD-9atgs0Ye6&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1311,\n                        \"processed_at\": \"2024-06-01T14:46:34-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kresslernguyen@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"ed6688e67d3a06eabb98f51785d5ca8c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"107.77.227.11\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone12,3; iOS 17_5_1; en_US; en; scale=3.00; 1125x2436; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746281582899,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Garden Grove City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92843\",\n                            \"city\": \"Garden Grove\",\n                            \"name\": \"Kressler Nguyen-Valdez\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"10371 Garden Grove Blvd. Apt 7\",\n                            \"address2\": null,\n                            \"latitude\": 33.775282,\n                            \"province\": \"California\",\n                            \"last_name\": \"Nguyen-Valdez\",\n                            \"longitude\": -117.9519189,\n                            \"first_name\": \"Kressler\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/97e3e2d8663206e5fd5b23c78a3e4905/authenticate?key=6463e2e81f39c8900461f52d48a8669c&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92843\",\n                            \"city\": \"Garden Grove\",\n                            \"name\": \"Kressler Nguyen-Valdez\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"10371 Garden Grove Blvd. Apt 7\",\n                            \"address2\": null,\n                            \"latitude\": 33.775282,\n                            \"province\": \"California\",\n                            \"last_name\": \"Nguyen-Valdez\",\n                            \"longitude\": -117.9519189,\n                            \"first_name\": \"Kressler\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"318dd2aab46bb9a1f8ed232524ef0f5d\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"RDGYJ55IF\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919376179507\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869309882675,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919376179507,\n                            \"created_at\": \"2024-06-01T14:46:38-07:00\",\n                            \"fulfill_at\": \"2024-06-01T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170481586483,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030230810931,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869309882675\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:55-07:00\",\n                            \"destination\": {\n                                \"id\": 6362903314739,\n                                \"zip\": \"92843\",\n                                \"city\": \"Garden Grove\",\n                                \"email\": \"kresslernguyen@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"10371 Garden Grove Blvd. Apt 7\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Nguyen-Valdez\",\n                                \"first_name\": \"Kressler\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868301340979,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"121\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"122\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"49\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"37\",\n            \"attributes\": {\n                \"number\": \"#1309\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T20:49:04.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:37.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:01.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"370\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919326601523,\n                        \"name\": \"#1309\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"beth.toler@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"2b03e5121bfe9004ad02c36af1e07da1\",\n                        \"app_id\": 580111,\n                        \"number\": 309,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013917421875,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"beth.toler@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Toler\",\n                            \"created_at\": \"2024-06-01T13:49:01-07:00\",\n                            \"first_name\": \"Cassie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T13:49:09-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036684620083,\n                                \"zip\": \"75065\",\n                                \"city\": \"Hickory creek\",\n                                \"name\": \"Cassie Toler\",\n                                \"phone\": \"+18172137132\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5 Tanglewood dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Toler\",\n                                \"first_name\": \"Cassie\",\n                                \"customer_id\": 8013917421875,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013917421875\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T13:49:04-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T13:49:04-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:57-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"4ea1216daff00e0445df8c2b6741be9e\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.02,\n                                \"price\": \"0.08\",\n                                \"title\": \"Hickory Creek City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"2607:fb91:9ce:cf50:3424:aaff:fe20:e9f9\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBUlk3NkNYTUYxNjdUWlNLUFk0Q1FD\",\n                        \"created_at\": \"2024-06-01T13:49:04-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030130344243,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Hickory Creek City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030130344243\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:57-07:00\",\n                        \"checkout_id\": 37856939180339,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055907123,\n                                \"name\": \"#1309.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919326601523,\n                                \"created_at\": \"2024-06-03T15:14:57-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030130344243,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Hickory Creek City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030130344243\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:57-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055907123\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYAYCNn71gQgO6FyNU0SOj5rl4PHQnaCflHa6PJnAXEHdnyAPVFagYqt00_aem_AU711jQ0qJBxcKFb4K1yGynwwJ0i6xkNvHxyupTdp3AtV5UIJAP6OtKVpvKjt-3R-y5YyWgrLakPK2bQ4bID2WXO&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1309,\n                        \"processed_at\": \"2024-06-01T13:49:01-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"beth.toler@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"ca0772bb57fd838955e1d5a4b7f96a15\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:9ce:cf50:3424:aaff:fe20:e9f9\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; moto g 5G - 2023 Build/U1TPNS34.26-78-3-1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.180 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 280dpi; 720x1439; motorola; moto g 5G - 2023; pnangn; qcom; en_US; 604247853)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746253664563,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.08\",\n                                        \"title\": \"Hickory Creek City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"75065\",\n                            \"city\": \"Hickory creek\",\n                            \"name\": \"Cassie Toler\",\n                            \"phone\": \"+18172137132\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5 Tanglewood dr\",\n                            \"address2\": null,\n                            \"latitude\": 33.1089974,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Toler\",\n                            \"longitude\": -97.0158032,\n                            \"first_name\": \"Cassie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/2b03e5121bfe9004ad02c36af1e07da1/authenticate?key=fa5a55fb09e30f9ad4a791e9268c8c6f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"75065\",\n                            \"city\": \"Hickory creek\",\n                            \"name\": \"Cassie Toler\",\n                            \"phone\": \"+18172137132\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5 Tanglewood dr\",\n                            \"address2\": null,\n                            \"latitude\": 33.1089974,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Toler\",\n                            \"longitude\": -97.0158032,\n                            \"first_name\": \"Cassie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"4ea1216daff00e0445df8c2b6741be9e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"CUVXM88T8\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919326601523\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869259714867,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919326601523,\n                            \"created_at\": \"2024-06-01T13:49:05-07:00\",\n                            \"fulfill_at\": \"2024-06-01T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170381807923,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030130344243,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869259714867\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:57-07:00\",\n                            \"destination\": {\n                                \"id\": 6362871365939,\n                                \"zip\": \"75065\",\n                                \"city\": \"Hickory creek\",\n                                \"email\": \"beth.toler@yahoo.com\",\n                                \"phone\": \"+18172137132\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5 Tanglewood dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Toler\",\n                                \"first_name\": \"Cassie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868251205939,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:01.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"123\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"124\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"50\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"38\",\n            \"attributes\": {\n                \"number\": \"#1308\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T20:36:28.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:38.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:03.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"377\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919313297715,\n                        \"name\": \"#1308\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jandow@comcast.net\",\n                        \"phone\": null,\n                        \"token\": \"228e85363674377fed6cd602bbd1d941\",\n                        \"app_id\": 580111,\n                        \"number\": 308,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013901562163,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jandow@comcast.net\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Dow\",\n                            \"created_at\": \"2024-06-01T13:36:25-07:00\",\n                            \"first_name\": \"Nell\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T13:36:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036672332083,\n                                \"zip\": \"01832\",\n                                \"city\": \"Haverhill\",\n                                \"name\": \"Nell Dow\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"132 Lake St\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Dow\",\n                                \"first_name\": \"Nell\",\n                                \"customer_id\": 8013901562163,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013901562163\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T13:36:29-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T13:36:29-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:58-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"c91616c585202afd34f68a0174851510\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.196.208.120\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpBUjdKOTM1UjI5UEExRDFSSlBaOVBE\",\n                        \"created_at\": \"2024-06-01T13:36:28-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030103277875,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030103277875\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:58-07:00\",\n                        \"checkout_id\": 37856901529907,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055939891,\n                                \"name\": \"#1308.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919313297715,\n                                \"created_at\": \"2024-06-03T15:14:58-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030103277875,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030103277875\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:58-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055939891\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1308,\n                        \"processed_at\": \"2024-06-01T13:36:25-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jandow@comcast.net\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e35fb9f3877b7eb992ef4094ecb9cbdb\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.196.208.120\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/465.0.1.41.103;FBBV/602060281;FBDV/iPhone13,1;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/605516918]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746246226227,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"01832\",\n                            \"city\": \"Haverhill\",\n                            \"name\": \"Nell Dow\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"132 Lake St\",\n                            \"address2\": null,\n                            \"latitude\": 42.783019,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Dow\",\n                            \"longitude\": -71.1438654,\n                            \"first_name\": \"Nell\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/228e85363674377fed6cd602bbd1d941/authenticate?key=1e84f17e352a8eb411eece30723c6322&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"01832\",\n                            \"city\": \"Haverhill\",\n                            \"name\": \"Nell Dow\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"132 Lake St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Dow\",\n                            \"longitude\": null,\n                            \"first_name\": \"Nell\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"c91616c585202afd34f68a0174851510\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WU7ZL65IQ\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919313297715\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869246181683,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919313297715,\n                            \"created_at\": \"2024-06-01T13:36:29-07:00\",\n                            \"fulfill_at\": \"2024-06-01T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170355233075,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030103277875,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869246181683\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:58-07:00\",\n                            \"destination\": {\n                                \"id\": 6362863305011,\n                                \"zip\": \"01832\",\n                                \"city\": \"Haverhill\",\n                                \"email\": \"jandow@comcast.net\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"132 Lake St\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Dow\",\n                                \"first_name\": \"Nell\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868237672755,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:02.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"125\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"126\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"51\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"39\",\n            \"attributes\": {\n                \"number\": \"#1307\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T20:33:33.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:39.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"384\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919309955379,\n                        \"name\": \"#1307\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"ktlovescows@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"c2b34b8acbd89e5eef9b7f57d6f23916\",\n                        \"app_id\": 580111,\n                        \"number\": 307,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013897630003,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"ktlovescows@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Gjesdahl\",\n                            \"created_at\": \"2024-06-01T13:33:30-07:00\",\n                            \"first_name\": \"Katie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T13:33:38-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036669546803,\n                                \"zip\": \"55113\",\n                                \"city\": \"Roseville\",\n                                \"name\": \"Katie Gjesdahl\",\n                                \"phone\": \"+14022106654\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"484 Judith Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Minnesota\",\n                                \"last_name\": \"Gjesdahl\",\n                                \"first_name\": \"Katie\",\n                                \"customer_id\": 8013897630003,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MN\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013897630003\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:59-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"fae973966da105bc27422a58125d35fe\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"107.2.103.244\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBUjM1M1I5UkszNUJKUFpZQVA3N0pO\",\n                        \"created_at\": \"2024-06-01T13:33:33-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030096167219,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Transit Improvement (Ramsey Co)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Transportation\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Tax For Housing\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Minnesota State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030096167219\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:59-07:00\",\n                        \"checkout_id\": 37856894255411,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056005427,\n                                \"name\": \"#1307.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919309955379,\n                                \"created_at\": \"2024-06-03T15:14:59-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030096167219,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Transit Improvement (Ramsey Co)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Transportation\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Tax For Housing\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06875,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Minnesota State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030096167219\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:59-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056005427\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZORpbA6UL2K1g00_rRzEjDwznmWPtHDfxaUvUlEHdqRviYuI5ydhxhR14_aem_ATw-7fqmm6ZV4b2Bwr2ysQ-zVwxCBi7TNxsHoOD84Kd2FZZg9ZzNYBMfU2ftbxO_CC2BFH7DabA7f-btbYGWHNgV&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1307,\n                        \"processed_at\": \"2024-06-01T13:33:29-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"ktlovescows@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"ed2d38d5232a409ae4518346cfdf8350\",\n                        \"client_details\": {\n                            \"browser_ip\": \"107.2.103.244\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746244227379,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Transit Improvement (Ramsey Co)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Transportation\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Tax For Housing\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Minnesota State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"55113\",\n                            \"city\": \"Roseville\",\n                            \"name\": \"Katie Gjesdahl\",\n                            \"phone\": \"+14022106654\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"484 Judith Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Minnesota\",\n                            \"last_name\": \"Gjesdahl\",\n                            \"longitude\": null,\n                            \"first_name\": \"Katie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c2b34b8acbd89e5eef9b7f57d6f23916/authenticate?key=f88765fd7cbe39975a7d289ed57a69bf&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"55113\",\n                            \"city\": \"Roseville\",\n                            \"name\": \"Katie Gjesdahl\",\n                            \"phone\": \"+14022106654\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"484 Judith Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 45.025382,\n                            \"province\": \"Minnesota\",\n                            \"last_name\": \"Gjesdahl\",\n                            \"longitude\": -93.1206275,\n                            \"first_name\": \"Katie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MN\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"fae973966da105bc27422a58125d35fe\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"T29TAQ0L6\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919309955379\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869242872115,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919309955379,\n                            \"created_at\": \"2024-06-01T13:33:33-07:00\",\n                            \"fulfill_at\": \"2024-06-01T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170348187955,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030096167219,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869242872115\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:59-07:00\",\n                            \"destination\": {\n                                \"id\": 6362861240627,\n                                \"zip\": \"55113\",\n                                \"city\": \"Roseville\",\n                                \"email\": \"ktlovescows@yahoo.com\",\n                                \"phone\": \"+14022106654\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"484 Judith Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Minnesota\",\n                                \"last_name\": \"Gjesdahl\",\n                                \"first_name\": \"Katie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868234363187,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:04.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"127\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"128\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"52\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"40\",\n            \"attributes\": {\n                \"number\": \"#1303\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:42:26.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:42.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"389\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919006622003,\n                        \"name\": \"#1303\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"rblasagna@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"546d6e7b489a0a628d12a45bfeaeb48c\",\n                        \"app_id\": 580111,\n                        \"number\": 303,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013561921843,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"rblasagna@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Lasagna\",\n                            \"created_at\": \"2024-06-01T09:42:21-07:00\",\n                            \"first_name\": \"Romina\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:42:31-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036396622131,\n                                \"zip\": \"77845\",\n                                \"city\": \"College Station\",\n                                \"name\": \"Romina Lasagna\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3405 Dallis Dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Lasagna\",\n                                \"first_name\": \"Romina\",\n                                \"customer_id\": 8013561921843,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013561921843\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:42:26-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:42:26-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:05-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"2cf48367b5a99b09c7b811e6916c8d0a\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.005,\n                                \"price\": \"0.02\",\n                                \"title\": \"Brazos County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.015,\n                                \"price\": \"0.06\",\n                                \"title\": \"College Station City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"166.205.190.128\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBQVZTVzYzTkNOQzFOUkVRRjUwS1Ez\",\n                        \"created_at\": \"2024-06-01T09:42:26-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029533016371,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Brazos County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"College Station City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029533016371\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:05-07:00\",\n                        \"checkout_id\": 37856130498867,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056234803,\n                                \"name\": \"#1303.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919006622003,\n                                \"created_at\": \"2024-06-03T15:15:05-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029533016371,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Brazos County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.015,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"College Station City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029533016371\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:05-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056234803\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Explore&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYsgfSf8igxTlSlMCQP1OA7XYIIxJtkfacLhEeeRf3gFkh7KfB81H9ySBo_aem_AU5yipbCvue6iODYAnehxQdpF5A4JDOnperXdXAs0alB8GCjSHexgstfxL93LJ1Va18M8rj13O3tI6esI28Eay7j&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1303,\n                        \"processed_at\": \"2024-06-01T09:42:21-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"rblasagna@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"16c0f7b948b0d43e2ea956f2a8d54dc2\",\n                        \"client_details\": {\n                            \"browser_ip\": \"166.205.190.128\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone15,2; iOS 17_4_1; en_US; en; scale=3.00; 1179x2556; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746059841843,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.02\",\n                                        \"title\": \"Brazos County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.06\",\n                                        \"title\": \"College Station City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"77845-7327\",\n                            \"city\": \"College Station\",\n                            \"name\": \"Romina Lasagna\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3405 Dallis Dr\",\n                            \"address2\": null,\n                            \"latitude\": 30.5823725,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Lasagna\",\n                            \"longitude\": -96.2942531,\n                            \"first_name\": \"Romina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/546d6e7b489a0a628d12a45bfeaeb48c/authenticate?key=ae00d08e38053cbfe1b4e03418ba9ba8&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"77845\",\n                            \"city\": \"College Station\",\n                            \"name\": \"Romina Lasagna\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3405 Dallis Dr\",\n                            \"address2\": null,\n                            \"latitude\": 30.5823725,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Lasagna\",\n                            \"longitude\": -96.2942531,\n                            \"first_name\": \"Romina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"2cf48367b5a99b09c7b811e6916c8d0a\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"TC2L8AMDX\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919006622003\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868935639347,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919006622003,\n                            \"created_at\": \"2024-06-01T09:42:26-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169789886771,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029533016371,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868935639347\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:05-07:00\",\n                            \"destination\": {\n                                \"id\": 6362649985331,\n                                \"zip\": \"77845\",\n                                \"city\": \"College Station\",\n                                \"email\": \"rblasagna@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3405 Dallis Dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Lasagna\",\n                                \"first_name\": \"Romina\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867927294259,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"129\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"130\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"53\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"41\",\n            \"attributes\": {\n                \"number\": \"#1306\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T19:04:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:40.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"396\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919208702259,\n                        \"name\": \"#1306\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sjbishop@ymail.com\",\n                        \"phone\": null,\n                        \"token\": \"d0f7e03d6a8467bbf16207b96d013d1c\",\n                        \"app_id\": 580111,\n                        \"number\": 306,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013771505971,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sjbishop@ymail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Bishop\",\n                            \"created_at\": \"2024-06-01T12:04:10-07:00\",\n                            \"first_name\": \"Sarah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T12:04:22-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036576944435,\n                                \"zip\": \"78231\",\n                                \"city\": \"San Antonio\",\n                                \"name\": \"Sarah Bishop\",\n                                \"phone\": \"+16107515712\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"13419 Orchard Ridge Drive\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Bishop\",\n                                \"first_name\": \"Sarah\",\n                                \"customer_id\": 8013771505971,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013771505971\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T12:04:17-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T12:04:17-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:00-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"aff93f80d0c7f7729a17180dd84e6a7a\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0125,\n                                \"price\": \"0.05\",\n                                \"title\": \"San Antonio City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.005,\n                                \"price\": \"0.02\",\n                                \"title\": \"San Antonio Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0025,\n                                \"price\": \"0.01\",\n                                \"title\": \"San Antonio Atd Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"2600:387:a:3::72\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBSlpITlRZRFlCWVlOREJLTTlYNVla\",\n                        \"created_at\": \"2024-06-01T12:04:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029908832563,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Antonio City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Antonio Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Antonio Atd Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029908832563\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:00-07:00\",\n                        \"checkout_id\": 37856616251699,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056070963,\n                                \"name\": \"#1306.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919208702259,\n                                \"created_at\": \"2024-06-03T15:15:00-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029908832563,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Antonio City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Antonio Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Antonio Atd Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029908832563\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:00-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056070963\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR07mynB-TDtdcD_UVq_iI17NfmMwgwVv3gwp6f22E-u-GiT1HmvXIp_k7s_aem_AU7WEkP7U7iEfpt6iDCUM-Nkdvkgs2cWt5BDPsjln0AD9tWgPHEvT6XBS5Nz1PRkc0m1XRTl3I3ut3cafQaoFbFD&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1306,\n                        \"processed_at\": \"2024-06-01T12:04:10-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sjbishop@ymail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"06f702fb1768c630aa51c03cf28a4f22\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:a:3::72\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 12; SM-G973U Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.133 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/465.0.0.63.83;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746185539891,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.05\",\n                                        \"title\": \"San Antonio City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.02\",\n                                        \"title\": \"San Antonio Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"San Antonio Atd Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"78231\",\n                            \"city\": \"San Antonio\",\n                            \"name\": \"Sarah Bishop\",\n                            \"phone\": \"+16107515712\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"13419 Orchard Ridge Drive\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Bishop\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/d0f7e03d6a8467bbf16207b96d013d1c/authenticate?key=05e8fd188349f9d64b297f3060a31502&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"78231\",\n                            \"city\": \"San Antonio\",\n                            \"name\": \"Sarah Bishop\",\n                            \"phone\": \"+16107515712\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"13419 Orchard Ridge Drive\",\n                            \"address2\": null,\n                            \"latitude\": 29.5629905,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Bishop\",\n                            \"longitude\": -98.5301033,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"aff93f80d0c7f7729a17180dd84e6a7a\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"5D60IZGCE\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919208702259\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869140439347,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919208702259,\n                            \"created_at\": \"2024-06-01T12:04:17-07:00\",\n                            \"fulfill_at\": \"2024-06-01T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170162786611,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029908832563,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869140439347\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:00-07:00\",\n                            \"destination\": {\n                                \"id\": 6362793640243,\n                                \"zip\": \"78231\",\n                                \"city\": \"San Antonio\",\n                                \"email\": \"sjbishop@ymail.com\",\n                                \"phone\": \"+16107515712\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"13419 Orchard Ridge Drive\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Bishop\",\n                                \"first_name\": \"Sarah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868131930419,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"131\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"132\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"54\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"42\",\n            \"attributes\": {\n                \"number\": \"#1302\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:18:09.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:43.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"403\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918973264179,\n                        \"name\": \"#1302\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"chemi-luminescence@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"2c800f1c31d0c9916f18fafa871d4d18\",\n                        \"app_id\": 580111,\n                        \"number\": 302,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013525942579,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"chemi-luminescence@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hanawalt\",\n                            \"created_at\": \"2024-06-01T09:18:05-07:00\",\n                            \"first_name\": \"Erin\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:18:15-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036363854131,\n                                \"zip\": \"30032\",\n                                \"city\": \"Decatur\",\n                                \"name\": \"Erin Hanawalt\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2056 Castlegate Terrace\",\n                                \"address2\": \"Unit A\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"Hanawalt\",\n                                \"first_name\": \"Erin\",\n                                \"customer_id\": 8013525942579,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"GA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013525942579\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:18:10-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:18:10-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:07-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"636615f3267fbbef4e4ad634ce7ef94e\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.03,\n                                \"price\": \"0.12\",\n                                \"title\": \"Dekalb County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.12\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.12\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Dekalb Co Tsplost Sp\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Georgia State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"99.104.198.139\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpBOUNCVEE5NFoxSlRQWjA4QjlTUU1S\",\n                        \"created_at\": \"2024-06-01T09:18:09-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029468168499,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Dekalb County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Dekalb Co Tsplost Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029468168499\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:07-07:00\",\n                        \"checkout_id\": 37856046842163,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056267571,\n                                \"name\": \"#1302.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918973264179,\n                                \"created_at\": \"2024-06-03T15:15:07-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029468168499,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Dekalb County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Dekalb Co Tsplost Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Georgia State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029468168499\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:07-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056267571\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwY2xjawDIKHgBHUVszqKxsAmxtLviSuUPsAF8RiAgNNwGeMtEyr3dtIpshHeCyCdSqT2xrg_aem_AT6Nr1_H_TiggFXif8KGKW7shbT1ZJASs5uuO3YlgflVDpPdtsU8AjA-ebm-jXQsHq-hcAOPAnbeWecPTVhUzdwi&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1302,\n                        \"processed_at\": \"2024-06-01T09:18:05-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"chemi-luminescence@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"f36af4ab523b86ac24aac50f22379b11\",\n                        \"client_details\": {\n                            \"browser_ip\": \"99.104.198.139\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 12; M2007J20CG Build/SKQ1.211019.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746037723443,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.12\",\n                                        \"title\": \"Dekalb County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.12\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.12\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Dekalb Co Tsplost Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"30032\",\n                            \"city\": \"Decatur\",\n                            \"name\": \"Erin Hanawalt\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2056 Castlegate Terrace\",\n                            \"address2\": \"Unit A\",\n                            \"latitude\": 33.7303637,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"Hanawalt\",\n                            \"longitude\": -84.27917,\n                            \"first_name\": \"Erin\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/2c800f1c31d0c9916f18fafa871d4d18/authenticate?key=4635161f8b3f87342301115b7965b66f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"30032\",\n                            \"city\": \"Decatur\",\n                            \"name\": \"Erin Hanawalt\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2056 Castlegate Terrace\",\n                            \"address2\": \"Unit A\",\n                            \"latitude\": 33.7303637,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"Hanawalt\",\n                            \"longitude\": -84.27917,\n                            \"first_name\": \"Erin\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"636615f3267fbbef4e4ad634ce7ef94e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GK0556F0X\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918973264179\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868901790003,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918973264179,\n                            \"created_at\": \"2024-06-01T09:18:10-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169725530419,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029468168499,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868901790003\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:07-07:00\",\n                            \"destination\": {\n                                \"id\": 6362624295219,\n                                \"zip\": \"30032\",\n                                \"city\": \"Decatur\",\n                                \"email\": \"chemi-luminescence@hotmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2056 Castlegate Terrace\",\n                                \"address2\": \"Unit A\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"Hanawalt\",\n                                \"first_name\": \"Erin\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867893477683,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"133\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"134\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"55\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"43\",\n            \"attributes\": {\n                \"number\": \"#1305\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.41,\n                \"discount\": 0,\n                \"total\": 4.4,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T18:55:21.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:41.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"412\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919196905779,\n                        \"name\": \"#1305\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jhuk1309@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"eaceca1cf7d1315df638b5e38094c73d\",\n                        \"app_id\": 580111,\n                        \"number\": 305,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013756105011,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jhuk1309@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Huk\",\n                            \"created_at\": \"2024-06-01T11:55:17-07:00\",\n                            \"first_name\": \"Yuliya\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T11:55:26-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036566622515,\n                                \"zip\": \"60622\",\n                                \"city\": \"Chicago\",\n                                \"name\": \"Julia Huk\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"853 N Hermitage Ave\",\n                                \"address2\": \"Apt 2F\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Huk\",\n                                \"first_name\": \"Julia\",\n                                \"customer_id\": 8013756105011,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013756105011\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T11:55:21-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T11:55:21-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:01-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e701a44700c05b3ca60424e0fe2fa927\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0175,\n                                \"price\": \"0.07\",\n                                \"title\": \"Cook County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0125,\n                                \"price\": \"0.05\",\n                                \"title\": \"Chicago City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.41\",\n                        \"browser_ip\": \"209.107.189.181\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBSkRTM1pHNTQ1RTBHWkozRUs3M1hT\",\n                        \"created_at\": \"2024-06-01T11:55:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029886288179,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029886288179\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:01-07:00\",\n                        \"checkout_id\": 37856584761651,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.40\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056136499,\n                                \"name\": \"#1305.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919196905779,\n                                \"created_at\": \"2024-06-03T15:15:01-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029886288179,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cook County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Chicago City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Illinois State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029886288179\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:01-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056136499\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYMGSaYS_Ynt1kMCuj3OLZ1eEJ_bQrdG-kdPUBEjd7y2hQPkiuYnTkX0cE_aem_AU6cnDQXF6H0yjOZntyHZAm3ZRRnBsMxLYwMcD_hqky2JMRieVTlnFrpRcQOWo5o8esuPuVskkmeL8iZGcDiUu12&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1305,\n                        \"processed_at\": \"2024-06-01T11:55:17-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jhuk1309@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"11a180deacf7a3ff1680778319e40a47\",\n                        \"client_details\": {\n                            \"browser_ip\": \"209.107.189.181\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746178462003,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.07\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.05\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"60622\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Yuliya Huk\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"853 N Hermitage Ave\",\n                            \"address2\": \"Apt 2F\",\n                            \"latitude\": 41.89759249999999,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Huk\",\n                            \"longitude\": -87.6707156,\n                            \"first_name\": \"Yuliya\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/eaceca1cf7d1315df638b5e38094c73d/authenticate?key=7d4cd9821400e632610ea29a50ac5a55&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"60622\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Julia Huk\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"853 N Hermitage Ave\",\n                            \"address2\": \"Apt 2F\",\n                            \"latitude\": 41.89759249999999,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Huk\",\n                            \"longitude\": -87.6707156,\n                            \"first_name\": \"Julia\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"current_total_tax\": \"0.41\",\n                        \"source_identifier\": \"e701a44700c05b3ca60424e0fe2fa927\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"9GI025AKK\",\n                        \"current_total_price\": \"4.40\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919196905779\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869128249651,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919196905779,\n                            \"created_at\": \"2024-06-01T11:55:21-07:00\",\n                            \"fulfill_at\": \"2024-06-01T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170140340531,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029886288179,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869128249651\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:01-07:00\",\n                            \"destination\": {\n                                \"id\": 6362785546547,\n                                \"zip\": \"60622\",\n                                \"city\": \"Chicago\",\n                                \"email\": \"jhuk1309@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"853 N Hermitage Ave\",\n                                \"address2\": \"Apt 2F\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Huk\",\n                                \"first_name\": \"Julia\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868119773491,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"135\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"136\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"56\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"44\",\n            \"attributes\": {\n                \"number\": \"#1300\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.41,\n                \"discount\": 0,\n                \"total\": 4.4,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:08:28.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:44.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"417\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918959665459,\n                        \"name\": \"#1300\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"crawfordama@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"3d7e87881018d855680b08ae535a52d1\",\n                        \"app_id\": 580111,\n                        \"number\": 300,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013509722419,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"crawfordama@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Crawford\",\n                            \"created_at\": \"2024-06-01T09:08:22-07:00\",\n                            \"first_name\": \"Amanda\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:08:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036349305139,\n                                \"zip\": \"60657\",\n                                \"city\": \"Chicago\",\n                                \"name\": \"Amanda Crawford\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"807 West Cornelia Avenue\",\n                                \"address2\": \"Apt 2E\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Crawford\",\n                                \"first_name\": \"Amanda\",\n                                \"customer_id\": 8013509722419,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013509722419\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:08:29-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:08:29-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:09-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"074e9929f0af44e01fcd6a5628c3539f\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0175,\n                                \"price\": \"0.07\",\n                                \"title\": \"Cook County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0125,\n                                \"price\": \"0.05\",\n                                \"title\": \"Chicago City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.41\",\n                        \"browser_ip\": \"2607:fb91:229c:1b93:b4ee:66ed:283b:95f4\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBOFgzNTRCRlpBS1BSUTExVjRENzhH\",\n                        \"created_at\": \"2024-06-01T09:08:28-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029442117939,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029442117939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:09-07:00\",\n                        \"checkout_id\": 37856010469683,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.40\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056333107,\n                                \"name\": \"#1300.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918959665459,\n                                \"created_at\": \"2024-06-03T15:15:09-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029442117939,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cook County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Chicago City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Illinois State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029442117939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:09-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056333107\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabOyXoPMVJGdM4S56ibZh273V_MPbBXwtADUjCy3NwqE7NhrVkHa7s_n68_aem_AT63vZcOob6Q7ktJx5xHaGidiBpbpByoVikC2JHNFRXHS_nbTGLWQ3ikRKjLc-T9RwLbyDUvLV_LYbp6n2ZIYWmu&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1300,\n                        \"processed_at\": \"2024-06-01T09:08:22-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"crawfordama@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"be7c7e1ad498027e7578f0cac401f81f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:229c:1b93:b4ee:66ed:283b:95f4\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 332.0.2.29.94 (iPhone14,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 600349675)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746028482867,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.07\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.05\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"60657\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Amanda Crawford\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"807 West Cornelia Avenue\",\n                            \"address2\": \"Apt 2E\",\n                            \"latitude\": null,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Crawford\",\n                            \"longitude\": null,\n                            \"first_name\": \"Amanda\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3d7e87881018d855680b08ae535a52d1/authenticate?key=ca5c9054ebdcae8662aac6882743aafa&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"60657\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Amanda Crawford\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"807 West Cornelia Avenue\",\n                            \"address2\": \"Apt 2E\",\n                            \"latitude\": 41.94503599999999,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Crawford\",\n                            \"longitude\": -87.6497717,\n                            \"first_name\": \"Amanda\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"current_total_tax\": \"0.41\",\n                        \"source_identifier\": \"074e9929f0af44e01fcd6a5628c3539f\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GMAXEF8K3\",\n                        \"current_total_price\": \"4.40\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918959665459\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868888518963,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918959665459,\n                            \"created_at\": \"2024-06-01T09:08:29-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169699774771,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029442117939,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868888518963\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:09-07:00\",\n                            \"destination\": {\n                                \"id\": 6362613940531,\n                                \"zip\": \"60657\",\n                                \"city\": \"Chicago\",\n                                \"email\": \"crawfordama@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"807 West Cornelia Avenue\",\n                                \"address2\": \"Apt 2E\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Crawford\",\n                                \"first_name\": \"Amanda\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867880206643,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"137\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"138\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"57\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"45\",\n            \"attributes\": {\n                \"number\": \"#1292\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:19:20.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:45.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"426\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918891573555,\n                        \"name\": \"#1292\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"cmallari925@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"f521220b3b9b69d75a8158b44fb43c85\",\n                        \"app_id\": 580111,\n                        \"number\": 292,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013436846387,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"cmallari925@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Jimenez\",\n                            \"created_at\": \"2024-06-01T08:19:17-07:00\",\n                            \"first_name\": \"Christine\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T08:19:25-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036285505843,\n                                \"zip\": \"78665\",\n                                \"city\": \"Round Rock\",\n                                \"name\": \"Christine Jimenez\",\n                                \"phone\": \"+12104280137\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2950 E Old Settlers Blvd\",\n                                \"address2\": \"Unit 51\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Jimenez\",\n                                \"first_name\": \"Christine\",\n                                \"customer_id\": 8013436846387,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013436846387\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:19:21-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:19:21-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:12-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d1a9fd459acc30b8fad17a0b32bbf67c\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.02,\n                                \"price\": \"0.08\",\n                                \"title\": \"Round Rock City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"2600:100c:b003:bc3c:4024:a6d8:6e24:7036\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBNjNBRTM0SjdaM0paNUtFTUpNWUoz\",\n                        \"created_at\": \"2024-06-01T08:19:20-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029305147699,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Round Rock City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029305147699\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:12-07:00\",\n                        \"checkout_id\": 37855840993587,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056365875,\n                                \"name\": \"#1292.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918891573555,\n                                \"created_at\": \"2024-06-03T15:15:12-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029305147699,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Round Rock City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029305147699\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:12-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056365875\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR32hbjqpbsqtGv-AWZNr2AiQbM_YLaEU2CxL-_MWs2tXL2e1-chiyaPIFw_aem_AT4vb3MQyOXyICGHAuYp4--JaFjcw52Gn-NuJ8Ee_QriHNsJ-IhSDmHvqyX4NpNRTUXDCyEuTg7PxlqYzJGV2XqG&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1292,\n                        \"processed_at\": \"2024-06-01T08:19:17-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"cmallari925@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"03b83190a4b2521408d148397cbf5260\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:100c:b003:bc3c:4024:a6d8:6e24:7036\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone13,4;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4745984901427,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.08\",\n                                        \"title\": \"Round Rock City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"78665\",\n                            \"city\": \"Round Rock\",\n                            \"name\": \"Christine Jimenez\",\n                            \"phone\": \"+12104280137\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2950 E Old Settlers Blvd\",\n                            \"address2\": \"Unit 51\",\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Jimenez\",\n                            \"longitude\": null,\n                            \"first_name\": \"Christine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/f521220b3b9b69d75a8158b44fb43c85/authenticate?key=57ec40ffb95e719521bc883bca9dc38f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"78665\",\n                            \"city\": \"Round Rock\",\n                            \"name\": \"Christine Jimenez\",\n                            \"phone\": \"+12104280137\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2950 E Old Settlers Blvd\",\n                            \"address2\": \"Unit 51\",\n                            \"latitude\": 30.5471461,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Jimenez\",\n                            \"longitude\": -97.6403649,\n                            \"first_name\": \"Christine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"d1a9fd459acc30b8fad17a0b32bbf67c\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"2YZ0M9QIP\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918891573555\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868819312947,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918891573555,\n                            \"created_at\": \"2024-06-01T08:19:21-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169564115251,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029305147699,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868819312947\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:12-07:00\",\n                            \"destination\": {\n                                \"id\": 6362563150131,\n                                \"zip\": \"78665\",\n                                \"city\": \"Round Rock\",\n                                \"email\": \"cmallari925@gmail.com\",\n                                \"phone\": \"+12104280137\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2950 E Old Settlers Blvd\",\n                                \"address2\": \"Unit 51\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Jimenez\",\n                                \"first_name\": \"Christine\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867811066163,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"139\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"140\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"58\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"46\",\n            \"attributes\": {\n                \"number\": \"#1304\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T17:41:51.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:41.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"427\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919092965683,\n                        \"name\": \"#1304\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"huynh.diana96@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"a5c81c7b40cf6672d5a8bcb71f2ca4e6\",\n                        \"app_id\": 580111,\n                        \"number\": 304,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013651968307,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"huynh.diana96@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Spagnoli\",\n                            \"created_at\": \"2024-06-01T10:41:48-07:00\",\n                            \"first_name\": \"Kelton\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T10:41:56-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036477919539,\n                                \"zip\": \"98663\",\n                                \"city\": \"Vancouver\",\n                                \"name\": \"Diana Huynh\",\n                                \"phone\": \"+14084394985\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4918 NE 23rd Ct\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Huynh\",\n                                \"first_name\": \"Diana\",\n                                \"customer_id\": 8013651968307,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"WA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013651968307\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T10:41:51-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T10:41:51-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:03-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"905c25c7a514a006f0e925bd071ab062\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:100f:b103:4c26:912e:6311:248d:6994\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpBRTNEMFoxVFNDWE1NM0NZRkQ2RTBO\",\n                        \"created_at\": \"2024-06-01T10:41:51-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029695840563,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.022,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Vancouver City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029695840563\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:03-07:00\",\n                        \"checkout_id\": 37856329531699,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056202035,\n                                \"name\": \"#1304.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919092965683,\n                                \"created_at\": \"2024-06-03T15:15:03-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029695840563,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Clark County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.022,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Vancouver City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.065,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029695840563\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:03-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056202035\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaamG4IXhlNxpFcWVYC6Nak_9_zOEZ0usDD-j7r9bBbBEOvcsk1EXYyZ85k_aem_AU6jwqeMpDDEK46PKJJ587dV5Ft0tmHP_LoLWXUw1A3r-9n9i_wRcQsfYEwou7AJpzBHihcJF6qp5tPKH1I04-FZ&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1304,\n                        \"processed_at\": \"2024-06-01T10:41:48-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"huynh.diana96@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"cbadfad288e21c4df1c382f345d3b1fc\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:100f:b103:4c26:912e:6311:248d:6994\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746115776819,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.022,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Vancouver City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"98663\",\n                            \"city\": \"Vancouver\",\n                            \"name\": \"Kelton Spagnoli\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4918 NE 23rd Ct\",\n                            \"address2\": null,\n                            \"latitude\": 45.6574671,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Spagnoli\",\n                            \"longitude\": -122.6474677,\n                            \"first_name\": \"Kelton\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/a5c81c7b40cf6672d5a8bcb71f2ca4e6/authenticate?key=139e0c91253643607675bb90d28a670d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"98663\",\n                            \"city\": \"Vancouver\",\n                            \"name\": \"Diana Huynh\",\n                            \"phone\": \"+14084394985\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4918 NE 23rd Ct\",\n                            \"address2\": null,\n                            \"latitude\": 45.6574671,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Huynh\",\n                            \"longitude\": -122.6474677,\n                            \"first_name\": \"Diana\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"905c25c7a514a006f0e925bd071ab062\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NW21R4YQI\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919092965683\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869022998835,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919092965683,\n                            \"created_at\": \"2024-06-01T10:41:51-07:00\",\n                            \"fulfill_at\": \"2024-06-01T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169951465779,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029695840563,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869022998835\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:03-07:00\",\n                            \"destination\": {\n                                \"id\": 6362713588019,\n                                \"zip\": \"98663\",\n                                \"city\": \"Vancouver\",\n                                \"email\": \"huynh.diana96@gmail.com\",\n                                \"phone\": \"+14084394985\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4918 NE 23rd Ct\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Huynh\",\n                                \"first_name\": \"Diana\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868014653747,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"141\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"142\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"59\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"47\",\n            \"attributes\": {\n                \"number\": \"#1291\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T12:49:10.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:46.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:10.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"440\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918718230835,\n                        \"name\": \"#1291\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jenny199705@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"6aa734d5b3eb73503d257ae6e530764c\",\n                        \"app_id\": 580111,\n                        \"number\": 291,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013203964211,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jenny199705@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Kim\",\n                            \"created_at\": \"2024-06-01T05:49:07-07:00\",\n                            \"first_name\": \"Jenny\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T05:49:15-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10035276382515,\n                                \"zip\": \"11364\",\n                                \"city\": \"Bayside\",\n                                \"name\": \"Jenny Kim\",\n                                \"phone\": \"(201) 364-3216\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"57-26 226th Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Kim\",\n                                \"first_name\": \"Jenny\",\n                                \"customer_id\": 8013203964211,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013203964211\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:14-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"fd236750d0e6e53326c1a24a4d45bc56\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"100.37.252.51\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFo5WEZRNVFTMFpOUjRBSDM0RTU4RjVW\",\n                        \"created_at\": \"2024-06-01T05:49:10-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15028993425715,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15028993425715\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:14-07:00\",\n                        \"checkout_id\": 37855352783155,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056398643,\n                                \"name\": \"#1291.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918718230835,\n                                \"created_at\": \"2024-06-03T15:15:14-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15028993425715,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15028993425715\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:14-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056398643\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabavROwmK4TYRPtQjQ6KMO4azfSSDVMKS3HPO_GoLSsyLtWxnJgDV9sZ6k_aem_AT7Lku446asp7ggU-6iMlhf23s0bcYEz_loagw-K4NXN2OJPGYHjITmIuPa-uqc-0XpQ4ZKO8wMrylzl_dUiVPLR&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1291,\n                        \"processed_at\": \"2024-06-01T05:49:07-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jenny199705@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"bf6f24b5095d6005b9a6f05d8326ad87\",\n                        \"client_details\": {\n                            \"browser_ip\": \"100.37.252.51\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4745859596595,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11364\",\n                            \"city\": \"Bayside\",\n                            \"name\": \"Jenny Kim\",\n                            \"phone\": \"(201) 364-3216\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"57-26 226th Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Kim\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jenny\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/6aa734d5b3eb73503d257ae6e530764c/authenticate?key=9c6facbfbb3f6f5e742378149fa5c965&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11364\",\n                            \"city\": \"Bayside\",\n                            \"name\": \"Jenny Kim\",\n                            \"phone\": \"(201) 364-3216\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"57-26 226th Street\",\n                            \"address2\": null,\n                            \"latitude\": 40.7524723,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Kim\",\n                            \"longitude\": -73.75304899999999,\n                            \"first_name\": \"Jenny\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"fd236750d0e6e53326c1a24a4d45bc56\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N0KHX8VUE\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918718230835\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868642988339,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918718230835,\n                            \"created_at\": \"2024-06-01T05:49:11-07:00\",\n                            \"fulfill_at\": \"2024-06-01T05:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169254850867,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15028993425715,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868642988339\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:14-07:00\",\n                            \"destination\": {\n                                \"id\": 6362418184499,\n                                \"zip\": \"11364\",\n                                \"city\": \"Bayside\",\n                                \"email\": \"jenny199705@gmail.com\",\n                                \"phone\": \"(201) 364-3216\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"57-26 226th Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Kim\",\n                                \"first_name\": \"Jenny\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867635036467,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:10.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"143\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"144\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"60\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"48\",\n            \"attributes\": {\n                \"number\": \"#1340\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T12:19:31.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:47.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:12.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"447\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921267614003,\n                        \"name\": \"#1340\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jj102891@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"0126f3955c542e090894a7fb33c52c32\",\n                        \"app_id\": 580111,\n                        \"number\": 340,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8016704799027,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jj102891@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Jang\",\n                            \"created_at\": \"2024-06-03T05:19:28-07:00\",\n                            \"first_name\": \"Jenny\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T05:19:37-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038989750579,\n                                \"zip\": \"10306\",\n                                \"city\": \"Staten Island\",\n                                \"name\": \"Jenny Jang\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"25 Roma Ave\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Jang\",\n                                \"first_name\": \"Jenny\",\n                                \"customer_id\": 8016704799027,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8016704799027\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T05:19:32-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T05:19:32-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:17-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"0a73a52cb450f2c0308dd4a148393f59\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"162.83.134.142\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGMEs2SkUyNzcwWEM2N1A4RVFWUlBN\",\n                        \"created_at\": \"2024-06-03T05:19:31-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033545425203,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033545425203\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:17-07:00\",\n                        \"checkout_id\": 37863034978611,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056431411,\n                                \"name\": \"#1340.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921267614003,\n                                \"created_at\": \"2024-06-03T15:15:16-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033545425203,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033545425203\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:16-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056431411\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaagUpywS5Tt9IhrFokpgWLofrwi0Q7GabvxpJ-jWd60KLL2vCS5zqbKuw0_aem_ATqGl6dyCiu9-jjE06yHg5hplKvz_WrzsYfOBqLWeX7sBkwIMV4Zi8KAii1zPVmeCBoB2ZmfEVYRO3GZ_Z-T4Kzm&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1340,\n                        \"processed_at\": \"2024-06-03T05:19:27-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jj102891@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"69224ce805853a06e086d5f8f2d2cf53\",\n                        \"client_details\": {\n                            \"browser_ip\": \"162.83.134.142\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 324.0.4.26.52 (iPhone16,1; iOS 17_4_1; en_US; en; scale=3.00; 1179x2556; 580117525)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747770691891,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"10306\",\n                            \"city\": \"Staten Island\",\n                            \"name\": \"Jenny Jang\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"25 Roma Ave\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Jang\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jenny\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/0126f3955c542e090894a7fb33c52c32/authenticate?key=83c1a6dc83289e880495cf31a13cbbce&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"10306\",\n                            \"city\": \"Staten Island\",\n                            \"name\": \"Jenny Jang\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"25 Roma Ave\",\n                            \"address2\": null,\n                            \"latitude\": 40.5651023,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Jang\",\n                            \"longitude\": -74.1008338,\n                            \"first_name\": \"Jenny\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"0a73a52cb450f2c0308dd4a148393f59\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"3A8AQD2L0\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921267614003\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871224484147,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921267614003,\n                            \"created_at\": \"2024-06-03T05:19:32-07:00\",\n                            \"fulfill_at\": \"2024-06-03T05:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15173782864179,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033545425203,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871224484147\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:17-07:00\",\n                            \"destination\": {\n                                \"id\": 6364627435827,\n                                \"zip\": \"10306\",\n                                \"city\": \"Staten Island\",\n                                \"email\": \"jj102891@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"25 Roma Ave\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Jang\",\n                                \"first_name\": \"Jenny\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870212305203,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:11.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"145\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"146\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"61\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"49\",\n            \"attributes\": {\n                \"number\": \"#1347\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:57:30.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:48.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:13.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"454\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921469595955,\n                        \"name\": \"#1347\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"issakatu4611@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"6c7cbe52d7525f620b08534af117b970\",\n                        \"app_id\": 580111,\n                        \"number\": 347,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017794498867,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"issakatu4611@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"F\",\n                            \"created_at\": \"2024-06-03T08:57:25-07:00\",\n                            \"first_name\": \"Kat\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:57:35-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039574888755,\n                                \"zip\": \"11204\",\n                                \"city\": \"Brooklyn\",\n                                \"name\": \"Kat F\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2335 63rd Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"F\",\n                                \"first_name\": \"Kat\",\n                                \"customer_id\": 8017794498867,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017794498867\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T08:57:30-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T08:57:30-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:19-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"777237641088753e8684de8f2293aed4\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"68.199.77.228\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGQ1dZSzEyS1M0S0taU0pTU0RYMldN\",\n                        \"created_at\": \"2024-06-03T08:57:30-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033903284531,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033903284531\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:19-07:00\",\n                        \"checkout_id\": 37863630962995,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056496947,\n                                \"name\": \"#1347.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921469595955,\n                                \"created_at\": \"2024-06-03T15:15:19-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033903284531,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033903284531\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:19-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056496947\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa2j1T-or2jyueqyNeOZvwbgobC5BGqQu9FpIOLpfPsq3H1zfFQ11jcPIY_aem_AbAFzE6D9NWCF55JFcGs7zncXhccxx1-YOy5eqLd7jtt85XQbokoDi7y2P7jdDNjI3frHajKbFdtMZnyj1I4nsz8&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1347,\n                        \"processed_at\": \"2024-06-03T08:57:25-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"issakatu4611@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9a74b79efc6ddf47ae4912dd21f8756c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"68.199.77.228\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone15,3; iOS 17_4_1; en_US; en; scale=3.00; 1290x2796; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747920638259,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11204\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Kat F\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2335 63rd Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"F\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kat\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/6c7cbe52d7525f620b08534af117b970/authenticate?key=251206a4131d90452c08fb7eed39cb49&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11204\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Kat F\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2335 63rd Street\",\n                            \"address2\": null,\n                            \"latitude\": 40.6132596,\n                            \"province\": \"New York\",\n                            \"last_name\": \"F\",\n                            \"longitude\": -73.9769001,\n                            \"first_name\": \"Kat\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"777237641088753e8684de8f2293aed4\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"875APGEZF\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921469595955\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871429742899,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921469595955,\n                            \"created_at\": \"2024-06-03T08:57:30-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174141673779,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033903284531,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871429742899\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:19-07:00\",\n                            \"destination\": {\n                                \"id\": 6364826403123,\n                                \"zip\": \"11204\",\n                                \"city\": \"Brooklyn\",\n                                \"email\": \"issakatu4611@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2335 63rd Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"F\",\n                                \"first_name\": \"Kat\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870416351539,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"147\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"148\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"62\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"50\",\n            \"attributes\": {\n                \"number\": \"#1346\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:41:13.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:49.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"461\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921452687667,\n                        \"name\": \"#1346\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jmcas19@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"37377633e99dc0772a075dd8fefd0bb2\",\n                        \"app_id\": 580111,\n                        \"number\": 346,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017722016051,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jmcas19@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Case\",\n                            \"created_at\": \"2024-06-03T08:41:12-07:00\",\n                            \"first_name\": \"Jeff\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:41:13-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039554507059,\n                                \"zip\": \"63123\",\n                                \"city\": \"St. Louis\",\n                                \"name\": \"Jeff Case\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6017 Maxwell Ave\",\n                                \"address2\": null,\n                                \"province\": \"Missouri\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Jeff\",\n                                \"customer_id\": 8017722016051,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MO\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017722016051\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:22-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ea3fc635f36f0930fa3af02e039009fc\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"166.196.54.94\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGQzRIUVMxNE1SQUEzUzdUSFkwVlhZ\",\n                        \"created_at\": \"2024-06-03T08:41:13-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033874448691,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Missouri State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02263,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"St. Louis City County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Louis Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033874448691\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:22-07:00\",\n                        \"checkout_id\": 37863594131763,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056562483,\n                                \"name\": \"#1346.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921452687667,\n                                \"created_at\": \"2024-06-03T15:15:21-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033874448691,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Missouri State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02263,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"St. Louis City County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Saint Louis Co Tr\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033874448691\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:21-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056562483\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1346,\n                        \"processed_at\": \"2024-06-03T08:41:12-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jmcas19@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"af043842ca6eee2c62bc1b2df6b74176\",\n                        \"client_details\": {\n                            \"browser_ip\": \"166.196.54.94\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747908383027,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Missouri State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02263,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"St. Louis City County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Louis Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"63123\",\n                            \"city\": \"St. Louis\",\n                            \"name\": \"Jeff Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6017 Maxwell Ave\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Missouri\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jeff\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MO\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/37377633e99dc0772a075dd8fefd0bb2/authenticate?key=57169cbc355107cf60e15e4a431eabe6&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"63123\",\n                            \"city\": \"St. Louis\",\n                            \"name\": \"Jeff Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6017 Maxwell Ave\",\n                            \"address2\": null,\n                            \"latitude\": 38.5571525,\n                            \"province\": \"Missouri\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": -90.3186344,\n                            \"first_name\": \"Jeff\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MO\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"ea3fc635f36f0930fa3af02e039009fc\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"CWLI47J0A\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921452687667\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871412113715,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921452687667,\n                            \"created_at\": \"2024-06-03T08:41:13-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174113100083,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033874448691,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871412113715\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:22-07:00\",\n                            \"destination\": {\n                                \"id\": 6364811067699,\n                                \"zip\": \"63123\",\n                                \"city\": \"St. Louis\",\n                                \"email\": \"jmcas19@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6017 Maxwell Ave\",\n                                \"address2\": null,\n                                \"province\": \"Missouri\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Jeff\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870398820659,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"149\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"150\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"63\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"51\",\n            \"attributes\": {\n                \"number\": \"#1345\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:41:09.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:50.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"468\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921452425523,\n                        \"name\": \"#1345\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"shbislanders1@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"734e1b372940bd5f7dfcf13c776f68b0\",\n                        \"app_id\": 580111,\n                        \"number\": 345,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017721688371,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"shbislanders1@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Breier\",\n                            \"created_at\": \"2024-06-03T08:41:06-07:00\",\n                            \"first_name\": \"Ryan\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:41:10-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039554408755,\n                                \"zip\": \"10029\",\n                                \"city\": \"New York\",\n                                \"name\": \"Ryan Breier\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1624 Madison Ave\",\n                                \"address2\": \"4S\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Breier\",\n                                \"first_name\": \"Ryan\",\n                                \"customer_id\": 8017721688371,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017721688371\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T08:41:10-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T08:41:10-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:24-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"75c252978e25b3e59282f5d64942a666\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"67.254.212.240\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGQzRUWkM5U1hDRjFOSzFGOUM4TlE0\",\n                        \"created_at\": \"2024-06-03T08:41:09-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033874055475,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033874055475\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:24-07:00\",\n                        \"checkout_id\": 37863594754355,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056595251,\n                                \"name\": \"#1345.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921452425523,\n                                \"created_at\": \"2024-06-03T15:15:24-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033874055475,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033874055475\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:24-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056595251\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1345,\n                        \"processed_at\": \"2024-06-03T08:41:06-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"shbislanders1@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"3a7e9c64739c1cfd932394e7c17d79ed\",\n                        \"client_details\": {\n                            \"browser_ip\": \"67.254.212.240\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747908219187,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"10029\",\n                            \"city\": \"New York\",\n                            \"name\": \"Ryan Breier\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1624 Madison Ave\",\n                            \"address2\": \"4S\",\n                            \"latitude\": 40.7953049,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Breier\",\n                            \"longitude\": -73.9485905,\n                            \"first_name\": \"Ryan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/734e1b372940bd5f7dfcf13c776f68b0/authenticate?key=a401c94e150b851983b1736d366841e1&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"10029\",\n                            \"city\": \"New York\",\n                            \"name\": \"Ryan Breier\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1624 Madison Ave\",\n                            \"address2\": \"4S\",\n                            \"latitude\": 40.7953049,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Breier\",\n                            \"longitude\": -73.9485905,\n                            \"first_name\": \"Ryan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"75c252978e25b3e59282f5d64942a666\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"CNQ2PC92Q\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921452425523\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871411949875,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921452425523,\n                            \"created_at\": \"2024-06-03T08:41:10-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174112706867,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033874055475,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871411949875\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:24-07:00\",\n                            \"destination\": {\n                                \"id\": 6364810838323,\n                                \"zip\": \"10029\",\n                                \"city\": \"New York\",\n                                \"email\": \"shbislanders1@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1624 Madison Ave\",\n                                \"address2\": \"4S\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Breier\",\n                                \"first_name\": \"Ryan\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870398656819,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"151\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"152\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"64\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"52\",\n            \"attributes\": {\n                \"number\": \"#1344\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:40:38.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:50.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:17.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"475\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921451770163,\n                        \"name\": \"#1344\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"uhhey09@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"64d9d676931aaf49f23a27255776d913\",\n                        \"app_id\": 580111,\n                        \"number\": 344,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017717002547,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"uhhey09@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Shah\",\n                            \"created_at\": \"2024-06-03T08:40:37-07:00\",\n                            \"first_name\": \"Syed\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-09T00:48:02-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039551787315,\n                                \"zip\": \"95660\",\n                                \"city\": \"NORTH HIGHLANDS\",\n                                \"name\": \"Syed Shah\",\n                                \"phone\": \"+19166961925\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3809 DAVID DR\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Shah\",\n                                \"first_name\": \"Syed\",\n                                \"customer_id\": 8017717002547,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017717002547\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T08:40:38-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T08:40:38-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:27-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"48bcd719e35111b0e410b77a9ed1e040\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:f:4b16::1\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpGQzJNSjc5VFdBMzZTV0M2SEFRUEdI\",\n                        \"created_at\": \"2024-06-03T08:40:38-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033872974131,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033872974131\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:27-07:00\",\n                        \"checkout_id\": 37863590068531,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056628019,\n                                \"name\": \"#1344.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921451770163,\n                                \"created_at\": \"2024-06-03T15:15:27-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033872974131,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Sacramento County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Sacramento County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Sacramento Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033872974131\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:27-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056628019\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1344,\n                        \"processed_at\": \"2024-06-03T08:40:37-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"uhhey09@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"ee18eff2808eb1db8a8f3b9111f8d414\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:f:4b16::1\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747907793203,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95660\",\n                            \"city\": \"NORTH HIGHLANDS\",\n                            \"name\": \"Syed Shah\",\n                            \"phone\": \"+19166961925\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3809 DAVID DR\",\n                            \"address2\": null,\n                            \"latitude\": 38.6765397,\n                            \"province\": \"California\",\n                            \"last_name\": \"Shah\",\n                            \"longitude\": -121.3756156,\n                            \"first_name\": \"Syed\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/64d9d676931aaf49f23a27255776d913/authenticate?key=8012e8a018489e4369d9ab2453c72647&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"95660\",\n                            \"city\": \"NORTH HIGHLANDS\",\n                            \"name\": \"Syed Shah\",\n                            \"phone\": \"+19166961925\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3809 DAVID DR\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Shah\",\n                            \"longitude\": null,\n                            \"first_name\": \"Syed\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"48bcd719e35111b0e410b77a9ed1e040\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"W700CXEZX\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921451770163\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871411163443,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921451770163,\n                            \"created_at\": \"2024-06-03T08:40:38-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174111625523,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033872974131,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871411163443\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:27-07:00\",\n                            \"destination\": {\n                                \"id\": 6364810412339,\n                                \"zip\": \"95660\",\n                                \"city\": \"NORTH HIGHLANDS\",\n                                \"email\": \"uhhey09@gmail.com\",\n                                \"phone\": \"+19166961925\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3809 DAVID DR\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Shah\",\n                                \"first_name\": \"Syed\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870397870387,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:16.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"153\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"154\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"65\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"53\",\n            \"attributes\": {\n                \"number\": \"#1343\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:39:40.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:09.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:18.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"482\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921450754355,\n                        \"name\": \"#1343\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"zaidyasinfrbackup@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"43c73c67c7a7157de3b4d026e9a5cf09\",\n                        \"app_id\": 580111,\n                        \"number\": 343,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017705107763,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"zaidyasinfrbackup@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"yasin\",\n                            \"created_at\": \"2024-06-03T08:39:37-07:00\",\n                            \"first_name\": \"freeb\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:39:40-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039543988531,\n                                \"zip\": \"98037\",\n                                \"city\": \"Lynnwood\",\n                                \"name\": \"freeb yasin\",\n                                \"phone\": \"+14255205889\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"17119 6th Avenue West\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"yasin\",\n                                \"first_name\": \"freeb\",\n                                \"customer_id\": 8017705107763,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"WA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017705107763\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T08:39:40-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T08:39:40-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:30-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"6bc971aad0530972bb85a4a90275966e\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:ec19:c853:2154:e968:c64e:7b1e\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpGQzJFOTlWMjNLVkg0WUdENlE5VERL\",\n                        \"created_at\": \"2024-06-03T08:39:40-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033871466803,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Snohomish County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.041,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lynnwood City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033871466803\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:30-07:00\",\n                        \"checkout_id\": 37863589577011,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056693555,\n                                \"name\": \"#1343.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921450754355,\n                                \"created_at\": \"2024-06-03T15:15:30-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033871466803,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.065,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Snohomish County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.041,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Lynnwood City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033871466803\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:30-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056693555\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1343,\n                        \"processed_at\": \"2024-06-03T08:39:37-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"zaidyasinfrbackup@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"0e8afca9b5a6cbbb910ca9c1feab8d5c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:ec19:c853:2154:e968:c64e:7b1e\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747907137843,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Snohomish County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.041,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lynnwood City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"98037\",\n                            \"city\": \"Lynnwood\",\n                            \"name\": \"freeb yasin\",\n                            \"phone\": \"+14255205889\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"17119 6th Avenue West\",\n                            \"address2\": null,\n                            \"latitude\": 47.8423764,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"yasin\",\n                            \"longitude\": -122.2416458,\n                            \"first_name\": \"freeb\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/43c73c67c7a7157de3b4d026e9a5cf09/authenticate?key=c28db2cd2e2cdedb0e92663346338116&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"98037\",\n                            \"city\": \"Lynnwood\",\n                            \"name\": \"freeb yasin\",\n                            \"phone\": \"+14255205889\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"17119 6th Avenue West\",\n                            \"address2\": null,\n                            \"latitude\": 47.8423764,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"yasin\",\n                            \"longitude\": -122.2416458,\n                            \"first_name\": \"freeb\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"6bc971aad0530972bb85a4a90275966e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VZG7LHNII\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921450754355\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871410147635,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921450754355,\n                            \"created_at\": \"2024-06-03T08:39:41-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174110118195,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033871466803,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871410147635\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:30-07:00\",\n                            \"destination\": {\n                                \"id\": 6364809527603,\n                                \"zip\": \"98037\",\n                                \"city\": \"Lynnwood\",\n                                \"email\": \"zaidyasinfrbackup@gmail.com\",\n                                \"phone\": \"+14255205889\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"17119 6th Avenue West\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"yasin\",\n                                \"first_name\": \"freeb\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870396854579,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:17.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"155\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"156\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"66\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"54\",\n            \"attributes\": {\n                \"number\": \"#1342\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:35:54.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:10.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:19.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"489\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921447412019,\n                        \"name\": \"#1342\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jmcase19@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"b313eb2ba36118d502b912ecbd7c8e3e\",\n                        \"app_id\": 580111,\n                        \"number\": 342,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017657299251,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jmcase19@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Case\",\n                            \"created_at\": \"2024-06-03T08:35:54-07:00\",\n                            \"first_name\": \"Jeff\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:48:03-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039504404787,\n                                \"zip\": \"33410\",\n                                \"city\": \"Palm Beach Gardens\",\n                                \"name\": \"Jeff Case\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3542 Gardens East Drive\",\n                                \"address2\": \"Apt B\",\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Jeff\",\n                                \"customer_id\": 8017657299251,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"FL\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017657299251\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:34-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"80c0ae91c3cbdb1ebe64cc89b39545e1\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1817::a\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGQlZBUVFUU1BROTgxS1M0MjlGUTc1\",\n                        \"created_at\": \"2024-06-03T08:35:54-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033865765171,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Palm Beach County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033865765171\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:34-07:00\",\n                        \"checkout_id\": 37863577616691,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056791859,\n                                \"name\": \"#1342.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921447412019,\n                                \"created_at\": \"2024-06-03T15:15:34-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033865765171,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Palm Beach County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033865765171\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:34-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056791859\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1342,\n                        \"processed_at\": \"2024-06-03T08:35:54-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jmcase19@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d06e2517cc494df7921f7397b5b515f0\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1817::a\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_5_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747904778547,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Palm Beach County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"33410\",\n                            \"city\": \"Palm Beach Gardens\",\n                            \"name\": \"Jeff Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3542 Gardens East Drive\",\n                            \"address2\": \"Apt B\",\n                            \"latitude\": 26.8289964,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": -80.088212,\n                            \"first_name\": \"Jeff\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b313eb2ba36118d502b912ecbd7c8e3e/authenticate?key=797a0e29bbfae4508a7664a33e05f0e4&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"33410\",\n                            \"city\": \"Palm Beach Gardens\",\n                            \"name\": \"Jeff Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3542 Gardens East Drive\",\n                            \"address2\": \"Apt B\",\n                            \"latitude\": 26.8289964,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": -80.088212,\n                            \"first_name\": \"Jeff\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"80c0ae91c3cbdb1ebe64cc89b39545e1\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"IUCHW552H\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921447412019\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871406772531,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921447412019,\n                            \"created_at\": \"2024-06-03T08:35:55-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174104514867,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033865765171,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871406772531\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:34-07:00\",\n                            \"destination\": {\n                                \"id\": 6364806447411,\n                                \"zip\": \"33410\",\n                                \"city\": \"Palm Beach Gardens\",\n                                \"email\": \"jmcase19@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3542 Gardens East Drive\",\n                                \"address2\": \"Apt B\",\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Jeff\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870393512243,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:19.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"157\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"158\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"67\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"55\",\n            \"attributes\": {\n                \"number\": \"#1341\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:14:49.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:11.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:20.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"496\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921427226931,\n                        \"name\": \"#1341\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"josallevindua@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"dad321674607f07849b2b979ecec7d93\",\n                        \"app_id\": 580111,\n                        \"number\": 341,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017307369779,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"josallevindua@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"vindua\",\n                            \"created_at\": \"2024-06-03T08:14:45-07:00\",\n                            \"first_name\": \"josalle\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:14:54-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039260676403,\n                                \"zip\": \"92116\",\n                                \"city\": \"San Diego\",\n                                \"name\": \"josalle vindua\",\n                                \"phone\": \"+16193163377\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4508 Kensington Drive\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"vindua\",\n                                \"first_name\": \"josalle\",\n                                \"customer_id\": 8017307369779,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017307369779\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:37-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"44af9eec0032e210a1c725af0eb92a9c\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1700:ac50:1f20:7803:7425:c7ed:42b5\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpGQUtHU1JBMTM0RjUxM0FOR0tIMVNI\",\n                        \"created_at\": \"2024-06-03T08:14:49-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033828933939,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033828933939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:37-07:00\",\n                        \"checkout_id\": 37863519158579,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056824627,\n                                \"name\": \"#1341.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921427226931,\n                                \"created_at\": \"2024-06-03T15:15:37-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033828933939,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033828933939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:37-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056824627\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYDIPi-HlaCYSWzwey-OvV-ljv5X7u0atAs-HcK3WuHJjy6TjGcm8B8GN4_aem_AbBoCFD1IFvRWkReHs_TeMYi12-uHEu98fn0dmt0UIW2IZw3ZvJHCz7ykTUT2mcg-IhaQwtT3kgvLGPLixcG-H6f&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1341,\n                        \"processed_at\": \"2024-06-03T08:14:45-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"josallevindua@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"5290294648bea28271083d7af3cd007e\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1700:ac50:1f20:7803:7425:c7ed:42b5\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 324.0.4.26.52 (iPhone15,5; iOS 17_4_1; en_US; en; scale=3.00; 1290x2796; 580117525)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747890032947,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92116\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"josalle vindua\",\n                            \"phone\": \"+16193163377\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4508 Kensington Drive\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"vindua\",\n                            \"longitude\": null,\n                            \"first_name\": \"josalle\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/dad321674607f07849b2b979ecec7d93/authenticate?key=cd37c62c7d3d45c9724a15e73b4a222b&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92116\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"josalle vindua\",\n                            \"phone\": \"+16193163377\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4508 Kensington Drive\",\n                            \"address2\": null,\n                            \"latitude\": 32.7591628,\n                            \"province\": \"California\",\n                            \"last_name\": \"vindua\",\n                            \"longitude\": -117.1075954,\n                            \"first_name\": \"josalle\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"44af9eec0032e210a1c725af0eb92a9c\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VVCGZ5QMD\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921427226931\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871386161459,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921427226931,\n                            \"created_at\": \"2024-06-03T08:14:50-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174067847475,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033828933939,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871386161459\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:37-07:00\",\n                            \"destination\": {\n                                \"id\": 6364786721075,\n                                \"zip\": \"92116\",\n                                \"city\": \"San Diego\",\n                                \"email\": \"josallevindua@gmail.com\",\n                                \"phone\": \"+16193163377\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4508 Kensington Drive\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"vindua\",\n                                \"first_name\": \"josalle\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870372966707,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:20.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"159\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"160\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"68\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"56\",\n            \"attributes\": {\n                \"number\": \"#1349\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T17:08:16.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:12.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"503\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921547485491,\n                        \"name\": \"#1349\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"mattisthemann@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"a04dfbf6fad8d8a95c458721491ca5f5\",\n                        \"app_id\": 580111,\n                        \"number\": 349,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017947492659,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"mattisthemann@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Mann\",\n                            \"created_at\": \"2024-06-03T10:08:12-07:00\",\n                            \"first_name\": \"Matt\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T10:08:22-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039663395123,\n                                \"zip\": \"66106\",\n                                \"city\": \"Kansas City\",\n                                \"name\": \"Matt Mann\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2936 S 53rd St\",\n                                \"address2\": null,\n                                \"province\": \"Kansas\",\n                                \"last_name\": \"Mann\",\n                                \"first_name\": \"Matt\",\n                                \"customer_id\": 8017947492659,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"KS\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017947492659\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T10:08:17-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T10:08:17-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:41-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d8c322d46a320f48548a69a206a66bef\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"23.228.143.140\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpGSDNYNjJLWDhZS0tTNzJQRFYxMjYw\",\n                        \"created_at\": \"2024-06-03T10:08:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034045890867,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Wyandotte County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034045890867\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:41-07:00\",\n                        \"checkout_id\": 37863843234099,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056857395,\n                                \"name\": \"#1349.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921547485491,\n                                \"created_at\": \"2024-06-03T15:15:41-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034045890867,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Wyandotte County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kansas City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kansas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034045890867\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:41-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056857395\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source={{site_source_name}}&utm_medium={{placement}}&utm_campaign={{campaign.name}}&utm_content={{ad.name}}&fbclid=IwZXh0bgNhZW0CMTEAAR1s1OT676Toy4b2rRyiVj2s1Hl8n4euxCJqK74QChckdclHRqqixXWJS-s_aem_ARWWAYpauYCGpavYxb1p6sknSm0xNUmECjV8aT7WMJgPzqNY298Qi5Smbg88RYCTu-deCIHEr4o_MpGyvySxdtbd\",\n                        \"order_number\": 1349,\n                        \"processed_at\": \"2024-06-03T10:08:12-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"mattisthemann@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d96fc4e32de2fc65829286298a0eeff2\",\n                        \"client_details\": {\n                            \"browser_ip\": \"23.228.143.140\",\n                            \"user_agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://l.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747973296435,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Wyandotte County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"66106\",\n                            \"city\": \"Kansas City\",\n                            \"name\": \"Matt Mann\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2936 S 53rd St\",\n                            \"address2\": null,\n                            \"latitude\": 39.0485041,\n                            \"province\": \"Kansas\",\n                            \"last_name\": \"Mann\",\n                            \"longitude\": -94.7007909,\n                            \"first_name\": \"Matt\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KS\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/a04dfbf6fad8d8a95c458721491ca5f5/authenticate?key=cfba3995346c9de83db46e2d7a801710&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"66106\",\n                            \"city\": \"Kansas City\",\n                            \"name\": \"Matt Mann\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2936 S 53rd St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Kansas\",\n                            \"last_name\": \"Mann\",\n                            \"longitude\": null,\n                            \"first_name\": \"Matt\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KS\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"d8c322d46a320f48548a69a206a66bef\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"64FWM0TZ8\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921547485491\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871509762355,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921547485491,\n                            \"created_at\": \"2024-06-03T10:08:17-07:00\",\n                            \"fulfill_at\": \"2024-06-03T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174283231539,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034045890867,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871509762355\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:41-07:00\",\n                            \"destination\": {\n                                \"id\": 6364894167347,\n                                \"zip\": \"66106\",\n                                \"city\": \"Kansas City\",\n                                \"email\": \"mattisthemann@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2936 S 53rd St\",\n                                \"address2\": null,\n                                \"province\": \"Kansas\",\n                                \"last_name\": \"Mann\",\n                                \"first_name\": \"Matt\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870495977779,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:21.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"161\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"162\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"69\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"57\",\n            \"attributes\": {\n                \"number\": \"#1348\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T17:03:18.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:13.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:23.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"510\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921541652787,\n                        \"name\": \"#1348\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kandicemann@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"5f0b0552649eca083c669c42c22007fe\",\n                        \"app_id\": 580111,\n                        \"number\": 348,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017939169587,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kandicemann@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Mann\",\n                            \"created_at\": \"2024-06-03T10:03:14-07:00\",\n                            \"first_name\": \"Kandice\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T10:03:24-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039656677683,\n                                \"zip\": \"66106\",\n                                \"city\": \"Kansas City\",\n                                \"name\": \"Kandice Mann\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2936 S 53rd St\",\n                                \"address2\": null,\n                                \"province\": \"Kansas\",\n                                \"last_name\": \"Mann\",\n                                \"first_name\": \"Kandice\",\n                                \"customer_id\": 8017939169587,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"KS\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017939169587\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T10:03:19-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T10:03:19-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:45-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d606a8486e6ce6b6e1f75d6772135c86\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"70.122.170.40\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpGR1BTS1hGQUhROTRKTldWRzdOMUM4\",\n                        \"created_at\": \"2024-06-03T10:03:18-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034035110195,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Wyandotte County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034035110195\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:45-07:00\",\n                        \"checkout_id\": 37863824425267,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056955699,\n                                \"name\": \"#1348.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921541652787,\n                                \"created_at\": \"2024-06-03T15:15:44-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034035110195,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Wyandotte County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kansas City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kansas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034035110195\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:44-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056955699\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR1wKLA3HvXiKiHkv0ISfxK5L03jGiiTU_Q4MjJPvQRvkwjXoMRu7sgJ7UA_aem_AbBQKtsR-IW1QFfo7vr7Xm2eWJB_xZON9Izwxuet0Mx0hhlrAgoaq8nHuyNk9gXJOMfLycEYrokeQbTdV7StLTia&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1348,\n                        \"processed_at\": \"2024-06-03T10:03:14-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kandicemann@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"f77b9fdc76c0381781c9ca2f1d907937\",\n                        \"client_details\": {\n                            \"browser_ip\": \"70.122.170.40\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20H240 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone10,3;FBMD/iPhone;FBSN/iOS;FBSV/16.7.4;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/606435219]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747969364275,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Wyandotte County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"66106\",\n                            \"city\": \"Kansas City\",\n                            \"name\": \"Kandice Mann\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2951 S. 34 St\",\n                            \"address2\": null,\n                            \"latitude\": 39.04773,\n                            \"province\": \"Kansas\",\n                            \"last_name\": \"Mann\",\n                            \"longitude\": -94.666607,\n                            \"first_name\": \"Kandice\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KS\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5f0b0552649eca083c669c42c22007fe/authenticate?key=f28e948b9d3f5c318422a4e63a8dc7c9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"66106\",\n                            \"city\": \"Kansas City\",\n                            \"name\": \"Kandice Mann\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2936 S 53rd St\",\n                            \"address2\": null,\n                            \"latitude\": 39.0485041,\n                            \"province\": \"Kansas\",\n                            \"last_name\": \"Mann\",\n                            \"longitude\": -94.7007909,\n                            \"first_name\": \"Kandice\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KS\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"d606a8486e6ce6b6e1f75d6772135c86\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"0CN7RG5TM\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921541652787\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871503765811,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921541652787,\n                            \"created_at\": \"2024-06-03T10:03:19-07:00\",\n                            \"fulfill_at\": \"2024-06-03T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174272483635,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034035110195,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871503765811\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:45-07:00\",\n                            \"destination\": {\n                                \"id\": 6364889776435,\n                                \"zip\": \"66106\",\n                                \"city\": \"Kansas City\",\n                                \"email\": \"kandicemann@hotmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2936 S 53rd St\",\n                                \"address2\": null,\n                                \"province\": \"Kansas\",\n                                \"last_name\": \"Mann\",\n                                \"first_name\": \"Kandice\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870489981235,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:23.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"163\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"164\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"70\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"58\",\n            \"attributes\": {\n                \"number\": \"#1351\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T17:42:54.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:13.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:24.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"517\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921585070387,\n                        \"name\": \"#1351\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kelliwolf808@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"bb9b84432e4ff621536022a82c8bd284\",\n                        \"app_id\": 580111,\n                        \"number\": 351,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018000773427,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kelliwolf808@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Murphy\",\n                            \"created_at\": \"2024-06-03T10:42:50-07:00\",\n                            \"first_name\": \"Kelli\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T10:43:00-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039707992371,\n                                \"zip\": \"06419\",\n                                \"city\": \"Killingworth\",\n                                \"name\": \"Kelli Murphy\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"218 N Parker Hill Rd.\",\n                                \"address2\": null,\n                                \"province\": \"Connecticut\",\n                                \"last_name\": \"Murphy\",\n                                \"first_name\": \"Kelli\",\n                                \"customer_id\": 8018000773427,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CT\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018000773427\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T10:42:55-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T10:42:55-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:49-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d1a7a58cd47e13e77514a2650868f86d\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.192.6.243\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGSzFBUVhTQlQyTUZGOVpaWk1RUkRR\",\n                        \"created_at\": \"2024-06-03T10:42:54-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034112966963,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0635,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Connecticut State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034112966963\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:49-07:00\",\n                        \"checkout_id\": 37863943307571,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227057054003,\n                                \"name\": \"#1351.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921585070387,\n                                \"created_at\": \"2024-06-03T15:15:49-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034112966963,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0635,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Connecticut State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034112966963\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:49-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227057054003\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR0ZJq6Gt-AxSbkIfpEZPpDxrB4eqfvIP6uFfD6KK3j7tubSrdEddFww71Y_aem_AbCGwZscHtQ7T9eXL2Xba2-gqQ5frS4d1O060-tGnFzjyDDlElKJ1yifbuVpgHvS2AGV7tXW8SJaKm_99esiM_m2&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1351,\n                        \"processed_at\": \"2024-06-03T10:42:50-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kelliwolf808@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d1ea9ff52da272322e9c3fe2b825e287\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.192.6.243\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 9; SM-G950U1 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747999117619,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0635,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Connecticut State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"06419\",\n                            \"city\": \"Killingworth\",\n                            \"name\": \"Kelli Murphy\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"218 N Parker Hill Rd.\",\n                            \"address2\": null,\n                            \"latitude\": 41.4039244,\n                            \"province\": \"Connecticut\",\n                            \"last_name\": \"Murphy\",\n                            \"longitude\": -72.5478748,\n                            \"first_name\": \"Kelli\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CT\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/bb9b84432e4ff621536022a82c8bd284/authenticate?key=4adcefebe39b332f78622a4157c76246&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"06419\",\n                            \"city\": \"Killingworth\",\n                            \"name\": \"Kelli Murphy\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"218 N Parker Hill Rd.\",\n                            \"address2\": null,\n                            \"latitude\": 41.4039244,\n                            \"province\": \"Connecticut\",\n                            \"last_name\": \"Murphy\",\n                            \"longitude\": -72.5478748,\n                            \"first_name\": \"Kelli\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CT\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"d1a7a58cd47e13e77514a2650868f86d\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"KPY57DLQI\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921585070387\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871547445555,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921585070387,\n                            \"created_at\": \"2024-06-03T10:42:55-07:00\",\n                            \"fulfill_at\": \"2024-06-03T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174349750579,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034112966963,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871547445555\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:49-07:00\",\n                            \"destination\": {\n                                \"id\": 6364925722931,\n                                \"zip\": \"06419\",\n                                \"city\": \"Killingworth\",\n                                \"email\": \"kelliwolf808@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"218 N Parker Hill Rd.\",\n                                \"address2\": null,\n                                \"province\": \"Connecticut\",\n                                \"last_name\": \"Murphy\",\n                                \"first_name\": \"Kelli\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870533497139,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:24.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"165\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"166\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"71\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"59\",\n            \"attributes\": {\n                \"number\": \"#1350\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T17:20:06.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:14.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:25.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"524\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921561477427,\n                        \"name\": \"#1350\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"tpham0993@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"1f10fd59f3b57b4121d8435a5d7ca1a9\",\n                        \"app_id\": 580111,\n                        \"number\": 350,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017966825779,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"tpham0993@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Pham\",\n                            \"created_at\": \"2024-06-03T10:20:02-07:00\",\n                            \"first_name\": \"Trang\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T10:20:12-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039679385907,\n                                \"zip\": \"78739\",\n                                \"city\": \"Austin\",\n                                \"name\": \"Trang Pham\",\n                                \"phone\": \"+16262833056\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4616 Hibiscus Valley Dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Pham\",\n                                \"first_name\": \"Trang\",\n                                \"customer_id\": 8017966825779,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017966825779\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T10:20:07-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T10:20:07-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:55-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ef7414c990746204f324a42bf359b8c7\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Austin City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Austin Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"2605:a601:ab57:a600:b0f1:cde2:51d4:1c45\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpGSFM4TjZIREdCNVlLWjVCVE4xQlNI\",\n                        \"created_at\": \"2024-06-03T10:20:06-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034071515443,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034071515443\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:55-07:00\",\n                        \"checkout_id\": 37863880360243,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227057152307,\n                                \"name\": \"#1350.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921561477427,\n                                \"created_at\": \"2024-06-03T15:15:54-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034071515443,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034071515443\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:54-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227057152307\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwZXh0bgNhZW0BMAABHewbm3-K03xGKOlnnmaTulc7BTNK91IEoboHQGzmBLj2bibenT6K1Yu7_g_aem_ARWX93LEUClOUxaKS_a-Bz_SqpgnbL7xBucEq3lc6eu05Dgrw3uDGMy_iWoW0g7pF1WVms3XRSYP8Qjx0d6_y4l_&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1350,\n                        \"processed_at\": \"2024-06-03T10:20:02-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"tpham0993@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"8ff3294731f54713fc9d25113602dd62\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2605:a601:ab57:a600:b0f1:cde2:51d4:1c45\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone16,1;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/606275857]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747983028531,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"78739\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Trang Pham\",\n                            \"phone\": \"+16262833056\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4616 Hibiscus Valley Dr\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Pham\",\n                            \"longitude\": null,\n                            \"first_name\": \"Trang\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/1f10fd59f3b57b4121d8435a5d7ca1a9/authenticate?key=4018c81f6a9108aa17dda814109762de&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"78739\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Trang Pham\",\n                            \"phone\": \"+16262833056\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4616 Hibiscus Valley Dr\",\n                            \"address2\": null,\n                            \"latitude\": 30.1885284,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Pham\",\n                            \"longitude\": -97.8657888,\n                            \"first_name\": \"Trang\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"ef7414c990746204f324a42bf359b8c7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8AC6Y58QR\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921561477427\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871523557683,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921561477427,\n                            \"created_at\": \"2024-06-03T10:20:07-07:00\",\n                            \"fulfill_at\": \"2024-06-03T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174308626739,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034071515443,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871523557683\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:54-07:00\",\n                            \"destination\": {\n                                \"id\": 6364905734451,\n                                \"zip\": \"78739\",\n                                \"city\": \"Austin\",\n                                \"email\": \"tpham0993@gmail.com\",\n                                \"phone\": \"+16262833056\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4616 Hibiscus Valley Dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Pham\",\n                                \"first_name\": \"Trang\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870509773107,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:25.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"167\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"168\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"72\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"60\",\n            \"attributes\": {\n                \"number\": \"#1353\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T19:06:08.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:15.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:27.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"531\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921669415219,\n                        \"name\": \"#1353\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"cassie102286@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"bab5ed3f91e054a8dadbf6560f9a9c6b\",\n                        \"app_id\": 580111,\n                        \"number\": 353,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018196365619,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"cassie102286@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Richardson\",\n                            \"created_at\": \"2024-06-03T12:06:04-07:00\",\n                            \"first_name\": \"Cassandra\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T12:06:14-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039930683699,\n                                \"zip\": \"12986\",\n                                \"city\": \"Tupper Lake\",\n                                \"name\": \"Cassandra Richardson\",\n                                \"phone\": \"+15185930461\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"159 Ivy Terrace\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Richardson\",\n                                \"first_name\": \"Cassandra\",\n                                \"customer_id\": 8018196365619,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018196365619\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T12:06:09-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T12:06:09-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:59-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"bcaa80baa34b267c3e00244cd2c4af66\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Franklin County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"2603:7081:3c3b:56f2:28e7:cfc5:4ec2:1191\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGUVZTREMwRkRCMlpNSE5KSkpKQzBF\",\n                        \"created_at\": \"2024-06-03T12:06:08-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034273694003,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Franklin County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034273694003\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:59-07:00\",\n                        \"checkout_id\": 37864178385203,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227057185075,\n                                \"name\": \"#1353.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921669415219,\n                                \"created_at\": \"2024-06-03T15:15:59-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034273694003,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Franklin County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034273694003\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:59-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227057185075\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR28m9JZvVbS9gs6BmMZEQ_DaKS-HDLWce5ofoPGFVfY0Ur0dP_x5p3PhVk_aem_ARWe1IEt_NoWM-0Pj-J1mJv_4dAS_Ge4g3eJSWl8VuDxVUORRxtvuYSb6VdmJtU_X0v69hv5AqQejfasmufyrKCT&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1353,\n                        \"processed_at\": \"2024-06-03T12:06:03-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"cassie102286@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"a51fd96e4b682986a8232aa576d992a8\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:7081:3c3b:56f2:28e7:cfc5:4ec2:1191\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21B101 [FBAN/FBIOS;FBAV/465.0.1.41.103;FBBV/602060281;FBDV/iPhone14,8;FBMD/iPhone;FBSN/iOS;FBSV/17.1.2;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/605516918]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748057936179,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Franklin County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"12986\",\n                            \"city\": \"Tupper Lake\",\n                            \"name\": \"Cassandra Richardson\",\n                            \"phone\": \"+15185930461\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"159 Ivy Terrace\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Richardson\",\n                            \"longitude\": null,\n                            \"first_name\": \"Cassandra\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/bab5ed3f91e054a8dadbf6560f9a9c6b/authenticate?key=1ffeed30393e7fe59eccaefd5caea0c0&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"12986\",\n                            \"city\": \"Tupper Lake\",\n                            \"name\": \"Cassandra Richardson\",\n                            \"phone\": \"+15185930461\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"159 Ivy Terrace\",\n                            \"address2\": null,\n                            \"latitude\": 44.22755189999999,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Richardson\",\n                            \"longitude\": -74.455996,\n                            \"first_name\": \"Cassandra\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"bcaa80baa34b267c3e00244cd2c4af66\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"D5ZMM2QMY\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921669415219\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871635132723,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921669415219,\n                            \"created_at\": \"2024-06-03T12:06:09-07:00\",\n                            \"fulfill_at\": \"2024-06-03T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174513000755,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034273694003,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871635132723\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:59-07:00\",\n                            \"destination\": {\n                                \"id\": 6365001187635,\n                                \"zip\": \"12986\",\n                                \"city\": \"Tupper Lake\",\n                                \"email\": \"cassie102286@yahoo.com\",\n                                \"phone\": \"+15185930461\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"159 Ivy Terrace\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Richardson\",\n                                \"first_name\": \"Cassandra\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870619316531,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:26.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"169\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"170\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"73\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"61\",\n            \"attributes\": {\n                \"number\": \"#1352\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T18:24:53.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:16.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:28.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"538\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921626915123,\n                        \"name\": \"#1352\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"driel0212@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"69421fd9233e83068646e3eaed2d9582\",\n                        \"app_id\": 580111,\n                        \"number\": 352,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018062508339,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"driel0212@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hawkey\",\n                            \"created_at\": \"2024-06-03T11:24:50-07:00\",\n                            \"first_name\": \"Desiree\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T11:24:58-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039758422323,\n                                \"zip\": \"12302\",\n                                \"city\": \"Schenectady\",\n                                \"name\": \"Desiree Hawkey\",\n                                \"phone\": \"+15188366793\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"212 Spring Road\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Hawkey\",\n                                \"first_name\": \"Desiree\",\n                                \"customer_id\": 8018062508339,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018062508339\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T11:24:54-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T11:24:54-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:16:04-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"cefd00ee970c6034d189bb35fe3d1cd9\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Schenectady County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"2603:7080:8640:d800:5517:7c51:350e:5d87\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGTkcwUjFXVlpZRVpURUo2WldZUFhS\",\n                        \"created_at\": \"2024-06-03T11:24:53-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034190463283,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Schenectady County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034190463283\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:16:04-07:00\",\n                        \"checkout_id\": 37864061927731,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227057217843,\n                                \"name\": \"#1352.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921626915123,\n                                \"created_at\": \"2024-06-03T15:16:03-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034190463283,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Schenectady County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034190463283\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:16:03-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227057217843\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZWUEIesvNkKlAoaO1SUkXzyqOMtNum7abswDY8N6cpoAAHDIVmJG2cD9U_aem_ARVbBBE2B9WIgvKFT3l1O8YCKTA1PaApvSH4qCWhB1US6s5sNdRZXEdUg0SKLqCtcMH_dpf-qV-SeKjvfK0EUOMG&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1352,\n                        \"processed_at\": \"2024-06-03T11:24:50-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"driel0212@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9278fa4fc432f974c61532e2b2c4439d\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:7080:8640:d800:5517:7c51:350e:5d87\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-A536U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.54 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 420dpi; 1080x2186; samsung; SM-A536U; a53x; s5e8825; en_US; 604247854)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748029395251,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Schenectady County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"12302\",\n                            \"city\": \"Schenectady\",\n                            \"name\": \"Desiree Hawkey\",\n                            \"phone\": \"+15188366793\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"212 Spring Road\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Hawkey\",\n                            \"longitude\": null,\n                            \"first_name\": \"Desiree\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/69421fd9233e83068646e3eaed2d9582/authenticate?key=949666806cc89c7ed7f24e98f398ef61&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"12302\",\n                            \"city\": \"Schenectady\",\n                            \"name\": \"Desiree Hawkey\",\n                            \"phone\": \"+15188366793\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"212 Spring Road\",\n                            \"address2\": null,\n                            \"latitude\": 42.8771946,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Hawkey\",\n                            \"longitude\": -73.95722099999999,\n                            \"first_name\": \"Desiree\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"cefd00ee970c6034d189bb35fe3d1cd9\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"500HDJZNE\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921626915123\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871591125299,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921626915123,\n                            \"created_at\": \"2024-06-03T11:24:54-07:00\",\n                            \"fulfill_at\": \"2024-06-03T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174427935027,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034190463283,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871591125299\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:16:04-07:00\",\n                            \"destination\": {\n                                \"id\": 6364964716851,\n                                \"zip\": \"12302\",\n                                \"city\": \"Schenectady\",\n                                \"email\": \"driel0212@gmail.com\",\n                                \"phone\": \"+15188366793\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"212 Spring Road\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Hawkey\",\n                                \"first_name\": \"Desiree\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870575997235,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:28.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"171\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"172\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"74\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"62\",\n            \"attributes\": {\n                \"number\": \"#1238\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-29T00:58:34.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:16.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:30.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"545\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Free\",\n                \"shipping_method_code\": \"custom\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5913536889139,\n                        \"name\": \"#1238\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"prisca152@yahoo.com\",\n                        \"phone\": \"+12134007886\",\n                        \"token\": \"3ccf872aa48e51b54c4a436c588cdf26\",\n                        \"app_id\": 129785,\n                        \"number\": 238,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 7999244337459,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"prisca152@yahoo.com\",\n                            \"phone\": \"+12134007886\",\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Wimwipha\",\n                            \"created_at\": \"2024-05-28T17:57:14-07:00\",\n                            \"first_name\": \"Kwan\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-28T18:13:37-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10018313830707,\n                                \"zip\": \"90017\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Kwan Wimwipha\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1000 W 8th apt506\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Wimwipha\",\n                                \"first_name\": \"Kwan\",\n                                \"customer_id\": 7999244337459,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/7999244337459\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null,\n                                \"consent_collected_from\": \"SHOPIFY\"\n                            },\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-05-29T15:13:49-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"a2c3f2481566bf624d5770a274e47dd6\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"104.173.165.33\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-05-28T17:58:34-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15018280616243,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018280616243\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15018280649011,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018280649011\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:19:42-07:00\",\n                        \"checkout_id\": 37841659101491,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5221648302387,\n                                \"name\": \"#1238.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5913536889139,\n                                \"created_at\": \"2024-05-29T15:13:48-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15018280616243,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018280616243\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15018280649011,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018280649011\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:19:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420900179261290357467600050118\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420900179261290357467600050118\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420900179261290357467600050118\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420900179261290357467600050118\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5221648302387\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1238,\n                        \"processed_at\": \"2024-05-28T17:58:32-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"prisca152@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"B4604798-92AB-4A6B-A1A3-3F78CECEF60E\",\n                        \"client_details\": {\n                            \"browser_ip\": \"104.173.165.33\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4741828247859,\n                                \"code\": \"custom\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Free\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"a53cf2ce9b5dabf5dd222b3615c29569\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3ccf872aa48e51b54c4a436c588cdf26/authenticate?key=762013fd74581fe34b9b4e9f3aa91513&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90017\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Kwan Wimwipha\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1000 W 8th apt506\",\n                            \"address2\": null,\n                            \"latitude\": 34.048879,\n                            \"province\": \"California\",\n                            \"last_name\": \"Wimwipha\",\n                            \"longitude\": -118.2633718,\n                            \"first_name\": \"Kwan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1054\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"HRLDC9RYQ\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5913536889139\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6863339684147,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5913536889139,\n                            \"created_at\": \"2024-05-28T17:58:35-07:00\",\n                            \"fulfill_at\": \"2024-05-28T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15158524379443,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15018280616243,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863339684147\n                                },\n                                {\n                                    \"id\": 15158524412211,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15018280649011,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863339684147\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-29T15:13:48-07:00\",\n                            \"destination\": {\n                                \"id\": 6357553119539,\n                                \"zip\": \"90017\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"prisca152@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1000 W 8th apt506\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Wimwipha\",\n                                \"first_name\": \"Kwan\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 862340677939,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"173\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"174\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"75\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"76\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"63\",\n            \"attributes\": {\n                \"number\": \"#1359\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 50.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:51:25.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:17.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"555\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922071150899,\n                        \"name\": \"#1359\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"3746175e1754f04d358116a43b85ec47\",\n                        \"app_id\": 129785,\n                        \"number\": 359,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T21:51:26-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"32746c1d30bfd72a1ab88f05a2041cb9\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:51:25-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035023982899,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"25.49\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035023982899\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.50\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024015667,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024015667\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024048435,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024048435\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T21:51:26-07:00\",\n                        \"checkout_id\": 37856048677171,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"50.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227265655091,\n                                \"name\": \"#1359.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922071150899,\n                                \"created_at\": \"2024-06-03T21:51:25-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035023982899,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"25.49\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035023982899\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.50\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024015667,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024015667\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024048435,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024048435\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:51:25-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227265655091\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1359,\n                        \"processed_at\": \"2024-06-03T21:51:24-07:00\",\n                        \"total_weight\": 450,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"908FB443-0035-431C-B802-2355BD950C65\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"8.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"50.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"8.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3746175e1754f04d358116a43b85ec47/authenticate?key=7fd3062869a9d7eefa40af23f2547e51&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1067\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"ZH0JGVJ84\",\n                        \"current_total_price\": \"50.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922071150899\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"50.99\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"8.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872049582387,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922071150899,\n                            \"created_at\": \"2024-06-03T21:51:25-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175264895283,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15035023982899,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049582387\n                                },\n                                {\n                                    \"id\": 15175264928051,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15035024015667,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049582387\n                                },\n                                {\n                                    \"id\": 15175264960819,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035024048435,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049582387\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:51:25-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871031275827,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"175\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"176\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"77\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"78\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"79\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"64\",\n            \"attributes\": {\n                \"number\": \"#1361\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:53:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:18.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:33.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"568\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922071937331,\n                        \"name\": \"#1361\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"382ce722d678c4781b0aeb3f7a53f70f\",\n                        \"app_id\": 129785,\n                        \"number\": 361,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T21:53:18-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"77a678763c1d7b19281fe8366dbde6bb\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:53:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035024933171,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024933171\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024965939,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024965939\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T21:53:18-07:00\",\n                        \"checkout_id\": 37865555296563,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227268047155,\n                                \"name\": \"#1361.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922071937331,\n                                \"created_at\": \"2024-06-03T21:53:18-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035024933171,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024933171\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024965939,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024965939\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:53:18-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227268047155\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1361,\n                        \"processed_at\": \"2024-06-03T21:53:16-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"810AC0BA-F01F-44EB-8972-15CF9E2239EE\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/382ce722d678c4781b0aeb3f7a53f70f/authenticate?key=de0e977dedf588117a5210988945555e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1069\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8JX9CN779\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922071937331\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872050336051,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922071937331,\n                            \"created_at\": \"2024-06-03T21:53:17-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175265845555,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15035024933171,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872050336051\n                                },\n                                {\n                                    \"id\": 15175265878323,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035024965939,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872050336051\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:53:18-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871032029491,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"177\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"178\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"80\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"81\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"65\",\n            \"attributes\": {\n                \"number\": \"#1364\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 28.05,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T05:02:33.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:19.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:36.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"578\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922076000563,\n                        \"name\": \"#1364\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"4506baaa615e14ddb00b8c79b2d8c99a\",\n                        \"app_id\": 129785,\n                        \"number\": 364,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:02:34-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"fe92da561a4f00cb729931c1a14b3899\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T22:02:33-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035032043827,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"28.05\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"28.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"28.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035032043827\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.94\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.94\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.94\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035032076595,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035032076595\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:02:34-07:00\",\n                        \"checkout_id\": 37865576530227,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"28.05\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227271618867,\n                                \"name\": \"#1364.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922076000563,\n                                \"created_at\": \"2024-06-03T22:02:33-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035032043827,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"28.05\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"28.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"28.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035032043827\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.94\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.94\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.94\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035032076595,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035032076595\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T22:02:33-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227271618867\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1364,\n                        \"processed_at\": \"2024-06-03T22:02:32-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"B285C447-3175-461A-83DF-A77E619988D9\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.94\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"28.05\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.94\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/4506baaa615e14ddb00b8c79b2d8c99a/authenticate?key=0486b3e49b579a5f1aad036a18a7828a&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1072\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"FY8TNDP8A\",\n                        \"current_total_price\": \"28.05\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.94\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.94\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922076000563\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"28.05\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.94\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.94\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.94\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872054530355,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922076000563,\n                            \"created_at\": \"2024-06-03T22:02:33-07:00\",\n                            \"fulfill_at\": \"2024-06-03T22:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175272956211,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15035032043827,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872054530355\n                                },\n                                {\n                                    \"id\": 15175272988979,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035032076595,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872054530355\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T22:02:34-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871036223795,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"179\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"180\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"82\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"83\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"66\",\n            \"attributes\": {\n                \"number\": \"#1365\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T05:05:30.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:20.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"588\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922077638963,\n                        \"name\": \"#1365\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"4b47f02d05a287d2833de6c7da251f43\",\n                        \"app_id\": 129785,\n                        \"number\": 365,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:05:31-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"bd44a72ca6ec43f6b7e0463d404e4dce\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T22:05:30-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035034730803,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035034730803\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035034763571,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035034763571\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:05:31-07:00\",\n                        \"checkout_id\": 37865577906483,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227272667443,\n                                \"name\": \"#1365.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922077638963,\n                                \"created_at\": \"2024-06-03T22:05:31-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035034730803,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035034730803\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035034763571,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035034763571\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T22:05:31-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227272667443\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1365,\n                        \"processed_at\": \"2024-06-03T22:05:29-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"49278F7A-59DF-445C-80A5-507ED114216E\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/4b47f02d05a287d2833de6c7da251f43/authenticate?key=98c5c027cf79b67d28a17168ebb20ebf&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1073\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"KFLJIQCLT\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922077638963\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872056168755,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922077638963,\n                            \"created_at\": \"2024-06-03T22:05:30-07:00\",\n                            \"fulfill_at\": \"2024-06-03T22:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175275610419,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15035034730803,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872056168755\n                                },\n                                {\n                                    \"id\": 15175275643187,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035034763571,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872056168755\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T22:05:31-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871037862195,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"181\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"182\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"84\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"85\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"67\",\n            \"attributes\": {\n                \"number\": \"#1360\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 50.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:52:15.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:20.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:39.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"598\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922071511347,\n                        \"name\": \"#1360\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"3f6ee9359658fe4a167fa427b033c9fb\",\n                        \"app_id\": 129785,\n                        \"number\": 360,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:07:16-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"c1fd1c322c0ed75d24981548692b736c\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:52:15-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035024441651,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"25.49\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024441651\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.50\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024474419,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024474419\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024507187,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024507187\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:07:16-07:00\",\n                        \"checkout_id\": 37865552904499,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"50.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227266867507,\n                                \"name\": \"#1360.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922071511347,\n                                \"created_at\": \"2024-06-03T21:52:15-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035024441651,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"25.49\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024441651\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.50\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024474419,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024474419\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024507187,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024507187\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:52:15-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227266867507\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1360,\n                        \"processed_at\": \"2024-06-03T21:52:13-07:00\",\n                        \"total_weight\": 450,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"737FE0B0-3855-41B9-99EA-320C30CC3824\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"8.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"50.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"8.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3f6ee9359658fe4a167fa427b033c9fb/authenticate?key=7b7ce5e1fd03aa895eef0bfa31fef011&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1068\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"M57CACTQ8\",\n                        \"current_total_price\": \"50.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922071511347\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"50.99\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"8.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872049942835,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922071511347,\n                            \"created_at\": \"2024-06-03T21:52:15-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175265354035,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15035024441651,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049942835\n                                },\n                                {\n                                    \"id\": 15175265386803,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15035024474419,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049942835\n                                },\n                                {\n                                    \"id\": 15175265419571,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035024507187,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049942835\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:52:16-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871031636275,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"183\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"184\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"86\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"87\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"88\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"68\",\n            \"attributes\": {\n                \"number\": \"#1362\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:56:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:21.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"611\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922073084211,\n                        \"name\": \"#1362\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"b1972e49182f11d22d54176bb6752301\",\n                        \"app_id\": 129785,\n                        \"number\": 362,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:11:19-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"46c0a376e929e790aa59b7c32c80d839\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:56:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035026735411,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035026735411\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035026768179,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035026768179\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:11:19-07:00\",\n                        \"checkout_id\": 37865556640051,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227269062963,\n                                \"name\": \"#1362.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922073084211,\n                                \"created_at\": \"2024-06-03T21:56:18-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035026735411,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035026735411\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035026768179,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035026768179\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:56:18-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227269062963\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1362,\n                        \"processed_at\": \"2024-06-03T21:56:16-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"4A3A3212-C383-4538-9826-5CD5CBF8B9A8\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b1972e49182f11d22d54176bb6752301/authenticate?key=73e9d1070bd4aeb1f8fb399250af505d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1070\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"I9CGIPDER\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922073084211\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872051515699,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922073084211,\n                            \"created_at\": \"2024-06-03T21:56:18-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175267615027,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15035026735411,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872051515699\n                                },\n                                {\n                                    \"id\": 15175267647795,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035026768179,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872051515699\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:56:18-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871033209139,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"185\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"186\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"89\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"69\",\n            \"attributes\": {\n                \"number\": \"#1363\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:58:31.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:22.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:42.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"621\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922074165555,\n                        \"name\": \"#1363\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"ce0bc66f10d1f3964d92a2d58875b2e8\",\n                        \"app_id\": 129785,\n                        \"number\": 363,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:13:32-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"cd9253fa93b52886e080f3486b0dee49\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:58:31-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035029127475,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035029127475\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035029160243,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035029160243\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:13:32-07:00\",\n                        \"checkout_id\": 37865563783475,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227269718323,\n                                \"name\": \"#1363.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922074165555,\n                                \"created_at\": \"2024-06-03T21:58:32-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035029127475,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035029127475\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035029160243,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035029160243\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:58:32-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227269718323\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1363,\n                        \"processed_at\": \"2024-06-03T21:58:30-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"B48002EE-5854-4E58-AADC-FD13BAA15139\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/ce0bc66f10d1f3964d92a2d58875b2e8/authenticate?key=09acb4a474efb0260bbc2010634d504d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1071\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"G50C8ZLX2\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922074165555\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872052662579,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922074165555,\n                            \"created_at\": \"2024-06-03T21:58:31-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175270039859,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15035029127475,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872052662579\n                                },\n                                {\n                                    \"id\": 15175270072627,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035029160243,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872052662579\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:58:32-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871034356019,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"187\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"188\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"91\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"92\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"70\",\n            \"attributes\": {\n                \"number\": \"#1282\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 4.41,\n                \"discount\": 0,\n                \"total\": 67.39,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-31T13:10:38.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:23.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:44.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"631\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5917338239283,\n                        \"name\": \"#1282\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"mystori17@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"81d04d60024dc0da1366b3803895a79c\",\n                        \"app_id\": 580111,\n                        \"number\": 282,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8007849935155,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"mystori17@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Benjamin\",\n                            \"created_at\": \"2024-05-31T06:10:34-07:00\",\n                            \"first_name\": \"Tori\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-31T06:10:44-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10026545709363,\n                                \"zip\": \"32909\",\n                                \"city\": \"Palm Bay\",\n                                \"name\": \"Tori Benjamin\",\n                                \"phone\": \"+15165825719\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1872 Amberwood Drive Southeast\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Benjamin\",\n                                \"first_name\": \"Tori\",\n                                \"customer_id\": 8007849935155,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"FL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8007849935155\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-31T06:10:39-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-31T06:10:39-07:00\"\n                        },\n                        \"closed_at\": \"2024-05-31T15:13:57-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"4bd5340be6423e26d32272612a768aa0\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.63\",\n                                \"title\": \"Brevard County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.63\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.63\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"3.78\",\n                                \"title\": \"Florida State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.78\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.78\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"4.41\",\n                        \"browser_ip\": \"2600:1006:a131:e7d3:2586:9b:536d:6a04\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFo3QjZCMVE1Q0syWDFRMTc3RlAxTjdX\",\n                        \"created_at\": \"2024-05-31T06:10:38-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15026458984755,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026458984755\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15026459017523,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.33\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.33\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.33\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"1.98\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.98\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.98\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459017523\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15026459050291,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459050291\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15026459083059,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.30\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.30\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.30\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"1.80\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.80\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.80\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459083059\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T10:05:48-07:00\",\n                        \"checkout_id\": 37851125055795,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"67.39\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5223950450995,\n                                \"name\": \"#1282.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5917338239283,\n                                \"created_at\": \"2024-05-31T15:13:57-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15026458984755,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Brevard County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026458984755\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15026459017523,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.33\",\n                                                \"title\": \"Brevard County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.33\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.33\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"1.98\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.98\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.98\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459017523\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15026459050291,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Brevard County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459050291\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15026459083059,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.30\",\n                                                \"title\": \"Brevard County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"1.80\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.80\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.80\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459083059\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T10:05:48-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9434611105500172111385\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9434611105500172111385\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434611105500172111385\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"9434611105500172111385\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5223950450995\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR3sSyoe1qUueYV9e9G2F4MCuPI6uXgvmU3Q_bnqoaWWhgNc5XbGg0r5OSw_aem_AcecOZzwFIt0dr1gZ36p_rTsYaoAIu1wh46TsLww_VrJrPUPkEVIwY3jRR3xq0g4VKmYpYHhmyZdpw0ni2TSKwZB&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1282,\n                        \"processed_at\": \"2024-05-31T06:10:34-07:00\",\n                        \"total_weight\": 551,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"mystori17@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"87636aaadbf4e2228f0c8aaee0419019\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1006:a131:e7d3:2586:9b:536d:6a04\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4744854044979,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"62.98\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"32901\",\n                            \"city\": \"Melbourne\",\n                            \"name\": \"Tori Benjamin\",\n                            \"phone\": \"+15165825719\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1029 East Lincoln Avenue\",\n                            \"address2\": \"Apt 102\",\n                            \"latitude\": 28.0823515,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Benjamin\",\n                            \"longitude\": -80.6031388,\n                            \"first_name\": \"Tori\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"67.39\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"67.39\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/81d04d60024dc0da1366b3803895a79c/authenticate?key=db1d811d47cba41363a5a0d347e4d86a&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"32909\",\n                            \"city\": \"Palm Bay\",\n                            \"name\": \"Tori Benjamin\",\n                            \"phone\": \"+15165825719\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1872 Amberwood Drive Southeast\",\n                            \"address2\": null,\n                            \"latitude\": 27.9497175,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Benjamin\",\n                            \"longitude\": -80.6636595,\n                            \"first_name\": \"Tori\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"current_total_tax\": \"4.41\",\n                        \"source_identifier\": \"4bd5340be6423e26d32272612a768aa0\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"AVRHMLD35\",\n                        \"current_total_price\": \"67.39\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5917338239283\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"62.98\",\n                        \"total_line_items_price\": \"62.98\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"67.39\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"67.39\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6867239305523,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5917338239283,\n                            \"created_at\": \"2024-05-31T06:10:39-07:00\",\n                            \"fulfill_at\": \"2024-05-31T06:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15166720278835,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15026458984755,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867239305523\n                                },\n                                {\n                                    \"id\": 15166720311603,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15026459017523,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867239305523\n                                },\n                                {\n                                    \"id\": 15166720344371,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15026459050291,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867239305523\n                                },\n                                {\n                                    \"id\": 15166720377139,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15026459083059,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867239305523\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-31T15:13:57-07:00\",\n                            \"destination\": {\n                                \"id\": 6361210782003,\n                                \"zip\": \"32909\",\n                                \"city\": \"Palm Bay\",\n                                \"email\": \"mystori17@gmail.com\",\n                                \"phone\": \"+15165825719\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1872 Amberwood Drive Southeast\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Benjamin\",\n                                \"first_name\": \"Tori\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 866234433843,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"189\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"190\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"93\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"94\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"95\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"96\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"71\",\n            \"attributes\": {\n                \"number\": \"#1317\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 53.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T03:34:43.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:24.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"647\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919603622195,\n                        \"name\": \"#1317\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"rosalia.aguillon@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"c1e1679738b2d11a4cfd219f6a9f1978\",\n                        \"app_id\": 580111,\n                        \"number\": 317,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8007895744819,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"rosalia.aguillon@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Aguillon\",\n                            \"created_at\": \"2024-05-31T06:47:06-07:00\",\n                            \"first_name\": \"Rosalia\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T20:34:44-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10026584539443,\n                                \"zip\": \"90650\",\n                                \"city\": \"Norwalk\",\n                                \"name\": \"Rosalia Aguillon\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"11218 Dune Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Aguillon\",\n                                \"first_name\": \"Rosalia\",\n                                \"customer_id\": 8007895744819,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8007895744819\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"unsubscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T20:34:44-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T20:34:44-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:49-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"0f76260e8eafbffe9b39a07cbb22f60a\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"47.37.141.243\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpBN05KMk45UTlGMVY4MDlHTUpSM0RC\",\n                        \"created_at\": \"2024-06-01T20:34:43-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030643556659,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643556659\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15030643589427,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"26.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"26.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"26.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643589427\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15030643622195,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"26.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"26.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"26.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643622195\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15030643654963,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643654963\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T13:57:57-07:00\",\n                        \"checkout_id\": 37857724137779,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"53.98\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055546675,\n                                \"name\": \"#1317.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919603622195,\n                                \"created_at\": \"2024-06-03T15:14:49-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030643556659,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Norwalk City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643556659\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15030643589427,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Norwalk City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"26.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"26.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"26.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643589427\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15030643622195,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Norwalk City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"26.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"26.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"26.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643622195\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15030643654963,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Norwalk City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643654963\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T13:57:57-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9434611105500135174679\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9434611105500135174679\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434611105500135174679\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"9434611105500135174679\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055546675\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1317,\n                        \"processed_at\": \"2024-06-01T20:34:39-07:00\",\n                        \"total_weight\": 540,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"rosalia.aguillon@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"83995e01a93a32e6d66327714c4bd089\",\n                        \"client_details\": {\n                            \"browser_ip\": \"47.37.141.243\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"6.00\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746435133747,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"53.98\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90650\",\n                            \"city\": \"Norwalk\",\n                            \"name\": \"Rosalia Aguillon\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"11218 Dune Street\",\n                            \"address2\": null,\n                            \"latitude\": 33.9212835,\n                            \"province\": \"California\",\n                            \"last_name\": \"Aguillon\",\n                            \"longitude\": -118.0940049,\n                            \"first_name\": \"Rosalia\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"6.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c1e1679738b2d11a4cfd219f6a9f1978/authenticate?key=da0b6d5be9fa2ab1dbf89b80aa8324f9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90650\",\n                            \"city\": \"Norwalk\",\n                            \"name\": \"Rosalia Aguillon\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"11218 Dune Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Aguillon\",\n                            \"longitude\": null,\n                            \"first_name\": \"Rosalia\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"0f76260e8eafbffe9b39a07cbb22f60a\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N5LP5M55G\",\n                        \"current_total_price\": \"53.98\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919603622195\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"10.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"53.98\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"6.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869540077875,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919603622195,\n                            \"created_at\": \"2024-06-01T20:34:44-07:00\",\n                            \"fulfill_at\": \"2024-06-01T20:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170891153715,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030643556659,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869540077875\n                                },\n                                {\n                                    \"id\": 15170891186483,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15030643589427,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869540077875\n                                },\n                                {\n                                    \"id\": 15170891219251,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15030643622195,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869540077875\n                                },\n                                {\n                                    \"id\": 15170891252019,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15030643654963,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869540077875\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:49-07:00\",\n                            \"destination\": {\n                                \"id\": 6363082490163,\n                                \"zip\": \"90650\",\n                                \"city\": \"Norwalk\",\n                                \"email\": \"rosalia.aguillon@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"11218 Dune Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Aguillon\",\n                                \"first_name\": \"Rosalia\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868531011891,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"191\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"192\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"97\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"98\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"99\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"100\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"72\",\n            \"attributes\": {\n                \"number\": \"#1239\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 34.68,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-29T01:23:54.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:25.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:47.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"663\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5913555173683,\n                        \"name\": \"#1239\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"phugnguyen@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"fcca47052fb07d14f85ace811fe8e822\",\n                        \"app_id\": 580111,\n                        \"number\": 239,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 7753995092275,\n                            \"note\": null,\n                            \"tags\": \"Login with Shop, Shop\",\n                            \"email\": \"phugnguyen@gmail.com\",\n                            \"phone\": \"+19168976903\",\n                            \"state\": \"enabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Nguyen\",\n                            \"created_at\": \"2024-03-04T16:43:02-08:00\",\n                            \"first_name\": \"Phu\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-07-24T19:58:32-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10131581075763,\n                                \"zip\": \"92557\",\n                                \"city\": \"Moreno Valley\",\n                                \"name\": \"Amanda Tran\",\n                                \"phone\": \"+19168976903\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"22703 White Lily Circle\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Tran\",\n                                \"first_name\": \"Amanda\",\n                                \"customer_id\": 7753995092275,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/7753995092275\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"unknown\",\n                                \"consent_updated_at\": \"2024-06-20T14:49:51-07:00\",\n                                \"consent_collected_from\": \"OTHER\"\n                            },\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-28T18:23:55-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-28T18:23:55-07:00\"\n                        },\n                        \"closed_at\": \"2024-05-29T15:13:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"7957574f055484c0ab09dcf7dba636a9\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"75.140.74.246\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFowWjAyWEVaN1o5UUIxREtWVkE3WDcw\",\n                        \"created_at\": \"2024-05-28T18:23:54-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15018312565043,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"29.69\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018312565043\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.30\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15018312597811,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018312597811\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T14:03:02-07:00\",\n                        \"checkout_id\": 37841715462451,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"34.68\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5221648171315,\n                                \"name\": \"#1239.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5913555173683,\n                                \"created_at\": \"2024-05-29T15:13:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15018312565043,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"29.69\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018312565043\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.30\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15018312597811,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018312597811\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T14:03:02-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420906209261290357467600055113\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420906209261290357467600055113\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420906209261290357467600055113\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420906209261290357467600055113\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5221648171315\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1239,\n                        \"processed_at\": \"2024-05-28T18:23:50-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"phugnguyen@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"b5e1bebd86bdc77996cd92122426fe2f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"75.140.74.246\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"PHU10\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"3.30\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4741843779891,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"29.69\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95829\",\n                            \"city\": \"Sacramento\",\n                            \"name\": \"Phu Nguyen\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8196 Medeiros Way\",\n                            \"address2\": null,\n                            \"latitude\": 38.4608154,\n                            \"province\": \"California\",\n                            \"last_name\": \"Nguyen\",\n                            \"longitude\": -121.3271327,\n                            \"first_name\": \"Phu\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.30\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fcca47052fb07d14f85ace811fe8e822/authenticate?key=69b1bae065b4c7237da903325d224c03&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90620\",\n                            \"city\": \"Buena Park\",\n                            \"name\": \"Sarah Sham\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7109 Fillmore Dr\",\n                            \"address2\": null,\n                            \"latitude\": 33.83777010000001,\n                            \"province\": \"California\",\n                            \"last_name\": \"Sham\",\n                            \"longitude\": -118.0092572,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"7957574f055484c0ab09dcf7dba636a9\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NIDYNXLWM\",\n                        \"current_total_price\": \"34.68\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5913555173683\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"PHU10\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"10.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.69\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.30\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6863357837619,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5913555173683,\n                            \"created_at\": \"2024-05-28T18:23:55-07:00\",\n                            \"fulfill_at\": \"2024-05-28T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15158556197171,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15018312565043,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863357837619\n                                },\n                                {\n                                    \"id\": 15158556229939,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15018312597811,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863357837619\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-29T15:13:46-07:00\",\n                            \"destination\": {\n                                \"id\": 6357570814259,\n                                \"zip\": \"90620\",\n                                \"city\": \"Buena Park\",\n                                \"email\": \"phugnguyen@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"7109 Fillmore Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Sham\",\n                                \"first_name\": \"Sarah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 862358831411,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"193\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"194\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"101\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"102\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"73\",\n            \"attributes\": {\n                \"number\": \"#1354\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.28,\n                \"discount\": 0,\n                \"total\": 4.27,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T19:38:09.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:26.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:48.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"673\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921701331251,\n                        \"name\": \"#1354\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"katieman888@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"41cc974e5417bffa61e5aba12d4ae434\",\n                        \"app_id\": 580111,\n                        \"number\": 354,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018242470195,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"katieman888@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Man\",\n                            \"created_at\": \"2024-06-03T12:38:05-07:00\",\n                            \"first_name\": \"Katie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T12:38:15-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039968268595,\n                                \"zip\": \"15203\",\n                                \"city\": \"Pittsburgh\",\n                                \"name\": \"Katie Man\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2210 East Carson Street\",\n                                \"address2\": \"2\",\n                                \"province\": \"Pennsylvania\",\n                                \"last_name\": \"Man\",\n                                \"first_name\": \"Katie\",\n                                \"customer_id\": 8018242470195,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"PA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018242470195\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T12:38:09-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T12:38:09-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:37-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"a9f5485acc42a9386d24c7619dc0695b\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Allegheny County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"0.24\",\n                                \"title\": \"Pennsylvania State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.28\",\n                        \"browser_ip\": \"98.236.33.75\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGU0pOUlk3VjRGTksyU0ZIRzJRWk5T\",\n                        \"created_at\": \"2024-06-03T12:38:09-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034329137459,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Allegheny County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pennsylvania State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034329137459\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:38-07:00\",\n                        \"checkout_id\": 37864261124403,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.27\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190073139,\n                                \"name\": \"#1354.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921701331251,\n                                \"created_at\": \"2024-06-04T15:13:37-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034329137459,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Allegheny County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Pennsylvania State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034329137459\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:37-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190073139\"\n                            }\n                        ],\n                        \"landing_site\": \"/?fbclid=PAZXh0bgNhZW0CMTEAAab9BUeNCyHv6wuHVq4Uh9GgZ88J5YA4O6vw08FYpSM4jY4m0UkOSys-xT8_aem_ARVZKFJZiRw8M_j41Q5jrvubPFy2GquS7wAM2psEp734kCvVKmkuzUqTyhxKZkptLzr_vkrixtmZfCgHVMV-VdZn\",\n                        \"order_number\": 1354,\n                        \"processed_at\": \"2024-06-03T12:38:05-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"katieman888@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"870d6d92b39371d663b5464a0649124a\",\n                        \"client_details\": {\n                            \"browser_ip\": \"98.236.33.75\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone11,8; iOS 17_4_1; en_US; en; scale=2.00; 750x1624; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://l.instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748079989043,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Allegheny County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.24\",\n                                        \"title\": \"Pennsylvania State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"15203\",\n                            \"city\": \"Pittsburgh\",\n                            \"name\": \"Katie Man\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2210 East Carson Street\",\n                            \"address2\": \"2\",\n                            \"latitude\": null,\n                            \"province\": \"Pennsylvania\",\n                            \"last_name\": \"Man\",\n                            \"longitude\": null,\n                            \"first_name\": \"Katie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"PA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/41cc974e5417bffa61e5aba12d4ae434/authenticate?key=5186c61f066e37a3d78b215c8e4ff8dd&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"15203\",\n                            \"city\": \"Pittsburgh\",\n                            \"name\": \"Katie Man\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2210 East Carson Street\",\n                            \"address2\": \"2\",\n                            \"latitude\": 40.4281754,\n                            \"province\": \"Pennsylvania\",\n                            \"last_name\": \"Man\",\n                            \"longitude\": -79.9740894,\n                            \"first_name\": \"Katie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"PA\"\n                        },\n                        \"current_total_tax\": \"0.28\",\n                        \"source_identifier\": \"a9f5485acc42a9386d24c7619dc0695b\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"JNQUJ4HYD\",\n                        \"current_total_price\": \"4.27\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921701331251\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871667835187,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921701331251,\n                            \"created_at\": \"2024-06-03T12:38:10-07:00\",\n                            \"fulfill_at\": \"2024-06-03T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174568313139,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034329137459,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871667835187\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:37-07:00\",\n                            \"destination\": {\n                                \"id\": 6365030678835,\n                                \"zip\": \"15203\",\n                                \"city\": \"Pittsburgh\",\n                                \"email\": \"katieman888@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2210 East Carson Street\",\n                                \"address2\": \"2\",\n                                \"province\": \"Pennsylvania\",\n                                \"last_name\": \"Man\",\n                                \"first_name\": \"Katie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870651855155,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:48.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"195\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"196\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"103\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"74\",\n            \"attributes\": {\n                \"number\": \"#1355\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.28,\n                \"discount\": 0,\n                \"total\": 4.27,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T23:35:38.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:26.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:50.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"680\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921895678259,\n                        \"name\": \"#1355\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"izzy2shop@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"78374325be7cd9594427d5b89daeec72\",\n                        \"app_id\": 580111,\n                        \"number\": 355,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018523095347,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"izzy2shop@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Laski\",\n                            \"created_at\": \"2024-06-03T16:35:34-07:00\",\n                            \"first_name\": \"Isabelle\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T16:35:44-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040181489971,\n                                \"zip\": \"27012-9670\",\n                                \"city\": \"Clemmons\",\n                                \"name\": \"Isabelle Laski\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5715 Misty Hill Circle\",\n                                \"address2\": null,\n                                \"province\": \"North Carolina\",\n                                \"last_name\": \"Laski\",\n                                \"first_name\": \"Isabelle\",\n                                \"customer_id\": 8018523095347,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NC\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018523095347\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T16:35:38-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T16:35:38-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:38-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"8d50baf1088a8f0944802254ccdea98d\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0225,\n                                \"price\": \"0.09\",\n                                \"title\": \"Forsyth County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0475,\n                                \"price\": \"0.19\",\n                                \"title\": \"North Carolina State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.28\",\n                        \"browser_ip\": \"24.163.13.96\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpHNzlDSzJQQ1JCUzFOTVpORlJCUDkz\",\n                        \"created_at\": \"2024-06-03T16:35:38-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034699415859,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Forsyth County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"North Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034699415859\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:38-07:00\",\n                        \"checkout_id\": 37864807792947,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.27\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190105907,\n                                \"name\": \"#1355.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921895678259,\n                                \"created_at\": \"2024-06-04T15:13:38-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034699415859,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Forsyth County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"North Carolina State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034699415859\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:38-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190105907\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1355,\n                        \"processed_at\": \"2024-06-03T16:35:34-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"izzy2shop@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"84e1454b7063f049e31ad52d0d035bc3\",\n                        \"client_details\": {\n                            \"browser_ip\": \"24.163.13.96\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748215877939,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Forsyth County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0475,\n                                        \"price\": \"0.19\",\n                                        \"title\": \"North Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"27012-9670\",\n                            \"city\": \"Clemmons\",\n                            \"name\": \"Isabelle Laski\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5715 Misty Hill Circle\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"North Carolina\",\n                            \"last_name\": \"Laski\",\n                            \"longitude\": null,\n                            \"first_name\": \"Isabelle\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NC\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/78374325be7cd9594427d5b89daeec72/authenticate?key=ec26b40d13f07d75dfa681bbf5565d90&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"27012-9670\",\n                            \"city\": \"Clemmons\",\n                            \"name\": \"Isabelle Laski\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5715 Misty Hill Circle\",\n                            \"address2\": null,\n                            \"latitude\": 36.0047209,\n                            \"province\": \"North Carolina\",\n                            \"last_name\": \"Laski\",\n                            \"longitude\": -80.3505945,\n                            \"first_name\": \"Isabelle\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NC\"\n                        },\n                        \"current_total_tax\": \"0.28\",\n                        \"source_identifier\": \"8d50baf1088a8f0944802254ccdea98d\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"0RC8R50TF\",\n                        \"current_total_price\": \"4.27\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921895678259\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871866540339,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921895678259,\n                            \"created_at\": \"2024-06-03T16:35:39-07:00\",\n                            \"fulfill_at\": \"2024-06-03T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174938788147,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034699415859,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871866540339\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:38-07:00\",\n                            \"destination\": {\n                                \"id\": 6365210247475,\n                                \"zip\": \"27012-9670\",\n                                \"city\": \"Clemmons\",\n                                \"email\": \"izzy2shop@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5715 Misty Hill Circle\",\n                                \"address2\": null,\n                                \"province\": \"North Carolina\",\n                                \"last_name\": \"Laski\",\n                                \"first_name\": \"Isabelle\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870848659763,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:49.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"197\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"198\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"104\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"75\",\n            \"attributes\": {\n                \"number\": \"#1358\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T01:00:48.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:27.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:51.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"687\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921945256243,\n                        \"name\": \"#1358\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kelly.yangsy@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"5fd1e61fc8467b7bc9f98e34c2dacc27\",\n                        \"app_id\": 580111,\n                        \"number\": 358,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018601673011,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kelly.yangsy@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Yang\",\n                            \"created_at\": \"2024-06-03T18:00:24-07:00\",\n                            \"first_name\": \"Kelly\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T18:00:53-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040238178611,\n                                \"zip\": \"78753\",\n                                \"city\": \"Austin\",\n                                \"name\": \"Kelly Yang\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"12600 McCallen Pass\",\n                                \"address2\": \"Apt. 1213\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Yang\",\n                                \"first_name\": \"Kelly\",\n                                \"customer_id\": 8018601673011,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018601673011\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T18:00:48-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T18:00:48-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:39-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"42f574216144a44482fb993bc9730b69\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Austin City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Austin Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"166.205.190.54\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpHQzNFWFhDUVMyRTYxWDRUOTJRMldS\",\n                        \"created_at\": \"2024-06-03T18:00:48-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034792673587,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034792673587\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:39-07:00\",\n                        \"checkout_id\": 37864962556211,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190138675,\n                                \"name\": \"#1358.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921945256243,\n                                \"created_at\": \"2024-06-04T15:13:39-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034792673587,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034792673587\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:39-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190138675\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAab5EEWK30upWWDAtk4yH10KMJ8sCfF40cQjVSTw76MTtN42awPLK4Q-GOQ_aem_ATGIFgn9xB2RFni5o4HwmC9_uLiN6emTZmx67gVTv9VT57-5ZJTMSIFO7A3-tXIwgAmhouhMpKVo7BdtRly8GAWO&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1358,\n                        \"processed_at\": \"2024-06-03T18:00:44-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kelly.yangsy@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e4b70fb0db5db555c9c6cc641b47f50f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"166.205.190.54\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_5_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748253921587,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"78753\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Kelly Yang\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"12600 McCallen Pass\",\n                            \"address2\": \"Apt. 1213\",\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Yang\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kelly\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5fd1e61fc8467b7bc9f98e34c2dacc27/authenticate?key=d98ab079874b2888fd2cee63e4cd08f3&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"78753\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Kelly Yang\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"12600 McCallen Pass\",\n                            \"address2\": \"Apt. 1213\",\n                            \"latitude\": 30.4042125,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Yang\",\n                            \"longitude\": -97.6667177,\n                            \"first_name\": \"Kelly\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"42f574216144a44482fb993bc9730b69\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VTI5L5K2L\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921945256243\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871917986099,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921945256243,\n                            \"created_at\": \"2024-06-03T18:00:48-07:00\",\n                            \"fulfill_at\": \"2024-06-03T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175031783731,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034792673587,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871917986099\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:39-07:00\",\n                            \"destination\": {\n                                \"id\": 6365263233331,\n                                \"zip\": \"78753\",\n                                \"city\": \"Austin\",\n                                \"email\": \"kelly.yangsy@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"12600 McCallen Pass\",\n                                \"address2\": \"Apt. 1213\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Yang\",\n                                \"first_name\": \"Kelly\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870899843379,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:51.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"199\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"200\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"105\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"76\",\n            \"attributes\": {\n                \"number\": \"#1357\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T00:40:12.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:28.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:53.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"694\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921933525299,\n                        \"name\": \"#1357\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"msjudythang@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"c6fabb4ad3952e329ab3c8d58b71f6dd\",\n                        \"app_id\": 580111,\n                        \"number\": 357,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018583388467,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"msjudythang@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Thang\",\n                            \"created_at\": \"2024-06-03T17:40:07-07:00\",\n                            \"first_name\": \"Judy\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T17:40:18-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040224317747,\n                                \"zip\": \"47802\",\n                                \"city\": \"Terre Haute\",\n                                \"name\": \"Judy Thang\",\n                                \"phone\": \"+16198885862\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"231 Southridge Road\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Thang\",\n                                \"first_name\": \"Judy\",\n                                \"customer_id\": 8018583388467,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IN\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018583388467\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T17:40:12-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T17:40:12-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:40-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"184a928b57cea870c9df7ccaa477d22e\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"63.134.145.215\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpHQVlOQVg4V1JSV1lYNFgzQUtNRUpW\",\n                        \"created_at\": \"2024-06-03T17:40:12-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034769998131,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034769998131\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:40-07:00\",\n                        \"checkout_id\": 37864923103539,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190171443,\n                                \"name\": \"#1357.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921933525299,\n                                \"created_at\": \"2024-06-04T15:13:40-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034769998131,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.07,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Indiana State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034769998131\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:40-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190171443\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaba8-iinIZJKRt_fSCaFWJ3i3-hz-RZ1KmVz1aplxcUJ0tQtybr79tymEY_aem_ATHnTY0g20wA058t5k9SwrtuSJI0ELobVACcsin5PrSOkLLWgVVGsWjGWpcch20XUHY4aIHyeF2oFQaMfTyW7aOR&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1357,\n                        \"processed_at\": \"2024-06-03T17:40:07-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"msjudythang@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"8b0dd10175d05e4382b73f3720cf6706\",\n                        \"client_details\": {\n                            \"browser_ip\": \"63.134.145.215\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone15,4; iOS 17_4_1; en_US; en; scale=3.00; 1179x2556; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748244812083,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"47802\",\n                            \"city\": \"Terre Haute\",\n                            \"name\": \"Judy Thang\",\n                            \"phone\": \"+16198885862\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"231 Southridge Road\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Thang\",\n                            \"longitude\": null,\n                            \"first_name\": \"Judy\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c6fabb4ad3952e329ab3c8d58b71f6dd/authenticate?key=82bad595f3956583a7cb7b6b696f6ad8&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"47802\",\n                            \"city\": \"Terre Haute\",\n                            \"name\": \"Judy Thang\",\n                            \"phone\": \"+16198885862\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"231 Southridge Road\",\n                            \"address2\": null,\n                            \"latitude\": 39.3785021,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Thang\",\n                            \"longitude\": -87.3781673,\n                            \"first_name\": \"Judy\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"184a928b57cea870c9df7ccaa477d22e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"IH8RCRCPI\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921933525299\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871905599795,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921933525299,\n                            \"created_at\": \"2024-06-03T17:40:13-07:00\",\n                            \"fulfill_at\": \"2024-06-03T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175009173811,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034769998131,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871905599795\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:40-07:00\",\n                            \"destination\": {\n                                \"id\": 6365251338547,\n                                \"zip\": \"47802\",\n                                \"city\": \"Terre Haute\",\n                                \"email\": \"msjudythang@gmail.com\",\n                                \"phone\": \"+16198885862\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"231 Southridge Road\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Thang\",\n                                \"first_name\": \"Judy\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870887555379,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:52.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"201\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"202\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"106\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"77\",\n            \"attributes\": {\n                \"number\": \"#1366\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T13:57:11.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:29.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:54.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"701\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922403287347,\n                        \"name\": \"#1366\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"laurabelle923@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"33eb982537ea006cec77ab363a542ec8\",\n                        \"app_id\": 580111,\n                        \"number\": 366,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019410452787,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"laurabelle923@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Schreiber\",\n                            \"created_at\": \"2024-06-04T06:57:07-07:00\",\n                            \"first_name\": \"Laura\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T06:57:16-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040781144371,\n                                \"zip\": \"90025\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Laura Schreiber\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1530 Purdue Ave Apt 17\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Schreiber\",\n                                \"first_name\": \"Laura\",\n                                \"customer_id\": 8019410452787,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019410452787\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T06:57:11-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T06:57:11-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"aaebdd125cde5bdbb4a0be1eac2d076e\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"198.72.186.48\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpIUkhNRVZRSEVSR1ZHVDc2SjFSSzhS\",\n                        \"created_at\": \"2024-06-04T06:57:11-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035579433267,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035579433267\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:42-07:00\",\n                        \"checkout_id\": 37866739302707,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190236979,\n                                \"name\": \"#1366.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922403287347,\n                                \"created_at\": \"2024-06-04T15:13:41-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035579433267,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035579433267\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:41-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190236979\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAab2Nu9411D9DFKTTKfr9F6MCfu1-bu473qMk2CN-Ks4vaZcDDfRAF_mEqc_aem_AeZf1HtqfDxal3AkHAWrWArn8yA-o5E5a0vzOorcwcDE-mtKnmRZszoyKiWnfsPzeIhlHtNFonoM5ma4cqohmbnt&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1366,\n                        \"processed_at\": \"2024-06-04T06:57:06-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"laurabelle923@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"99fb9dc6aac92b521768fdcf519428be\",\n                        \"client_details\": {\n                            \"browser_ip\": \"198.72.186.48\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748620202291,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90025\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Laura Schreiber\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1530 Purdue Ave Apt 17\",\n                            \"address2\": null,\n                            \"latitude\": 34.0465799,\n                            \"province\": \"California\",\n                            \"last_name\": \"Schreiber\",\n                            \"longitude\": -118.4511784,\n                            \"first_name\": \"Laura\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/33eb982537ea006cec77ab363a542ec8/authenticate?key=aaa67a62c168790ba1c9bf913ecc8d83&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90025\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Laura Schreiber\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1530 Purdue Ave Apt 17\",\n                            \"address2\": null,\n                            \"latitude\": 34.0465799,\n                            \"province\": \"California\",\n                            \"last_name\": \"Schreiber\",\n                            \"longitude\": -118.4511784,\n                            \"first_name\": \"Laura\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"aaebdd125cde5bdbb4a0be1eac2d076e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"Q5LE0L2K8\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922403287347\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872390828339,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922403287347,\n                            \"created_at\": \"2024-06-04T06:57:11-07:00\",\n                            \"fulfill_at\": \"2024-06-04T06:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175825391923,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15035579433267,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872390828339\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:41-07:00\",\n                            \"destination\": {\n                                \"id\": 6365727949107,\n                                \"zip\": \"90025\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"laurabelle923@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1530 Purdue Ave Apt 17\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Schreiber\",\n                                \"first_name\": \"Laura\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871371931955,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:54.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"203\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"204\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"107\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"78\",\n            \"attributes\": {\n                \"number\": \"#1368\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T15:47:08.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:30.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:56.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"708\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922509291827,\n                        \"name\": \"#1368\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"ealworth@gm.slc.edu\",\n                        \"phone\": null,\n                        \"token\": \"d204b65c74cfd07756167b067832d52f\",\n                        \"app_id\": 580111,\n                        \"number\": 368,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019554763059,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"ealworth@gm.slc.edu\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Alworth\",\n                            \"created_at\": \"2024-06-04T08:47:04-07:00\",\n                            \"first_name\": \"Emily\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T08:47:14-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040892850483,\n                                \"zip\": \"84109\",\n                                \"city\": \"Salt Lake City\",\n                                \"name\": \"Emily Alworth\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2520 East 3300 South\",\n                                \"address2\": null,\n                                \"province\": \"Utah\",\n                                \"last_name\": \"Alworth\",\n                                \"first_name\": \"Emily\",\n                                \"customer_id\": 8019554763059,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"UT\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019554763059\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"cfe02c4a25315a36a82260079b678afb\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.247.147.235\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpIWUtRUlJKRFZNMVpYS1hRRFg4OVRS\",\n                        \"created_at\": \"2024-06-04T08:47:08-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035779744051,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Salt Lake County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Millcreek City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Salt Lake Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Utah State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035779744051\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:42-07:00\",\n                        \"checkout_id\": 37867032936755,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190269747,\n                                \"name\": \"#1368.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922509291827,\n                                \"created_at\": \"2024-06-04T15:13:42-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035779744051,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Salt Lake County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Millcreek City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Salt Lake Co Tr\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Utah State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035779744051\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190269747\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaY-pY3yMkl7xqL2LaIz3DrSiM7dGdPHk4_LBVKscklf2wZsUswajE-X2oA_aem_Aebk0T_dB_2jDnZLuX0k1r3SJNbZobeaP4S0aFJxSO6Y7B7IwRvCJeqeSHMhhjNsIuvI_wxutc8kpCEul_sHCZSE&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1368,\n                        \"processed_at\": \"2024-06-04T08:47:04-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"ealworth@gm.slc.edu\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"bb264e6ed5113ad6eb08b9d811c317d8\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.247.147.235\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 13; KB2005 Build/RKQ1.211119.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.54 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (33/13; 408dpi; 1080x2185; OnePlus; KB2005; OnePlus8T; qcom; en_US; 604247782)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748691308851,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0035,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Salt Lake County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Millcreek City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0105,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Salt Lake Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0485,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Utah State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"84109\",\n                            \"city\": \"Salt Lake City\",\n                            \"name\": \"Emily Alworth\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2520 East 3300 South\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Utah\",\n                            \"last_name\": \"Alworth\",\n                            \"longitude\": null,\n                            \"first_name\": \"Emily\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"UT\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/d204b65c74cfd07756167b067832d52f/authenticate?key=dd3cb0b1a7910d8646f7b264031991d4&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"84109\",\n                            \"city\": \"Salt Lake City\",\n                            \"name\": \"Emily Alworth\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2520 East 3300 South\",\n                            \"address2\": null,\n                            \"latitude\": 40.6996237,\n                            \"province\": \"Utah\",\n                            \"last_name\": \"Alworth\",\n                            \"longitude\": -111.819254,\n                            \"first_name\": \"Emily\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"UT\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"cfe02c4a25315a36a82260079b678afb\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NMPU6YP5U\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922509291827\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872500273459,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922509291827,\n                            \"created_at\": \"2024-06-04T08:47:09-07:00\",\n                            \"fulfill_at\": \"2024-06-04T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176025506099,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15035779744051,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872500273459\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:42-07:00\",\n                            \"destination\": {\n                                \"id\": 6365821796659,\n                                \"zip\": \"84109\",\n                                \"city\": \"Salt Lake City\",\n                                \"email\": \"ealworth@gm.slc.edu\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2520 East 3300 South\",\n                                \"address2\": null,\n                                \"province\": \"Utah\",\n                                \"last_name\": \"Alworth\",\n                                \"first_name\": \"Emily\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871481049395,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:55.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"205\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"206\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"108\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"79\",\n            \"attributes\": {\n                \"number\": \"#1367\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T15:46:43.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:31.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:57.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"715\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922508767539,\n                        \"name\": \"#1367\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"lkhindy88@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"8c3ade4896f3b4bf5c498e7f18811c8d\",\n                        \"app_id\": 580111,\n                        \"number\": 367,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019554337075,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"lkhindy88@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hetzler\",\n                            \"created_at\": \"2024-06-04T08:46:39-07:00\",\n                            \"first_name\": \"Lauren\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T08:46:50-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040892358963,\n                                \"zip\": \"46250\",\n                                \"city\": \"Indianapolis\",\n                                \"name\": \"Lauren Hetzler\",\n                                \"phone\": \"3172249552\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6534 Miramar Court\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Hetzler\",\n                                \"first_name\": \"Lauren\",\n                                \"customer_id\": 8019554337075,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IN\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019554337075\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T08:46:44-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T08:46:44-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:43-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"5c1168968fda31ac5a96945e5917d251\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2601:803:200:f090:e488:20c9:b4de:1d2a\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpIWVY1RkpaUVFRNFpNQTg4MzRRUDlO\",\n                        \"created_at\": \"2024-06-04T08:46:43-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035778990387,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035778990387\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:43-07:00\",\n                        \"checkout_id\": 37867043946803,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190335283,\n                                \"name\": \"#1367.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922508767539,\n                                \"created_at\": \"2024-06-04T15:13:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035778990387,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.07,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Indiana State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035778990387\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:43-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190335283\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR0b4YLJ2r_2IMxQ0hF8dBHfvQGX_RHolCDmljsDVXKmw_qqrWdTf2KUwss_aem_AebcCrdRVvRJEgirNS7mFeDKNSFHDmTpyvR1hW91JlIILn4_v5_tmKUJ2DHb12_Oe_CERivox7fZvH6z4CUQUKNC&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1367,\n                        \"processed_at\": \"2024-06-04T08:46:39-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"lkhindy88@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"845034935036936889358b45ebc60cf5\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2601:803:200:f090:e488:20c9:b4de:1d2a\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-G991U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748690981171,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"46250\",\n                            \"city\": \"Indianapolis\",\n                            \"name\": \"Lauren Hetzler\",\n                            \"phone\": \"3172249552\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6534 Miramar Court\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Hetzler\",\n                            \"longitude\": null,\n                            \"first_name\": \"Lauren\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/8c3ade4896f3b4bf5c498e7f18811c8d/authenticate?key=311af6dbb236b1bfa02c7fb240fca3e4&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"46250\",\n                            \"city\": \"Indianapolis\",\n                            \"name\": \"Lauren Hetzler\",\n                            \"phone\": \"3172249552\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6534 Miramar Court\",\n                            \"address2\": null,\n                            \"latitude\": 39.9267127,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Hetzler\",\n                            \"longitude\": -86.0546937,\n                            \"first_name\": \"Lauren\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"5c1168968fda31ac5a96945e5917d251\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"R9RF85IDA\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922508767539\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872499716403,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922508767539,\n                            \"created_at\": \"2024-06-04T08:46:45-07:00\",\n                            \"fulfill_at\": \"2024-06-04T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176024752435,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15035778990387,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872499716403\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:43-07:00\",\n                            \"destination\": {\n                                \"id\": 6365821337907,\n                                \"zip\": \"46250\",\n                                \"city\": \"Indianapolis\",\n                                \"email\": \"lkhindy88@gmail.com\",\n                                \"phone\": \"3172249552\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6534 Miramar Court\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Hetzler\",\n                                \"first_name\": \"Lauren\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871480492339,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:56.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"207\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"208\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"109\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"80\",\n            \"attributes\": {\n                \"number\": \"#1380\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T02:45:16.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:32.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"722\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923144368435,\n                        \"name\": \"#1380\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"72ec4192ab4a351f1e6f3d9c1492d887\",\n                        \"app_id\": 129785,\n                        \"number\": 380,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-04T19:45:17-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"d681be6c3202e3fabdccdee42903dda7\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-04T19:45:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036922265907,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036922265907\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15036922298675,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036922298675\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T19:45:17-07:00\",\n                        \"checkout_id\": 37856069353779,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228352831795,\n                                \"name\": \"#1380.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923144368435,\n                                \"created_at\": \"2024-06-04T19:45:16-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036922265907,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036922265907\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15036922298675,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036922298675\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T19:45:16-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228352831795\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1380,\n                        \"processed_at\": \"2024-06-04T19:45:14-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"E7F795E9-13C2-4153-995C-08A833F82F53\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/72ec4192ab4a351f1e6f3d9c1492d887/authenticate?key=1ea51240e78ef0216a13b586432db732&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1008\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"75V49F8NK\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923144368435\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873148522803,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923144368435,\n                            \"created_at\": \"2024-06-04T19:45:16-07:00\",\n                            \"fulfill_at\": \"2024-06-04T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177170420019,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15036922265907,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873148522803\n                                },\n                                {\n                                    \"id\": 15177170452787,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15036922298675,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873148522803\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T19:45:16-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872127824179,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"209\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"210\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"110\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"111\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"81\",\n            \"attributes\": {\n                \"number\": \"#1381\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T02:46:03.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:33.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:00.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"732\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923144991027,\n                        \"name\": \"#1381\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"ce38b3e6395d1e89b4a8ec6a1e04fdbc\",\n                        \"app_id\": 129785,\n                        \"number\": 381,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-04T19:46:04-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"10c8da3ec6a97d5712b8c54094a5e8b8\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-04T19:46:03-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036923183411,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036923183411\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15036923216179,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036923216179\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T19:46:04-07:00\",\n                        \"checkout_id\": 37868663275827,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228353192243,\n                                \"name\": \"#1381.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923144991027,\n                                \"created_at\": \"2024-06-04T19:46:03-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036923183411,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036923183411\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15036923216179,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036923216179\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T19:46:03-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228353192243\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1381,\n                        \"processed_at\": \"2024-06-04T19:46:02-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"82C86186-E49E-4011-85FE-9718DD3FC869\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/ce38b3e6395d1e89b4a8ec6a1e04fdbc/authenticate?key=6d7f5938a5bbe27652a7f47f024492bc&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1009\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"7FU3C5A38\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923144991027\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873149112627,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923144991027,\n                            \"created_at\": \"2024-06-04T19:46:03-07:00\",\n                            \"fulfill_at\": \"2024-06-04T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177171337523,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15036923183411,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873149112627\n                                },\n                                {\n                                    \"id\": 15177171370291,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15036923216179,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873149112627\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T19:46:03-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872128414003,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"211\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"212\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"112\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"113\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"82\",\n            \"attributes\": {\n                \"number\": \"#1382\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T03:21:45.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:34.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:03.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"742\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923166290227,\n                        \"name\": \"#1382\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kdauer@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"3f2553c9a0faa1df50b309ef219a9e92\",\n                        \"app_id\": 129785,\n                        \"number\": 382,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020335067443,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kdauer@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-04T20:22:02-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T20:36:49-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020335067443\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T20:22:02-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T20:22:02-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T20:36:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"0058a31a290a18888a8668a704648a12\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-04T20:21:45-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036958441779,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036958441779\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15036958474547,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036958474547\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T20:36:46-07:00\",\n                        \"checkout_id\": 37868664389939,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228361744691,\n                                \"name\": \"#1382.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923166290227,\n                                \"created_at\": \"2024-06-04T20:21:46-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036958441779,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036958441779\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15036958474547,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036958474547\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T20:21:46-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228361744691\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1382,\n                        \"processed_at\": \"2024-06-04T20:21:43-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kdauer@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"4CD82DF8-9568-4DF0-8765-FB6A0E3B36CA\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3f2553c9a0faa1df50b309ef219a9e92/authenticate?key=535ee24b50ac7f24811c08c91c10b25a&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1010\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"HM808G8AA\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923166290227\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873170805043,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923166290227,\n                            \"created_at\": \"2024-06-04T20:21:45-07:00\",\n                            \"fulfill_at\": \"2024-06-04T20:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177206497587,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15036958441779,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873170805043\n                                },\n                                {\n                                    \"id\": 15177206530355,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15036958474547,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873170805043\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T20:21:46-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872150008115,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"213\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"214\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"114\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"115\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"83\",\n            \"attributes\": {\n                \"number\": \"#1376\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T23:07:03.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:43.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"753\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922937733427,\n                        \"name\": \"#1376\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jobear6996@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"291a0ada734955a061787998c5d18ac1\",\n                        \"app_id\": 580111,\n                        \"number\": 376,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020091273523,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jobear6996@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Peterson\",\n                            \"created_at\": \"2024-06-04T16:06:58-07:00\",\n                            \"first_name\": \"Jordan\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T16:07:08-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041319096627,\n                                \"zip\": \"51350\",\n                                \"city\": \"Melvin\",\n                                \"name\": \"Jordan Peterson\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"323 Center St\",\n                                \"address2\": null,\n                                \"province\": \"Iowa\",\n                                \"last_name\": \"Peterson\",\n                                \"first_name\": \"Jordan\",\n                                \"customer_id\": 8020091273523,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020091273523\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:47-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ab4adb34699b540754c40e027be3e854\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.228.35.245\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpKUjBKVEpOMFhQM1hIWkFZQTYzUTc5\",\n                        \"created_at\": \"2024-06-04T16:07:03-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036574368051,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Osceola County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Melvin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Iowa State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036574368051\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:47-07:00\",\n                        \"checkout_id\": 37868130009395,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398753587,\n                                \"name\": \"#1376.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922937733427,\n                                \"created_at\": \"2024-06-05T15:13:47-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036574368051,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Osceola County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Melvin City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Iowa State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036574368051\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:47-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398753587\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaaPtlBtSwx_Uvn9TYA_MEQ-LyQc6LZBNzyiIFJEQ_DEOI_nh8CRAOkdGbQ_aem_AdPdDbrFwdG92C7mvp7S4QVf2jg8ClEYGUV7vqZ1-3v5RsZta-YZXprUkIYnKjD4kfBTra7__iILVFMIrW-X1E3U&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1376,\n                        \"processed_at\": \"2024-06-04T16:06:58-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jobear6996@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"a4a44b45cab879c71bde781c5ef7866f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.228.35.245\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S908U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.54 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 420dpi; 1080x2115; samsung; SM-S908U; b0q; qcom; en_US; 604247845)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748957778227,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Osceola County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Melvin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Iowa State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"51350\",\n                            \"city\": \"Melvin\",\n                            \"name\": \"Jordan Peterson\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"323 Center St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Iowa\",\n                            \"last_name\": \"Peterson\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jordan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/291a0ada734955a061787998c5d18ac1/authenticate?key=6301e73efddc2aa971132962ea557878&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"51350\",\n                            \"city\": \"Melvin\",\n                            \"name\": \"Jordan Peterson\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"323 Center St\",\n                            \"address2\": null,\n                            \"latitude\": 43.2859761,\n                            \"province\": \"Iowa\",\n                            \"last_name\": \"Peterson\",\n                            \"longitude\": -95.6061143,\n                            \"first_name\": \"Jordan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"ab4adb34699b540754c40e027be3e854\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"Z020UW8PE\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922937733427\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872939168051,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922937733427,\n                            \"created_at\": \"2024-06-04T16:07:03-07:00\",\n                            \"fulfill_at\": \"2024-06-04T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176823243059,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036574368051,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872939168051\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:47-07:00\",\n                            \"destination\": {\n                                \"id\": 6366169727283,\n                                \"zip\": \"51350\",\n                                \"city\": \"Melvin\",\n                                \"email\": \"jobear6996@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"323 Center St\",\n                                \"address2\": null,\n                                \"province\": \"Iowa\",\n                                \"last_name\": \"Peterson\",\n                                \"first_name\": \"Jordan\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871918698803,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"215\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"216\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"116\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"84\",\n            \"attributes\": {\n                \"number\": \"#1383\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T03:24:29.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:34.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"752\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923167207731,\n                        \"name\": \"#1383\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"reinacbl@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"d14f15f50c97792da0a18bfc3ed47e91\",\n                        \"app_id\": 129785,\n                        \"number\": 383,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020337656115,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"reinacbl@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-04T20:24:51-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T20:39:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020337656115\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T20:24:51-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T20:24:51-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T20:39:30-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"6dae95f8ca98832f3bf4c4b3e947a089\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-04T20:24:29-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036960047411,\n                                \"sku\": \"ap-15\",\n                                \"name\": \"ASIAN PEAR\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"ASIAN PEAR\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091917619,\n                                \"properties\": [],\n                                \"variant_id\": 47759605039411,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036960047411\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15036960080179,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036960080179\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T20:39:30-07:00\",\n                        \"checkout_id\": 37868740968755,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228362301747,\n                                \"name\": \"#1383.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923167207731,\n                                \"created_at\": \"2024-06-04T20:24:30-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036960047411,\n                                        \"sku\": \"ap-15\",\n                                        \"name\": \"ASIAN PEAR\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"ASIAN PEAR\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091917619,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759605039411,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036960047411\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15036960080179,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036960080179\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T20:24:30-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228362301747\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1383,\n                        \"processed_at\": \"2024-06-04T20:24:27-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"reinacbl@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"A3C1DD88-11A8-474D-A459-EC546DDE89A9\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"run club\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/d14f15f50c97792da0a18bfc3ed47e91/authenticate?key=63909e5e6a9a21af845f2296da469c74&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1012\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"TGFUQVQJT\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923167207731\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"run club\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873171820851,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923167207731,\n                            \"created_at\": \"2024-06-04T20:24:29-07:00\",\n                            \"fulfill_at\": \"2024-06-04T20:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177208332595,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759605039411,\n                                    \"line_item_id\": 15036960047411,\n                                    \"inventory_item_id\": 49808354672947,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873171820851\n                                },\n                                {\n                                    \"id\": 15177208365363,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15036960080179,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873171820851\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T20:24:30-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872151023923,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"217\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"218\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"117\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"118\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"85\",\n            \"attributes\": {\n                \"number\": \"#1378\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T00:46:12.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:44.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:06.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"769\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922995700019,\n                        \"name\": \"#1378\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"carmenmsu@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"70de161c8889b5d1b26b7e59bc68aa80\",\n                        \"app_id\": 580111,\n                        \"number\": 378,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020184006963,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"carmenmsu@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Yu\",\n                            \"created_at\": \"2024-06-04T17:46:09-07:00\",\n                            \"first_name\": \"Carmen\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T17:46:17-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041382568243,\n                                \"zip\": \"48103\",\n                                \"city\": \"Ann Arbor\",\n                                \"name\": \"Carmen Yu\",\n                                \"phone\": \"+15172145681\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4435 E Loch Alpine Dr\",\n                                \"address2\": null,\n                                \"province\": \"Michigan\",\n                                \"last_name\": \"Yu\",\n                                \"first_name\": \"Carmen\",\n                                \"customer_id\": 8020184006963,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MI\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020184006963\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T17:46:13-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T17:46:13-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:48-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"84ee119fb6c10fda6a80c58cda0c2121\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"68.40.185.165\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpKWFFaQ0pFN1M4QUpKQUhFTjBWUDFF\",\n                        \"created_at\": \"2024-06-04T17:46:12-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036681453875,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Michigan State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036681453875\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:48-07:00\",\n                        \"checkout_id\": 37868322390323,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398786355,\n                                \"name\": \"#1378.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922995700019,\n                                \"created_at\": \"2024-06-05T15:13:48-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036681453875,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Michigan State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036681453875\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:48-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398786355\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa1xpimIph4asFyv-eW7TYFs_IS9VqoqHqgb8bYClK-mAvRHQU40cGJpjM_aem_Afwp-qwcZ9IEXo73JM4-lJocR-7VqovO0iY-NNSfI8QeXppRtQLPJ3X52HdzfAubCAteXM6t8AZgXGsTJn4uHbKO&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1378,\n                        \"processed_at\": \"2024-06-04T17:46:09-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"carmenmsu@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e905a1e4d598423130272fee2fe42c66\",\n                        \"client_details\": {\n                            \"browser_ip\": \"68.40.185.165\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; Pixel 8 Build/AP1A.240505.005; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36 Instagram 334.0.0.42.95 Android (34/14; 420dpi; 1080x2205; Google/google; Pixel 8; shiba; shiba; en_US; 606558551)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749000376627,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Michigan State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"48103\",\n                            \"city\": \"Ann Arbor\",\n                            \"name\": \"Carmen Yu\",\n                            \"phone\": \"+15172145681\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4435 E Loch Alpine Dr\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Michigan\",\n                            \"last_name\": \"Yu\",\n                            \"longitude\": null,\n                            \"first_name\": \"Carmen\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MI\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/70de161c8889b5d1b26b7e59bc68aa80/authenticate?key=31df2d9163cb98cabbed92df8848abf7&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"48103\",\n                            \"city\": \"Ann Arbor\",\n                            \"name\": \"Carmen Yu\",\n                            \"phone\": \"+15172145681\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4435 E Loch Alpine Dr\",\n                            \"address2\": null,\n                            \"latitude\": 42.3421673,\n                            \"province\": \"Michigan\",\n                            \"last_name\": \"Yu\",\n                            \"longitude\": -83.81968289999999,\n                            \"first_name\": \"Carmen\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MI\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"84ee119fb6c10fda6a80c58cda0c2121\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"EKKV74RTF\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922995700019\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872998150451,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922995700019,\n                            \"created_at\": \"2024-06-04T17:46:13-07:00\",\n                            \"fulfill_at\": \"2024-06-04T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176930165043,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036681453875,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872998150451\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:48-07:00\",\n                            \"destination\": {\n                                \"id\": 6366222975283,\n                                \"zip\": \"48103\",\n                                \"city\": \"Ann Arbor\",\n                                \"email\": \"carmenmsu@gmail.com\",\n                                \"phone\": \"+15172145681\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4435 E Loch Alpine Dr\",\n                                \"address2\": null,\n                                \"province\": \"Michigan\",\n                                \"last_name\": \"Yu\",\n                                \"first_name\": \"Carmen\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871977582899,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:06.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"219\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"220\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"119\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"86\",\n            \"attributes\": {\n                \"number\": \"#1196\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 34.68,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-25T22:25:21.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:35.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"774\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5910183575859,\n                        \"name\": \"#1196\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"Lkbchau@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"993952e6a99833c8bd83ea3236e6135f\",\n                        \"app_id\": 580111,\n                        \"number\": 196,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 7989270970675,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"lkbchau@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Chau\",\n                            \"created_at\": \"2024-05-25T09:05:08-07:00\",\n                            \"first_name\": \"Leo\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-25T15:25:27-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10013800464691,\n                                \"zip\": \"02135\",\n                                \"city\": \"Brighton\",\n                                \"name\": \"Leo Chau\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"71 Arlington St\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Chau\",\n                                \"first_name\": \"Leo\",\n                                \"customer_id\": 7989270970675,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/7989270970675\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"unsubscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-25T15:25:22-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-25T15:25:22-07:00\"\n                        },\n                        \"closed_at\": \"2024-05-28T15:14:30-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"6405ff6b9c72fea3d75a39b825488aee\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"73.167.234.7\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFlSWEpQRzRUUkc4WE0xTUQzOUVYNjNa\",\n                        \"created_at\": \"2024-05-25T15:25:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15012154900787,\n                                \"sku\": \"varietypack\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"29.69\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15012154900787\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.30\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15012154933555,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15012154933555\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T07:54:09-07:00\",\n                        \"checkout_id\": 37831245758771,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"34.68\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5220223287603,\n                                \"name\": \"#1196.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5910183575859,\n                                \"created_at\": \"2024-05-28T15:14:30-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15012154900787,\n                                        \"sku\": \"varietypack\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"29.69\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15012154900787\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.30\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15012154933555,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15012154933555\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T07:54:09-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420021359261290357467600020920\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420021359261290357467600020920\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420021359261290357467600020920\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420021359261290357467600020920\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5220223287603\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1196,\n                        \"processed_at\": \"2024-05-25T15:25:17-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"Lkbchau@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e679f23ea111e6881a0453076b58ee6a\",\n                        \"client_details\": {\n                            \"browser_ip\": \"73.167.234.7\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"3.30\"\n                            }\n                        ],\n                        \"referring_site\": \"https://www.google.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4739400565043,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"29.69\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"02135\",\n                            \"city\": \"Brighton\",\n                            \"name\": \"Leo Chau\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"71 Arlington St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Chau\",\n                            \"longitude\": null,\n                            \"first_name\": \"Leo\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.30\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/993952e6a99833c8bd83ea3236e6135f/authenticate?key=f14abfa5653823b4a46016e11d2ed1e0&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"02135\",\n                            \"city\": \"Brighton\",\n                            \"name\": \"Leo Chau\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"71 Arlington St\",\n                            \"address2\": null,\n                            \"latitude\": 42.3526307,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Chau\",\n                            \"longitude\": -71.15503439999999,\n                            \"first_name\": \"Leo\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"6405ff6b9c72fea3d75a39b825488aee\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"950J2Z7R3\",\n                        \"current_total_price\": \"34.68\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5910183575859\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"10.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\",\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"29.69\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"3.30\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6859944657203,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5910183575859,\n                            \"created_at\": \"2024-05-25T15:25:22-07:00\",\n                            \"fulfill_at\": \"2024-05-25T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15152418521395,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15012154900787,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6859944657203\n                                },\n                                {\n                                    \"id\": 15152418554163,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15012154933555,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6859944657203\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-28T15:14:30-07:00\",\n                            \"destination\": {\n                                \"id\": 6354598363443,\n                                \"zip\": \"02135\",\n                                \"city\": \"Brighton\",\n                                \"email\": \"Lkbchau@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"71 Arlington St\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Chau\",\n                                \"first_name\": \"Leo\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 858951647539,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"221\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"222\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"120\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"121\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"87\",\n            \"attributes\": {\n                \"number\": \"#1379\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T02:08:48.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:44.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"783\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923121037619,\n                        \"name\": \"#1379\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"auntnini831@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"59b733c3e7707522055b40236cd5bf5b\",\n                        \"app_id\": 580111,\n                        \"number\": 379,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020262584627,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"auntnini831@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Craig\",\n                            \"created_at\": \"2024-06-04T19:08:42-07:00\",\n                            \"first_name\": \"Nicole\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T19:08:54-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041438503219,\n                                \"zip\": \"40065\",\n                                \"city\": \"Shelbyville\",\n                                \"name\": \"Nicole Craig\",\n                                \"phone\": \"+18129871493\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3007 Twilight Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Kentucky\",\n                                \"last_name\": \"Craig\",\n                                \"first_name\": \"Nicole\",\n                                \"customer_id\": 8020262584627,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"KY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020262584627\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T19:08:49-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T19:08:49-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:49-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"dc31919577d4031c78d21703f7b57df1\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:380:10c6:c82f:9107:6f6:9d0e:b5dd\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpLMkU5V0tLMTFNQ0JBNkZNQkM0TThS\",\n                        \"created_at\": \"2024-06-04T19:08:48-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036876325171,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036876325171\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                        \"checkout_id\": 37868590203187,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398819123,\n                                \"name\": \"#1379.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923121037619,\n                                \"created_at\": \"2024-06-05T15:13:49-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036876325171,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kentucky State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036876325171\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398819123\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2NxDHi_zknEVucxN6azOfHRrkcY2EI4x1jfes85ldzlJrq6x_pquMipl8_aem_AfyyAJrNNJ9nRehz07rZ5J-r6BhQTHleEbhNTFqjFi8x0ot0cjhJjQCPuk6sXuU6W3SwYBUwqOXUATLUeFbfaNlm&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1379,\n                        \"processed_at\": \"2024-06-04T19:08:42-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"auntnini831@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"7c9752d60908e03fb5dc8221bd3d4c0c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:380:10c6:c82f:9107:6f6:9d0e:b5dd\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 13; SM-G781U Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749037306163,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"40065\",\n                            \"city\": \"Shelbyville\",\n                            \"name\": \"Nicole Craig\",\n                            \"phone\": \"+18129871493\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3007 Twilight Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Kentucky\",\n                            \"last_name\": \"Craig\",\n                            \"longitude\": null,\n                            \"first_name\": \"Nicole\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/59b733c3e7707522055b40236cd5bf5b/authenticate?key=94c3a7a48fa5af9820c8ab98d141a4c1&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"40065\",\n                            \"city\": \"Shelbyville\",\n                            \"name\": \"Nicole Craig\",\n                            \"phone\": \"+18129871493\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3007 Twilight Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 38.1765555,\n                            \"province\": \"Kentucky\",\n                            \"last_name\": \"Craig\",\n                            \"longitude\": -85.2015677,\n                            \"first_name\": \"Nicole\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KY\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"dc31919577d4031c78d21703f7b57df1\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"JHPLR858U\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923121037619\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873125060915,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923121037619,\n                            \"created_at\": \"2024-06-04T19:08:49-07:00\",\n                            \"fulfill_at\": \"2024-06-04T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177124708659,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036876325171,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873125060915\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                            \"destination\": {\n                                \"id\": 6366344905011,\n                                \"zip\": \"40065\",\n                                \"city\": \"Shelbyville\",\n                                \"email\": \"auntnini831@gmail.com\",\n                                \"phone\": \"+18129871493\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3007 Twilight Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Kentucky\",\n                                \"last_name\": \"Craig\",\n                                \"first_name\": \"Nicole\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872104362291,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"223\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"224\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"122\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"88\",\n            \"attributes\": {\n                \"number\": \"#1390\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T18:38:42.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:37.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"791\",\n                \"packing_note\": \"cash\",\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923866870067,\n                        \"name\": \"#1390\",\n                        \"note\": \"cash\",\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"1b57ee4b540a55152b152d3520b97d31\",\n                        \"app_id\": 129785,\n                        \"number\": 390,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-05T11:38:43-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"fb5e87c627366e1980dd1a8dc74c3313\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd5b:e274:6d61:a4b7:685b:fb97\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-05T11:38:42-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15038178656563,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038178656563\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15038178689331,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038178689331\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T11:38:48-07:00\",\n                        \"checkout_id\": 37870921384243,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229167575347,\n                                \"name\": \"#1390.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923866870067,\n                                \"created_at\": \"2024-06-05T11:38:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15038178656563,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038178656563\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15038178689331,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038178689331\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T11:38:43-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229167575347\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1390,\n                        \"processed_at\": \"2024-06-05T11:38:41-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"BA177F7D-8729-4623-936A-A6E3E03F67F7\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd5b:e274:6d61:a4b7:685b:fb97\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/1b57ee4b540a55152b152d3520b97d31/authenticate?key=1cff2be3f652d35a4645d12528c22963&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1074\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"QLXA5FDHI\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923866870067\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873886654771,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923866870067,\n                            \"created_at\": \"2024-06-05T11:38:42-07:00\",\n                            \"fulfill_at\": \"2024-06-05T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15178432905523,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15038178656563,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873886654771\n                                },\n                                {\n                                    \"id\": 15178432938291,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15038178689331,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873886654771\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T11:38:43-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872863629619,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"225\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"226\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"123\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"124\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"89\",\n            \"attributes\": {\n                \"number\": \"#1385\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T07:33:49.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:46.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"800\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923302539571,\n                        \"name\": \"#1385\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"technowoman@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"8c323b7ef45ed137a327a5d26010e058\",\n                        \"app_id\": 580111,\n                        \"number\": 385,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020543996211,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"technowoman@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Saludes\",\n                            \"created_at\": \"2024-06-05T00:33:46-07:00\",\n                            \"first_name\": \"Celina\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T00:41:02-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041651036467,\n                                \"zip\": \"91770\",\n                                \"city\": \"Rosemead\",\n                                \"name\": \"Celina Saludes\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"8015 Whitmore St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Saludes\",\n                                \"first_name\": \"Celina\",\n                                \"customer_id\": 8020543996211,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020543996211\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:50-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"bb9f54c7868ebcace815af7a21efc2d3\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"104.28.48.166\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpLTjFBNUdBWU44NktCQ0dGR1YzOUpG\",\n                        \"created_at\": \"2024-06-05T00:33:49-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037200662835,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037200662835\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:50-07:00\",\n                        \"checkout_id\": 37869265518899,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398851891,\n                                \"name\": \"#1385.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923302539571,\n                                \"created_at\": \"2024-06-05T15:13:49-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037200662835,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037200662835\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398851891\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1385,\n                        \"processed_at\": \"2024-06-05T00:33:45-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"technowoman@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"32558330afd317cc6e40ae7884682f13\",\n                        \"client_details\": {\n                            \"browser_ip\": \"104.28.48.166\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749183516979,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"91770\",\n                            \"city\": \"Rosemead\",\n                            \"name\": \"Celina Saludes\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8015 Whitmore St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Saludes\",\n                            \"longitude\": null,\n                            \"first_name\": \"Celina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/8c323b7ef45ed137a327a5d26010e058/authenticate?key=0bd652d453a2846ade5f77f1a4c87e38&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"91770\",\n                            \"city\": \"Rosemead\",\n                            \"name\": \"Celina Saludes\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8015 Whitmore St\",\n                            \"address2\": null,\n                            \"latitude\": 34.0653596,\n                            \"province\": \"California\",\n                            \"last_name\": \"Saludes\",\n                            \"longitude\": -118.0945053,\n                            \"first_name\": \"Celina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"bb9f54c7868ebcace815af7a21efc2d3\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"H1YFCJNU0\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923302539571\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873311052083,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923302539571,\n                            \"created_at\": \"2024-06-05T00:33:49-07:00\",\n                            \"fulfill_at\": \"2024-06-05T00:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177450717491,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037200662835,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873311052083\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                            \"destination\": {\n                                \"id\": 6366530765107,\n                                \"zip\": \"91770\",\n                                \"city\": \"Rosemead\",\n                                \"email\": \"technowoman@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"8015 Whitmore St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Saludes\",\n                                \"first_name\": \"Celina\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872290058547,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"227\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"228\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"125\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"90\",\n            \"attributes\": {\n                \"number\": \"#1384\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T07:13:04.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:47.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"811\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923287859507,\n                        \"name\": \"#1384\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"minami.f.sasaki@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"7211bbd41000588dfe3e5cf68c8537d7\",\n                        \"app_id\": 580111,\n                        \"number\": 384,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020524826931,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"minami.f.sasaki@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Sasaki\",\n                            \"created_at\": \"2024-06-05T00:12:59-07:00\",\n                            \"first_name\": \"Minami\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T00:13:09-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041634357555,\n                                \"zip\": \"90057\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Minami Sasaki\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"500 S Lake St.\",\n                                \"address2\": \"417\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Sasaki\",\n                                \"first_name\": \"Minami\",\n                                \"customer_id\": 8020524826931,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020524826931\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-05T00:13:05-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-05T00:13:05-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:50-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"619988c2b17b2dbdf59643a08ad58e15\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"76.32.126.120\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpLS1ZaQzFRQVhNTjJXVFJGRlBZVEFL\",\n                        \"created_at\": \"2024-06-05T00:13:04-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037173727539,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037173727539\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:50-07:00\",\n                        \"checkout_id\": 37869206864179,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398884659,\n                                \"name\": \"#1384.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923287859507,\n                                \"created_at\": \"2024-06-05T15:13:50-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037173727539,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037173727539\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:50-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398884659\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabMYU0RdBzELICCPTdVyV1mkkMob3E7gHSszbuPTiSYeWFRAeTeVofjSG4_aem_AWgez1glWCQH5cgcoIGKg2vXI4YkrCNJtmcMqwnxUnHtpP9siShOA4CDpdBO7r-x35yQGchJHMF9Ufit1yJZ4CZm&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1384,\n                        \"processed_at\": \"2024-06-05T00:12:58-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"minami.f.sasaki@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"06b2e58c555eb5e7ae5655276a64e856\",\n                        \"client_details\": {\n                            \"browser_ip\": \"76.32.126.120\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21A350 Instagram 333.1.4.32.95 (iPhone15,4; iOS 17_0_2; en_US; en; scale=3.00; 1179x2556; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749171228979,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90717\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Minami Sasaki\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1713 256th St\",\n                            \"address2\": null,\n                            \"latitude\": 33.7916757,\n                            \"province\": \"California\",\n                            \"last_name\": \"Sasaki\",\n                            \"longitude\": -118.3080894,\n                            \"first_name\": \"Minami\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/7211bbd41000588dfe3e5cf68c8537d7/authenticate?key=9b2c6e3c0fccb910ade364bdd2b87760&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90057\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Minami Sasaki\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"500 S Lake St.\",\n                            \"address2\": \"417\",\n                            \"latitude\": 34.06056,\n                            \"province\": \"California\",\n                            \"last_name\": \"Sasaki\",\n                            \"longitude\": -118.275281,\n                            \"first_name\": \"Minami\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"619988c2b17b2dbdf59643a08ad58e15\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"2FDLAUYC8\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923287859507\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873296240947,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923287859507,\n                            \"created_at\": \"2024-06-05T00:13:05-07:00\",\n                            \"fulfill_at\": \"2024-06-05T00:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177423749427,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037173727539,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873296240947\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:50-07:00\",\n                            \"destination\": {\n                                \"id\": 6366517035315,\n                                \"zip\": \"90057\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"minami.f.sasaki@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"500 S Lake St.\",\n                                \"address2\": \"417\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Sasaki\",\n                                \"first_name\": \"Minami\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872275280179,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"229\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"230\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"126\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"91\",\n            \"attributes\": {\n                \"number\": \"#1370\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T18:25:01.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:37.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"810\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922672378163,\n                        \"name\": \"#1370\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"minibullbab1@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"b32bae7ef8646c56c6657c2550c9384b\",\n                        \"app_id\": 580111,\n                        \"number\": 370,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019757105459,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"minibullbab1@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Bullock\",\n                            \"created_at\": \"2024-06-04T11:24:57-07:00\",\n                            \"first_name\": \"Alyssa\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T11:25:06-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041056198963,\n                                \"zip\": \"64076\",\n                                \"city\": \"Odessa\",\n                                \"name\": \"Alyssa Bullock\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"951 NW 1401st Rd\",\n                                \"address2\": null,\n                                \"province\": \"Missouri\",\n                                \"last_name\": \"Bullock\",\n                                \"first_name\": \"Alyssa\",\n                                \"customer_id\": 8019757105459,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MO\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019757105459\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T11:25:02-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T11:25:02-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"b9c1f0f945414d7e7ca147d900d5f018\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"47.233.76.49\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFo3RjVNODlWN0U4MFpNNTROSkM1MUE3\",\n                        \"created_at\": \"2024-06-04T11:25:01-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036081242419,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Missouri State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lafayette County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Odessa City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036081242419\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:42-07:00\",\n                        \"checkout_id\": 37851261993267,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398491443,\n                                \"name\": \"#1370.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922672378163,\n                                \"created_at\": \"2024-06-05T15:13:41-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036081242419,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Missouri State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Lafayette County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Odessa City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036081242419\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:41-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398491443\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZ62M2uzwBUYlrjgLcdxSogEiwrgiT4lZLwpIqI8EXsybunc8QInz-GW-M_aem_AfoCxFV8x01CYjTjGSQcsV3xot6kz0xJnqLEFMMfjF9VIlSwDMci-2lQSksIUsKQjj1RXEKG_dJgzXATvw83zeNr&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1370,\n                        \"processed_at\": \"2024-06-04T11:24:57-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"minibullbab1@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"acc6fcbf74e3e515569414449fd36a52\",\n                        \"client_details\": {\n                            \"browser_ip\": \"47.233.76.49\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748798296371,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Missouri State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lafayette County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Odessa City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"64076\",\n                            \"city\": \"Odessa\",\n                            \"name\": \"Alyssa Bullock\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"951 NW 1401st Rd\",\n                            \"address2\": null,\n                            \"latitude\": 38.90653289999999,\n                            \"province\": \"Missouri\",\n                            \"last_name\": \"Bullock\",\n                            \"longitude\": -94.0014453,\n                            \"first_name\": \"Alyssa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MO\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b32bae7ef8646c56c6657c2550c9384b/authenticate?key=3200a8ed063314f658fce06899dfcba1&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"64076\",\n                            \"city\": \"Odessa\",\n                            \"name\": \"Alyssa Bullock\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"951 NW 1401st Rd\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Missouri\",\n                            \"last_name\": \"Bullock\",\n                            \"longitude\": null,\n                            \"first_name\": \"Alyssa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MO\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"b9c1f0f945414d7e7ca147d900d5f018\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"48MNP3QK2\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922672378163\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872666734899,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922672378163,\n                            \"created_at\": \"2024-06-04T11:25:02-07:00\",\n                            \"fulfill_at\": \"2024-06-04T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176326021427,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036081242419,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872666734899\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:41-07:00\",\n                            \"destination\": {\n                                \"id\": 6365955686707,\n                                \"zip\": \"64076\",\n                                \"city\": \"Odessa\",\n                                \"email\": \"minibullbab1@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"951 NW 1401st Rd\",\n                                \"address2\": null,\n                                \"province\": \"Missouri\",\n                                \"last_name\": \"Bullock\",\n                                \"first_name\": \"Alyssa\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871647019315,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"231\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"232\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"127\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"92\",\n            \"attributes\": {\n                \"number\": \"#1387\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T14:38:36.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:48.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"824\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923621011763,\n                        \"name\": \"#1387\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"mnlg_311@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"55ef65d286ac58a677903a46e2f3740b\",\n                        \"app_id\": 580111,\n                        \"number\": 387,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8021000978739,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"mnlg_311@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"L.G.\",\n                            \"created_at\": \"2024-06-05T07:38:33-07:00\",\n                            \"first_name\": \"Micah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T07:38:43-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10042013417779,\n                                \"zip\": \"87114\",\n                                \"city\": \"Albuquerque\",\n                                \"name\": \"Micah Leon-Guerrero\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4024 Diablo Trail Pl\",\n                                \"address2\": null,\n                                \"province\": \"New Mexico\",\n                                \"last_name\": \"Leon-Guerrero\",\n                                \"first_name\": \"Micah\",\n                                \"customer_id\": 8021000978739,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NM\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8021000978739\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-05T07:38:38-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-05T07:38:38-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:52-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"7cfcdd5d8bef166e136a65bf333d1b46\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"172.58.242.201\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpNREJUME1UMTZGMEpZV1lTU1pNUzJG\",\n                        \"created_at\": \"2024-06-05T07:38:36-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037733634355,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Bernalillo County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0275,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Albuquerque City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New Mexico State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037733634355\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:52-07:00\",\n                        \"checkout_id\": 37870286471475,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398950195,\n                                \"name\": \"#1387.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923621011763,\n                                \"created_at\": \"2024-06-05T15:13:52-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037733634355,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Bernalillo County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0275,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Albuquerque City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04875,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New Mexico State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037733634355\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:52-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398950195\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAab5-jISRcz_F-jnLu6iEJMdyAX87B-xjQ0PxhJoLVIc82mWr3FZipP7new_aem_dHAXX4BROaPV0X5I4t-W-w&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1387,\n                        \"processed_at\": \"2024-06-05T07:38:33-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"mnlg_311@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9e9461410edd3b2b1b4f91f09f347491\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.58.242.201\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone15,3; iOS 17_5_1; en_US; en; scale=3.00; 1290x2796; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749438189875,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Bernalillo County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0275,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Albuquerque City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New Mexico State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"87114\",\n                            \"city\": \"Albuquerque\",\n                            \"name\": \"Micah L.G.\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4024 Diablo Trail Pl\",\n                            \"address2\": null,\n                            \"latitude\": 35.1958704,\n                            \"province\": \"New Mexico\",\n                            \"last_name\": \"L.G.\",\n                            \"longitude\": -106.6939803,\n                            \"first_name\": \"Micah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NM\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/55ef65d286ac58a677903a46e2f3740b/authenticate?key=ac7c8d9ee7c8736e7e796ddf5dceb689&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"87114\",\n                            \"city\": \"Albuquerque\",\n                            \"name\": \"Micah Leon-Guerrero\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4024 Diablo Trail Pl\",\n                            \"address2\": null,\n                            \"latitude\": 35.1958704,\n                            \"province\": \"New Mexico\",\n                            \"last_name\": \"Leon-Guerrero\",\n                            \"longitude\": -106.6939803,\n                            \"first_name\": \"Micah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NM\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"7cfcdd5d8bef166e136a65bf333d1b46\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"FKI05QDQD\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923621011763\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873636438323,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923621011763,\n                            \"created_at\": \"2024-06-05T07:38:38-07:00\",\n                            \"fulfill_at\": \"2024-06-05T07:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177988964659,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037733634355,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873636438323\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:52-07:00\",\n                            \"destination\": {\n                                \"id\": 6366848614707,\n                                \"zip\": \"87114\",\n                                \"city\": \"Albuquerque\",\n                                \"email\": \"mnlg_311@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4024 Diablo Trail Pl\",\n                                \"address2\": null,\n                                \"province\": \"New Mexico\",\n                                \"last_name\": \"Leon-Guerrero\",\n                                \"first_name\": \"Micah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872614756659,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:11.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"233\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"234\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"128\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"93\",\n            \"attributes\": {\n                \"number\": \"#1372\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T19:42:59.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:38.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"825\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922754691379,\n                        \"name\": \"#1372\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"erinjacksongeneral@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"9054cba7899c03a4500a635d78e3ba08\",\n                        \"app_id\": 580111,\n                        \"number\": 372,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019856458035,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"erinjacksongeneral@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Jackson\",\n                            \"created_at\": \"2024-06-04T12:42:54-07:00\",\n                            \"first_name\": \"Wren\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T12:43:05-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041136578867,\n                                \"zip\": \"02879\",\n                                \"city\": \"Wakefield\",\n                                \"name\": \"Wren Jackson\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3331 Post Road\",\n                                \"address2\": null,\n                                \"province\": \"Rhode Island\",\n                                \"last_name\": \"Jackson\",\n                                \"first_name\": \"Wren\",\n                                \"customer_id\": 8019856458035,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"RI\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019856458035\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T12:43:00-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T12:43:00-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"2f0b7dd50fa0961f4a61cb397fe0c2b8\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.242.128.5\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpKQzlHTlE1WU4zMVZXUks0TldLOFZI\",\n                        \"created_at\": \"2024-06-04T12:42:59-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036229321011,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Rhode Island State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036229321011\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:42-07:00\",\n                        \"checkout_id\": 37867670143283,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398556979,\n                                \"name\": \"#1372.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922754691379,\n                                \"created_at\": \"2024-06-05T15:13:42-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036229321011,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.07,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Rhode Island State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036229321011\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398556979\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabfyhdi_Ma01HdN3NaMyoUUsJcOKuvmdS4RNhf-qepHpQlTMsRz1T_NReY_aem_ATLaSUJltvhZUszbYYEn88mxFEdo6c5a3pvypWFH-pG8S12ngUwxi6S-cW-TEl5svVjutyKkGjr4LKsWhveBc2Sr&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1372,\n                        \"processed_at\": \"2024-06-04T12:42:54-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"erinjacksongeneral@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"68f36153137fac42d6ac22a06c8794ad\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.242.128.5\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 332.0.2.29.94 (iPhone12,8; iOS 17_4_1; en_US; en; scale=2.00; 750x1334; 600349675)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748849971507,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Rhode Island State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"02879\",\n                            \"city\": \"Wakefield\",\n                            \"name\": \"Wren Jackson\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3331 Post Road\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Rhode Island\",\n                            \"last_name\": \"Jackson\",\n                            \"longitude\": null,\n                            \"first_name\": \"Wren\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"RI\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/9054cba7899c03a4500a635d78e3ba08/authenticate?key=9d60866bf2483409e5cfabfcd9e81f0b&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"02879\",\n                            \"city\": \"Wakefield\",\n                            \"name\": \"Wren Jackson\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3331 Post Road\",\n                            \"address2\": null,\n                            \"latitude\": 41.39498870000001,\n                            \"province\": \"Rhode Island\",\n                            \"last_name\": \"Jackson\",\n                            \"longitude\": -71.60099819999999,\n                            \"first_name\": \"Wren\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"RI\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"2f0b7dd50fa0961f4a61cb397fe0c2b8\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8N1CFC6HL\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922754691379\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872750784819,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922754691379,\n                            \"created_at\": \"2024-06-04T12:43:00-07:00\",\n                            \"fulfill_at\": \"2024-06-04T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176473379123,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036229321011,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872750784819\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:42-07:00\",\n                            \"destination\": {\n                                \"id\": 6366020763955,\n                                \"zip\": \"02879\",\n                                \"city\": \"Wakefield\",\n                                \"email\": \"erinjacksongeneral@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3331 Post Road\",\n                                \"address2\": null,\n                                \"province\": \"Rhode Island\",\n                                \"last_name\": \"Jackson\",\n                                \"first_name\": \"Wren\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871730938163,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"235\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"236\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"129\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"94\",\n            \"attributes\": {\n                \"number\": \"#1388\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T15:35:13.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:49.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"838\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923674980659,\n                        \"name\": \"#1388\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"emailystone@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"f355ecf8fce6ed59a06fae1c47089b5e\",\n                        \"app_id\": 580111,\n                        \"number\": 388,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8021075001651,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"emailystone@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Stone\",\n                            \"created_at\": \"2024-06-05T08:35:11-07:00\",\n                            \"first_name\": \"Emily\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T08:35:19-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10042071974195,\n                                \"zip\": \"92780\",\n                                \"city\": \"Tustin\",\n                                \"name\": \"Emily Stone\",\n                                \"phone\": \"+15623877315\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"16571 Alliance Avenue\",\n                                \"address2\": \"Apartment 19\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Stone\",\n                                \"first_name\": \"Emily\",\n                                \"customer_id\": 8021075001651,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8021075001651\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:53-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"bccb32542b09f6f2ee79af3810969c44\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"45.50.231.229\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpNR0haOFczUEpTNjBFM0paME5UUDhC\",\n                        \"created_at\": \"2024-06-05T08:35:13-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037825810739,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037825810739\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                        \"checkout_id\": 37870433567027,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398982963,\n                                \"name\": \"#1388.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923674980659,\n                                \"created_at\": \"2024-06-05T15:13:52-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037825810739,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037825810739\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:52-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398982963\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2WoZJROcWWT8-k4tGz3yZu4TdQfu6nE49_GRqeqdQymp0tk8MGLRRMkYQ_aem_AUYh1GAcmmhDZvQleAfxQnJ1cbypj94qpdIBfq9zvB97Pi7A6yyBdvs8vcior8ZAs9QrQt_0Q5vuO8nFRf_hbklZ&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1388,\n                        \"processed_at\": \"2024-06-05T08:35:10-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"emailystone@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"1db5060aae87ecbd7138a73a92517abd\",\n                        \"client_details\": {\n                            \"browser_ip\": \"45.50.231.229\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; Pixel 6 Build/AP1A.240505.004; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749476725043,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92780\",\n                            \"city\": \"Tustin\",\n                            \"name\": \"Emily Stone\",\n                            \"phone\": \"+15623877315\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"16571 Alliance Avenue\",\n                            \"address2\": \"Apartment 19\",\n                            \"latitude\": 33.7370512,\n                            \"province\": \"California\",\n                            \"last_name\": \"Stone\",\n                            \"longitude\": -117.8380214,\n                            \"first_name\": \"Emily\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/f355ecf8fce6ed59a06fae1c47089b5e/authenticate?key=2d602ea3136d48a86a342a7205790e76&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92780\",\n                            \"city\": \"Tustin\",\n                            \"name\": \"Emily Stone\",\n                            \"phone\": \"+15623877315\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"16571 Alliance Avenue\",\n                            \"address2\": \"Apartment 19\",\n                            \"latitude\": 33.7370512,\n                            \"province\": \"California\",\n                            \"last_name\": \"Stone\",\n                            \"longitude\": -117.8380214,\n                            \"first_name\": \"Emily\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"bccb32542b09f6f2ee79af3810969c44\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"DMEJ0NAMD\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923674980659\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873691390259,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923674980659,\n                            \"created_at\": \"2024-06-05T08:35:14-07:00\",\n                            \"fulfill_at\": \"2024-06-05T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15178080944435,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037825810739,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873691390259\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                            \"destination\": {\n                                \"id\": 6366896259379,\n                                \"zip\": \"92780\",\n                                \"city\": \"Tustin\",\n                                \"email\": \"emailystone@gmail.com\",\n                                \"phone\": \"+15623877315\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"16571 Alliance Avenue\",\n                                \"address2\": \"Apartment 19\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Stone\",\n                                \"first_name\": \"Emily\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872669413683,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"237\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"238\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"130\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"95\",\n            \"attributes\": {\n                \"number\": \"#1371\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T19:35:21.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:39.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"841\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922746302771,\n                        \"name\": \"#1371\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"trinitytran20@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"77584d058d96ceadf917383e509011b5\",\n                        \"app_id\": 580111,\n                        \"number\": 371,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019359301939,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"trinitytran20@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Tran\",\n                            \"created_at\": \"2024-06-04T06:14:04-07:00\",\n                            \"first_name\": \"Trinity\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T12:35:26-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040740413747,\n                                \"zip\": \"92831\",\n                                \"city\": \"Fullerton\",\n                                \"name\": \"Trinity Tran\",\n                                \"phone\": \"+14077759059\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1360 Shadow Lane\",\n                                \"address2\": \"Unit G\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Tran\",\n                                \"first_name\": \"Trinity\",\n                                \"customer_id\": 8019359301939,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019359301939\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T06:14:04-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T06:14:04-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:43-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ce5d269719a56b409d949a8ef589abdc\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2603:8000:5800:849a:c4b1:1f55:1e07:8b7d\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpKQlhKSzhRQ1gyVFQ1UDhZRlA2MlQ5\",\n                        \"created_at\": \"2024-06-04T12:35:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036214247731,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036214247731\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:43-07:00\",\n                        \"checkout_id\": 37867650613555,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398589747,\n                                \"name\": \"#1371.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922746302771,\n                                \"created_at\": \"2024-06-05T15:13:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036214247731,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036214247731\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:43-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398589747\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235&utm_medium=Facebook_Mobile_Reels&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR1TcnhfP4Ktv5v1ds5my8mHx1fzKy2B7TzD95g4_fqndtsMJasAmXumbn0_aem_ATJKz3W6QfH4ntCbNwYy5e0VSR4uZLDhxBEJpFcBpv3CtXeiUTJ3vX13TOKWXV8K-ZqV9B80y1yP-O3pgH90k_2Q&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1371,\n                        \"processed_at\": \"2024-06-04T12:35:17-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"trinitytran20@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"0d28ccb5b4c73a56824e07328ce56658\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:8000:5800:849a:c4b1:1f55:1e07:8b7d\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748844826931,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92831\",\n                            \"city\": \"Fullerton\",\n                            \"name\": \"Trinity Tran\",\n                            \"phone\": \"+14077759059\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1360 Shadow Lane\",\n                            \"address2\": \"Unit G\",\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Tran\",\n                            \"longitude\": null,\n                            \"first_name\": \"Trinity\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/77584d058d96ceadf917383e509011b5/authenticate?key=59a5cbc16a0ffa91cb0ce69f3e948130&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92831\",\n                            \"city\": \"Fullerton\",\n                            \"name\": \"Trinity Tran\",\n                            \"phone\": \"+14077759059\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1360 Shadow Lane\",\n                            \"address2\": \"Unit G\",\n                            \"latitude\": 33.8853152,\n                            \"province\": \"California\",\n                            \"last_name\": \"Tran\",\n                            \"longitude\": -117.9184985,\n                            \"first_name\": \"Trinity\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"ce5d269719a56b409d949a8ef589abdc\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"PPP53WDFW\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922746302771\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872742265139,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922746302771,\n                            \"created_at\": \"2024-06-04T12:35:22-07:00\",\n                            \"fulfill_at\": \"2024-06-04T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176458371379,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036214247731,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872742265139\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:43-07:00\",\n                            \"destination\": {\n                                \"id\": 6366013817139,\n                                \"zip\": \"92831\",\n                                \"city\": \"Fullerton\",\n                                \"email\": \"trinitytran20@gmail.com\",\n                                \"phone\": \"+14077759059\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1360 Shadow Lane\",\n                                \"address2\": \"Unit G\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Tran\",\n                                \"first_name\": \"Trinity\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871722418483,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"239\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"240\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"131\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"96\",\n            \"attributes\": {\n                \"number\": \"#1389\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T16:14:23.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:49.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"852\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923715875123,\n                        \"name\": \"#1389\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"2f3ee040847d356a9e803d0f27002076\",\n                        \"app_id\": 580111,\n                        \"number\": 389,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8021129724211,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Pakzad\",\n                            \"created_at\": \"2024-06-05T09:14:19-07:00\",\n                            \"first_name\": \"Sarvenaz\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T09:14:29-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10042113950003,\n                                \"zip\": \"95661\",\n                                \"city\": \"Roseville\",\n                                \"name\": \"Sarvenaz Pakzad\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1400 Oak Hill Way\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Pakzad\",\n                                \"first_name\": \"Sarvenaz\",\n                                \"customer_id\": 8021129724211,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8021129724211\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-05T09:14:24-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-05T09:14:24-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:53-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"49980ce439173860cf6db0c18bb49a73\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"107.116.89.99\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpNSlNGQkY0QlhNM0VESzFQUFdNTlRR\",\n                        \"created_at\": \"2024-06-05T09:14:23-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037902160179,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Roseville City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037902160179\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                        \"checkout_id\": 37870541930803,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229399015731,\n                                \"name\": \"#1389.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923715875123,\n                                \"created_at\": \"2024-06-05T15:13:53-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037902160179,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Roseville City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037902160179\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229399015731\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZkbjYoE9VlcIQ1Th7jTHakaQcMTpI8bbLj0ODYIz4oGFPssH6P2yJRwOQ_aem_AUbuFBHAgTOCDY7QbZ8FuyrVgQqOq01ipsouOiDVkJSGse1DCemirhx8856-iyNrp1PXCrQpcGQDlomTI4RhXFgj&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1389,\n                        \"processed_at\": \"2024-06-05T09:14:19-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sarvenaz.pakzad@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"7918aa8cb2b336aae3a837130f254367\",\n                        \"client_details\": {\n                            \"browser_ip\": \"107.116.89.99\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 334.0.4.32.98 (iPhone14,8; iOS 17_5_1; en_US; en; scale=3.00; 1284x2778; 605596711)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749503725875,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Roseville City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95661\",\n                            \"city\": \"Roseville\",\n                            \"name\": \"Sarvenaz Pakzad\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1400 Oak Hill Way\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Pakzad\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sarvenaz\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/2f3ee040847d356a9e803d0f27002076/authenticate?key=6c6052401c55cee9ae8b3f1202c3a006&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"95661\",\n                            \"city\": \"Roseville\",\n                            \"name\": \"Sarvenaz Pakzad\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1400 Oak Hill Way\",\n                            \"address2\": null,\n                            \"latitude\": 38.7559757,\n                            \"province\": \"California\",\n                            \"last_name\": \"Pakzad\",\n                            \"longitude\": -121.2416029,\n                            \"first_name\": \"Sarvenaz\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"49980ce439173860cf6db0c18bb49a73\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"ILMNVLJPD\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923715875123\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873733693747,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923715875123,\n                            \"created_at\": \"2024-06-05T09:14:24-07:00\",\n                            \"fulfill_at\": \"2024-06-05T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15178157949235,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037902160179,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873733693747\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                            \"destination\": {\n                                \"id\": 6366930043187,\n                                \"zip\": \"95661\",\n                                \"city\": \"Roseville\",\n                                \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1400 Oak Hill Way\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Pakzad\",\n                                \"first_name\": \"Sarvenaz\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872711520563,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"241\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"242\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"132\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"97\",\n            \"attributes\": {\n                \"number\": \"#1373\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T20:35:22.000000Z\",\n                \"updated_at\": \"2024-07-31T22:30:07.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"857\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922808135987,\n                        \"name\": \"#1373\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sarahbelkowski@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"fb4db634821cb7c8bc017c4cdcdee08b\",\n                        \"app_id\": 580111,\n                        \"number\": 373,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019919503667,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sarahbelkowski@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Belkowski\",\n                            \"created_at\": \"2024-06-04T13:35:17-07:00\",\n                            \"first_name\": \"Sarah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T13:35:28-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041194053939,\n                                \"zip\": \"13148\",\n                                \"city\": \"Seneca Falls\",\n                                \"name\": \"Sarah Belkowski\",\n                                \"phone\": \"+13156515127\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"34 Center Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Belkowski\",\n                                \"first_name\": \"Sarah\",\n                                \"customer_id\": 8019919503667,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019919503667\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T13:35:23-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T13:35:23-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:44-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"89547f80c5770b45d9e5af12f47d79fb\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Seneca County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"66.67.12.9\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpKRjU2UUpUUVJaNTIwVEpXS0c1RE0x\",\n                        \"created_at\": \"2024-06-04T13:35:22-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036331884851,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Seneca County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036331884851\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-07-23T07:03:10-07:00\",\n                        \"checkout_id\": 37867796136243,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398622515,\n                                \"name\": \"#1373.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922808135987,\n                                \"created_at\": \"2024-06-05T15:13:44-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036331884851,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Seneca County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036331884851\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-07-23T07:03:10-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420131489261290357467600240182\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420131489261290357467600240182\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420131489261290357467600240182\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420131489261290357467600240182\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398622515\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR0eB-C4L3FVLt8bmofADCEMBPEWb4p4MSXwEuVtuygbdFZbcyPM550e2Z0_aem_AdPv4-yMfYlIKJpOqgUWCYjhhgq_8WyAntqPrvcfWrlT8SqSAJvxm23zBZSAy9G50ZiJwV5O8p8y7I4aRMo-oMqK&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1373,\n                        \"processed_at\": \"2024-06-04T13:35:16-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sarahbelkowski@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"b2c31a6745fb72d74f5056ad26502967\",\n                        \"client_details\": {\n                            \"browser_ip\": \"66.67.12.9\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 12; SM-G973U1 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748881297715,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Seneca County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"13148\",\n                            \"city\": \"Seneca Falls\",\n                            \"name\": \"Sarah Belkowski\",\n                            \"phone\": \"+13156515127\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"34 Center Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Belkowski\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fb4db634821cb7c8bc017c4cdcdee08b/authenticate?key=b4e30d282c3e4dae5e5cabd99e2184b9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"13148\",\n                            \"city\": \"Seneca Falls\",\n                            \"name\": \"Sarah Belkowski\",\n                            \"phone\": \"+13156515127\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"34 Center Street\",\n                            \"address2\": null,\n                            \"latitude\": 42.906274,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Belkowski\",\n                            \"longitude\": -76.7991103,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"89547f80c5770b45d9e5af12f47d79fb\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"ZNL80RYV0\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922808135987\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872805343539,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922808135987,\n                            \"created_at\": \"2024-06-04T13:35:23-07:00\",\n                            \"fulfill_at\": \"2024-06-04T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176575451443,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036331884851,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872805343539\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:44-07:00\",\n                            \"destination\": {\n                                \"id\": 6366062313779,\n                                \"zip\": \"13148\",\n                                \"city\": \"Seneca Falls\",\n                                \"email\": \"sarahbelkowski@yahoo.com\",\n                                \"phone\": \"+13156515127\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"34 Center Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Belkowski\",\n                                \"first_name\": \"Sarah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871785496883,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"243\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"244\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"133\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"98\",\n            \"attributes\": {\n                \"number\": \"#1331\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 8.98,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 38.67,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T20:41:51.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:51.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"864\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920595149107,\n                        \"name\": \"#1331\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"boringxname@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"599b54164847e2e577da3070aee73f46\",\n                        \"app_id\": 580111,\n                        \"number\": 331,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015610020147,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"boringxname@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Ma\",\n                            \"created_at\": \"2024-06-02T13:41:48-07:00\",\n                            \"first_name\": \"Piano\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T13:41:52-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038127362355,\n                                \"zip\": \"91780\",\n                                \"city\": \"Temple City\",\n                                \"name\": \"Piano Ma\",\n                                \"phone\": \"+16266793262\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"9018 Rancho Real Road\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ma\",\n                                \"first_name\": \"Piano\",\n                                \"customer_id\": 8015610020147,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015610020147\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T13:41:52-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T13:41:52-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T16:13:20-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"c0caf83cc6c47a4ea1de0f98440b09c6\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1012:a021:adc6:317d:e3b1:dac7:b24d\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpEQVFSSFEyTjlHTVpFQUY4Tjk4MkYw\",\n                        \"created_at\": \"2024-06-02T13:41:51-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032398774579,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"29.69\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398774579\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.30\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15032398807347,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398807347\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15032398840115,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398840115\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T17:57:44-07:00\",\n                        \"checkout_id\": 37860844241203,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"38.67\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227087266099,\n                                \"name\": \"#1331.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920595149107,\n                                \"created_at\": \"2024-06-03T16:13:20-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032398774579,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"29.69\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398774579\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.30\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15032398807347,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398807347\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15032398840115,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398840115\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T17:57:44-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9400111105500132997637\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9400111105500132997637\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400111105500132997637\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"9400111105500132997637\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227087266099\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2jXKVML-fd7ScfMGe-C3_tvNoo3HzAHbirzMmp8VTuzlwilpLZatUjQ-8_aem_AfRa15g54HQvKFUpHpdF2KYFjZMJYhwV8E_Y9KF2JJm-CR4-oBb72bIhSKvrtqHTvhDzbY-UcPQK3ZJtqFsE_heb&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1331,\n                        \"processed_at\": \"2024-06-02T13:41:47-07:00\",\n                        \"total_weight\": 371,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"boringxname@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e52b6524e37906c2f38214b14fab70d8\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1012:a021:adc6:317d:e3b1:dac7:b24d\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone13,3;FBMD/iPhone;FBSN/iOS;FBSV/17.5.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"3.30\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747223466291,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"8.98\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"8.98\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"8.98\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"8.98\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"8.98\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"8.98\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"29.69\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"91776\",\n                            \"city\": \"San Gabriel\",\n                            \"name\": \"Piano Ma\",\n                            \"phone\": \"+16266793262\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1939 Denton Ave\",\n                            \"address2\": \"Apt D\",\n                            \"latitude\": 34.0740335,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ma\",\n                            \"longitude\": -118.0962153,\n                            \"first_name\": \"Piano\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.30\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"38.67\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"38.67\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/599b54164847e2e577da3070aee73f46/authenticate?key=cbf63f46209caf116f20e36d6ba11b2b&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"91780\",\n                            \"city\": \"Temple City\",\n                            \"name\": \"Piano Ma\",\n                            \"phone\": \"+16266793262\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"9018 Rancho Real Road\",\n                            \"address2\": null,\n                            \"latitude\": 34.0977123,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ma\",\n                            \"longitude\": -118.0726732,\n                            \"first_name\": \"Piano\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"c0caf83cc6c47a4ea1de0f98440b09c6\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N6YG9WKJL\",\n                        \"current_total_price\": \"38.67\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920595149107\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"10.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.69\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.30\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"38.67\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"38.67\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870540517683,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920595149107,\n                            \"created_at\": \"2024-06-02T13:41:52-07:00\",\n                            \"fulfill_at\": \"2024-06-02T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172636803379,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15032398774579,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870540517683\n                                },\n                                {\n                                    \"id\": 15172636836147,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15032398807347,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870540517683\n                                },\n                                {\n                                    \"id\": 15172636868915,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032398840115,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870540517683\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T16:13:20-07:00\",\n                            \"destination\": {\n                                \"id\": 6363967160627,\n                                \"zip\": \"91780\",\n                                \"city\": \"Temple City\",\n                                \"email\": \"boringxname@gmail.com\",\n                                \"phone\": \"+16266793262\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"9018 Rancho Real Road\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ma\",\n                                \"first_name\": \"Piano\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869529944371,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"245\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"246\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"134\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"135\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"136\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"99\",\n            \"attributes\": {\n                \"number\": \"#1375\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T21:59:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:40.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"875\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922884518195,\n                        \"name\": \"#1375\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sahraexo@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"cec866755b6305db2d3f346592f96119\",\n                        \"app_id\": 580111,\n                        \"number\": 375,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020016103731,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sahraexo@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Ganter\",\n                            \"created_at\": \"2024-06-04T14:59:13-07:00\",\n                            \"first_name\": \"Sahrae\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T14:59:22-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041266078003,\n                                \"zip\": \"13619\",\n                                \"city\": \"Carthage\",\n                                \"name\": \"Sahrae Ganter\",\n                                \"phone\": \"+13157834442\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"39980 County Road 40\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Ganter\",\n                                \"first_name\": \"Sahrae\",\n                                \"customer_id\": 8020016103731,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020016103731\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T14:59:18-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T14:59:18-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:45-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"f92ea54132c96b6ce98d113492a2a8cd\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Jefferson County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"2600:1017:b000:aed4:3998:a302:e420:b6af\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpKTTY5ODcxM0hOTlRFWkdESlhEUlBE\",\n                        \"created_at\": \"2024-06-04T14:59:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036483535155,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036483535155\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:45-07:00\",\n                        \"checkout_id\": 37867992449331,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398655283,\n                                \"name\": \"#1375.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922884518195,\n                                \"created_at\": \"2024-06-05T15:13:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036483535155,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Jefferson County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036483535155\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:45-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398655283\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR1Y3MpdU2wDiHv1TqhwXUdEChjEDxEerKXyWfUzfy-r8JpJyujKACwDVOs_aem_AdO409LdIqTuyvBlozR1GeJ6-g0_5REsOSHMcQVQteZTPHt9dZCNOXSv6o6o8DvlrkFw9Y_7YCJYxqZSfQ8-VN9V&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1375,\n                        \"processed_at\": \"2024-06-04T14:59:13-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sahraexo@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"7022a1a47f9103427a78c5d1fd911079\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1017:b000:aed4:3998:a302:e420:b6af\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone14,5;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/606876492]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748925698355,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"13619\",\n                            \"city\": \"Carthage\",\n                            \"name\": \"Sahrae Ganter\",\n                            \"phone\": \"+13157834442\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"39980 County Road 40\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Ganter\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sahrae\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/cec866755b6305db2d3f346592f96119/authenticate?key=ad12fa98a09b396bd2b2e22bfd981cc3&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"13619\",\n                            \"city\": \"Carthage\",\n                            \"name\": \"Sahrae Ganter\",\n                            \"phone\": \"+13157834442\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"39980 County Road 40\",\n                            \"address2\": null,\n                            \"latitude\": 44.0292787,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Ganter\",\n                            \"longitude\": -75.5773164,\n                            \"first_name\": \"Sahrae\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"f92ea54132c96b6ce98d113492a2a8cd\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"0EMZIFVFE\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922884518195\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872884347187,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922884518195,\n                            \"created_at\": \"2024-06-04T14:59:18-07:00\",\n                            \"fulfill_at\": \"2024-06-04T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176727167283,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036483535155,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872884347187\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:45-07:00\",\n                            \"destination\": {\n                                \"id\": 6366125687091,\n                                \"zip\": \"13619\",\n                                \"city\": \"Carthage\",\n                                \"email\": \"sahraexo@yahoo.com\",\n                                \"phone\": \"+13157834442\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"39980 County Road 40\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Ganter\",\n                                \"first_name\": \"Sahrae\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871864402227,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:16.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"247\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"248\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"137\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"100\",\n            \"attributes\": {\n                \"number\": \"#1401\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-06T02:20:44.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:52.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"884\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5924236853555,\n                        \"name\": \"#1401\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"fba77839b600eb7a8b0028a01d093ead\",\n                        \"app_id\": 129785,\n                        \"number\": 401,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-05T19:35:45-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"2ad2df770ae3a3b4c1efc98e6bf7c38b\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:adcc:d8a9:4a3b:42c6\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-05T19:20:44-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15038876188979,\n                                \"sku\": \"ap-15\",\n                                \"name\": \"ASIAN PEAR\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"ASIAN PEAR\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091917619,\n                                \"properties\": [],\n                                \"variant_id\": 47759605039411,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038876188979\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15038876221747,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038876221747\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T19:35:45-07:00\",\n                        \"checkout_id\": 37871992111411,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229502759219,\n                                \"name\": \"#1401.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5924236853555,\n                                \"created_at\": \"2024-06-05T19:20:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15038876188979,\n                                        \"sku\": \"ap-15\",\n                                        \"name\": \"ASIAN PEAR\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"ASIAN PEAR\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091917619,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759605039411,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038876188979\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15038876221747,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038876221747\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T19:20:45-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229502759219\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1401,\n                        \"processed_at\": \"2024-06-05T19:20:42-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"993EC4AD-1AAD-4BBF-81E0-E07490437D65\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:adcc:d8a9:4a3b:42c6\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fba77839b600eb7a8b0028a01d093ead/authenticate?key=f21800f84343422dd083c052dc19d976&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1013\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"UIPYDEWH0\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5924236853555\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6874264731955,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5924236853555,\n                            \"created_at\": \"2024-06-05T19:20:44-07:00\",\n                            \"fulfill_at\": \"2024-06-05T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15179129291059,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759605039411,\n                                    \"line_item_id\": 15038876188979,\n                                    \"inventory_item_id\": 49808354672947,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6874264731955\n                                },\n                                {\n                                    \"id\": 15179129323827,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15038876221747,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6874264731955\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T19:20:45-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 873240461619,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"249\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"250\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"138\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"139\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"allow_child_customers\": true,\n                \"created_at\": \"2024-06-24T07:49:45.000000Z\",\n                \"updated_at\": \"2024-06-26T21:49:36.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"2\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Stride Logistics\",\n                \"company_name\": \"Stride Logistics\",\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-06-24T07:49:45.000000Z\",\n                \"updated_at\": \"2024-06-26T21:49:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Nicolas Daniel-Richards\",\n                \"company_name\": \"Packiyo Inc.\",\n                \"address\": \"10420 QUEENS BLVD\",\n                \"address2\": \"\",\n                \"city\": \"FOREST HILLS\",\n                \"state\": \"NY\",\n                \"zip\": \"11375-3626\",\n                \"country\": null,\n                \"email\": \"ndr@packiyo.com\",\n                \"phone\": \"\",\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-24T19:23:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Nicolas Daniel-Richards\",\n                \"company_name\": \"Packiyo Inc.\",\n                \"address\": \"10420 QUEENS BLVD\",\n                \"address2\": \"\",\n                \"city\": \"FOREST HILLS\",\n                \"state\": \"NY\",\n                \"zip\": \"11375-3626\",\n                \"country\": null,\n                \"email\": \"ndr@packiyo.com\",\n                \"phone\": \"\",\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-24T19:23:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"Example_Kit_SKU\",\n                \"name\": \"Example Kit\",\n                \"price\": 18,\n                \"quantity\": 5,\n                \"quantity_pending\": 5,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 5,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-28T20:53:27.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"3\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"sku\": \"Example_Kit_SKU\",\n                \"name\": \"Example Kit\",\n                \"type\": \"kit\",\n                \"price\": \"18.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"Example_Kit_SKU\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 5,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-28T20:56:19.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"source\": \"\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-24T19:20:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"sku\": \"Example_SKU_A\",\n                \"name\": \"Example Product A\",\n                \"price\": 0,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 10,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-28T20:53:27.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"Example_SKU_A\",\n                \"name\": \"Example Product A\",\n                \"type\": \"regular\",\n                \"price\": \"10.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"10.00\",\n                \"hs_code\": \"610900\",\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 6,\n                \"barcode\": \"100000012345\",\n                \"customs_description\": \"Men's Tshirt\",\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 10,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-28T20:56:19.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"source\": \"\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-24T19:20:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"sku\": \"Example_SKU_B\",\n                \"name\": \"Example Product B\",\n                \"price\": 0,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 10,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-28T20:53:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"sku\": \"Example_SKU_B\",\n                \"name\": \"Example Product B\",\n                \"type\": \"regular\",\n                \"price\": \"10.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"10.00\",\n                \"hs_code\": \"610900\",\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 7,\n                \"barcode\": \"100000123456\",\n                \"customs_description\": \"Men's Tshirt\",\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 10,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-28T20:56:19.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"source\": \"\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-24T19:20:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customers\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"allow_child_customers\": false,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"25\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration\",\n                \"company_name\": \"ONLY Hydration\",\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"name\": \"GND (DHL SM Parcel Ground, DHL SM Parcel Plus Ground)\",\n                \"created_at\": \"2024-06-27T20:36:25.000000Z\",\n                \"updated_at\": \"2024-06-27T20:36:25.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"2\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"DHL Ecommerce\",\n                \"created_at\": \"2024-06-27T20:36:25.000000Z\",\n                \"updated_at\": \"2024-08-14T19:17:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"53\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"kendallc320@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"54\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"kendallc320@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Shopify: ONLY Hydration\",\n                \"created_at\": \"2024-07-02T20:31:08.000000Z\",\n                \"updated_at\": \"2024-07-02T20:31:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"95\",\n                \"cancelled_at\": \"2024-07-02 20:32:12\",\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"97\",\n                \"cancelled_at\": \"2024-07-02 20:32:12\",\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"55\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"alexbrothman@me.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"56\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"alexbrothman@me.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"105\",\n                \"cancelled_at\": \"2024-07-02 20:32:14\",\n                \"created_at\": \"2024-07-02T20:32:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 29.99,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"107\",\n                \"cancelled_at\": \"2024-07-02 20:32:14\",\n                \"created_at\": \"2024-07-02T20:32:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.39,\n                \"barcode\": \"850055792036\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1003,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1003,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:10.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/whitepeach_1-414193.png?v=1713137722\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"109\",\n                \"cancelled_at\": \"2024-07-02 20:32:14\",\n                \"created_at\": \"2024-07-02T20:32:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"57\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"russwatson09@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"58\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"russwatson09@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"118\",\n                \"cancelled_at\": \"2024-07-02 20:32:15\",\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"120\",\n                \"cancelled_at\": \"2024-07-02 20:32:15\",\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"59\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"akzh17@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"60\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"akzh17@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"128\",\n                \"cancelled_at\": \"2024-07-02 20:32:17\",\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"130\",\n                \"cancelled_at\": \"2024-07-02 20:32:17\",\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"61\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"mary.hodges485@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"62\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"mary.hodges485@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"138\",\n                \"cancelled_at\": \"2024-07-02 20:32:18\",\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"type\": \"regular\",\n                \"price\": \"32.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.41,\n                \"barcode\": \"850055792043\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1646,\n                \"quantity_allocated\": 12,\n                \"quantity_available\": 1634,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/variety-pack-108016.png?v=1713811344\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"140\",\n                \"cancelled_at\": \"2024-07-02 20:32:18\",\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:18.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"63\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"couponvivi@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"64\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"couponvivi@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"148\",\n                \"cancelled_at\": \"2024-07-02 20:32:20\",\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:20.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"16\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"150\",\n                \"cancelled_at\": \"2024-07-02 20:32:20\",\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:20.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"65\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"leojoy1.18@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"66\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"leojoy1.18@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"158\",\n                \"cancelled_at\": \"2024-07-02 20:32:21\",\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.39,\n                \"barcode\": \"850055792005\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1063,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1063,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/lychee_2-178400.png?v=1713137720\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"160\",\n                \"cancelled_at\": \"2024-07-02 20:32:21\",\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"67\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"dannyduoying@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"68\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"dannyduoying@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"19\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"168\",\n                \"cancelled_at\": \"2024-07-02 20:32:22\",\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"20\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"170\",\n                \"cancelled_at\": \"2024-07-02 20:32:23\",\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:23.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"69\",\n            \"attributes\": {\n                \"name\": \"Kenton Takata\",\n                \"company_name\": null,\n                \"address\": \"605 Doyles Lane\",\n                \"address2\": null,\n                \"city\": \"Brooksville\",\n                \"state\": \"KY\",\n                \"zip\": \"41004\",\n                \"country\": \"US\",\n                \"email\": \"kentontakata808@yahoo.com\",\n                \"phone\": \"+18086871069\",\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"70\",\n            \"attributes\": {\n                \"name\": \"Kenton Takata\",\n                \"company_name\": null,\n                \"address\": \"605 Doyles Lane\",\n                \"address2\": null,\n                \"city\": \"Brooksville\",\n                \"state\": \"KY\",\n                \"zip\": \"41004\",\n                \"country\": \"US\",\n                \"email\": \"kentontakata808@yahoo.com\",\n                \"phone\": \"+18086871069\",\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"21\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"178\",\n                \"cancelled_at\": \"2024-07-02 20:32:24\",\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"22\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"180\",\n                \"cancelled_at\": \"2024-07-02 20:32:24\",\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"71\",\n            \"attributes\": {\n                \"name\": \"Ru Salmeron\",\n                \"company_name\": null,\n                \"address\": \"1543 East 102nd Street\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90002\",\n                \"country\": \"US\",\n                \"email\": \"aysalmer@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"72\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"aysalmer@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"23\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"188\",\n                \"cancelled_at\": \"2024-07-02 20:32:25\",\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"190\",\n                \"cancelled_at\": \"2024-07-02 20:32:25\",\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:25.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"73\",\n            \"attributes\": {\n                \"name\": \"Victoria Allison Mc Dermott\",\n                \"company_name\": null,\n                \"address\": \"1386 Sundance Dr\",\n                \"address2\": null,\n                \"city\": \"Plumas Lake\",\n                \"state\": \"CA\",\n                \"zip\": \"95961-9206\",\n                \"country\": \"US\",\n                \"email\": \"torimcdermott@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"74\",\n            \"attributes\": {\n                \"name\": \"Victoria Allison Mc Dermott\",\n                \"company_name\": null,\n                \"address\": \"1386 Sundance Dr\",\n                \"address2\": null,\n                \"city\": \"Plumas Lake\",\n                \"state\": \"CA\",\n                \"zip\": \"95961-9206\",\n                \"country\": \"US\",\n                \"email\": \"torimcdermott@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"198\",\n                \"cancelled_at\": \"2024-07-02 20:32:27\",\n                \"created_at\": \"2024-07-02T20:32:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:27.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.2,\n                \"barcode\": \"000014994238\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 343,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 343,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/untitled-design-2024-05-14t105909794-866445.png?v=1715709893\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"75\",\n            \"attributes\": {\n                \"name\": \"sarah Goldberg\",\n                \"company_name\": null,\n                \"address\": \"772 Hillcrest Dr\",\n                \"address2\": null,\n                \"city\": \"Felton\",\n                \"state\": \"CA\",\n                \"zip\": \"95018-9118\",\n                \"country\": \"US\",\n                \"email\": \"goldbergblack@gmail.com\",\n                \"phone\": \"+14083754778\",\n                \"created_at\": \"2024-07-02T20:32:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"76\",\n            \"attributes\": {\n                \"name\": \"sarah Goldberg\",\n                \"company_name\": null,\n                \"address\": \"772 Hillcrest Dr\",\n                \"address2\": null,\n                \"city\": \"Felton\",\n                \"state\": \"CA\",\n                \"zip\": \"95018-9118\",\n                \"country\": \"US\",\n                \"email\": \"goldbergblack@gmail.com\",\n                \"phone\": \"+14083754778\",\n                \"created_at\": \"2024-07-02T20:32:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"26\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"205\",\n                \"cancelled_at\": \"2024-07-02 20:32:28\",\n                \"created_at\": \"2024-07-02T20:32:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"77\",\n            \"attributes\": {\n                \"name\": \"Trina Royer\",\n                \"company_name\": null,\n                \"address\": \"8072 W County Rd. 1270 S\",\n                \"address2\": null,\n                \"city\": \"Westport\",\n                \"state\": \"IN\",\n                \"zip\": \"47283\",\n                \"country\": \"US\",\n                \"email\": \"t_e_royer@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"78\",\n            \"attributes\": {\n                \"name\": \"Trina Royer\",\n                \"company_name\": null,\n                \"address\": \"8072 W County Rd. 1270 S\",\n                \"address2\": null,\n                \"city\": \"Westport\",\n                \"state\": \"IN\",\n                \"zip\": \"47283\",\n                \"country\": \"US\",\n                \"email\": \"t_e_royer@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"27\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"212\",\n                \"cancelled_at\": \"2024-07-02 20:32:29\",\n                \"created_at\": \"2024-07-02T20:32:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:29.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"79\",\n            \"attributes\": {\n                \"name\": \"Annabella Garcia\",\n                \"company_name\": null,\n                \"address\": \"7212 Cedarcrest Avenue\",\n                \"address2\": null,\n                \"city\": \"Bakersfield\",\n                \"state\": \"CA\",\n                \"zip\": \"93308\",\n                \"country\": \"US\",\n                \"email\": \"bellagarcia2200@gmail.com\",\n                \"phone\": \"+16617036651\",\n                \"created_at\": \"2024-07-02T20:32:30.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:30.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"80\",\n            \"attributes\": {\n                \"name\": \"Annabella Garcia\",\n                \"company_name\": null,\n                \"address\": \"7212 Cedarcrest Avenue\",\n                \"address2\": null,\n                \"city\": \"Bakersfield\",\n                \"state\": \"CA\",\n                \"zip\": \"93308\",\n                \"country\": \"US\",\n                \"email\": \"bellagarcia2200@gmail.com\",\n                \"phone\": \"+16617036651\",\n                \"created_at\": \"2024-07-02T20:32:30.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:30.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"28\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"219\",\n                \"cancelled_at\": \"2024-07-02 20:32:31\",\n                \"created_at\": \"2024-07-02T20:32:30.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"81\",\n            \"attributes\": {\n                \"name\": \"seirah davis\",\n                \"company_name\": null,\n                \"address\": \"1105 East Durham Street  North Philadelphia\",\n                \"address2\": null,\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"zip\": \"19150\",\n                \"country\": \"US\",\n                \"email\": \"sasami227@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"82\",\n            \"attributes\": {\n                \"name\": \"seirah davis\",\n                \"company_name\": null,\n                \"address\": \"1105 East Durham Street  North Philadelphia\",\n                \"address2\": null,\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"zip\": \"19150\",\n                \"country\": \"US\",\n                \"email\": \"sasami227@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"226\",\n                \"cancelled_at\": \"2024-07-02 20:32:32\",\n                \"created_at\": \"2024-07-02T20:32:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:32.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"83\",\n            \"attributes\": {\n                \"name\": \"Margaret Ha\",\n                \"company_name\": null,\n                \"address\": \"2507 E Palmyra Ave\",\n                \"address2\": null,\n                \"city\": \"Orange\",\n                \"state\": \"CA\",\n                \"zip\": \"92869\",\n                \"country\": \"US\",\n                \"email\": \"margaret.ha6@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:33.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"84\",\n            \"attributes\": {\n                \"name\": \"Margaret Ha\",\n                \"company_name\": null,\n                \"address\": \"3548 East Barrington Drive\",\n                \"address2\": null,\n                \"city\": \"Orange\",\n                \"state\": \"CA\",\n                \"zip\": \"92869\",\n                \"country\": \"US\",\n                \"email\": \"margaret.ha6@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:33.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"30\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"233\",\n                \"cancelled_at\": \"2024-07-02 20:32:33\",\n                \"created_at\": \"2024-07-02T20:32:33.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"85\",\n            \"attributes\": {\n                \"name\": \"Kelley Kim\",\n                \"company_name\": null,\n                \"address\": \"5921 Center Drive\",\n                \"address2\": \"Apt 211\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90045\",\n                \"country\": \"US\",\n                \"email\": \"kelleysykim@gmail.com\",\n                \"phone\": \"+17132523661\",\n                \"created_at\": \"2024-07-02T20:32:34.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"86\",\n            \"attributes\": {\n                \"name\": \"Kelley Kim\",\n                \"company_name\": null,\n                \"address\": \"5921 Center Drive\",\n                \"address2\": \"Apt 211\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90045\",\n                \"country\": \"US\",\n                \"email\": \"kelleysykim@gmail.com\",\n                \"phone\": \"+17132523661\",\n                \"created_at\": \"2024-07-02T20:32:34.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"31\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"240\",\n                \"cancelled_at\": \"2024-07-02 20:32:35\",\n                \"created_at\": \"2024-07-02T20:32:34.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"87\",\n            \"attributes\": {\n                \"name\": \"Kadi McLean\",\n                \"company_name\": null,\n                \"address\": \"1040 Huff Road Northwest\",\n                \"address2\": \"3130\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip\": \"30318\",\n                \"country\": \"US\",\n                \"email\": \"hip.stir7@gmail.com\",\n                \"phone\": \"+15613121262\",\n                \"created_at\": \"2024-07-02T20:32:36.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"88\",\n            \"attributes\": {\n                \"name\": \"Kadi McLean\",\n                \"company_name\": null,\n                \"address\": \"1040 Huff Road Northwest\",\n                \"address2\": \"3130\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip\": \"30318\",\n                \"country\": \"US\",\n                \"email\": \"hip.stir7@gmail.com\",\n                \"phone\": \"+15613121262\",\n                \"created_at\": \"2024-07-02T20:32:36.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"32\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"247\",\n                \"cancelled_at\": \"2024-07-02 20:32:36\",\n                \"created_at\": \"2024-07-02T20:32:36.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:36.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"89\",\n            \"attributes\": {\n                \"name\": \"Marina Tan\",\n                \"company_name\": null,\n                \"address\": \"2220 Pinegate Dr\",\n                \"address2\": \"356\",\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"zip\": \"77008\",\n                \"country\": \"US\",\n                \"email\": \"marinatan@utexas.edu\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"90\",\n            \"attributes\": {\n                \"name\": \"Marina Tan\",\n                \"company_name\": null,\n                \"address\": \"2606\",\n                \"address2\": \"Sentry Oak Way\",\n                \"city\": \"Sugar Land\",\n                \"state\": \"TX\",\n                \"zip\": \"77479\",\n                \"country\": \"US\",\n                \"email\": \"marinatan@utexas.edu\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"33\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"254\",\n                \"cancelled_at\": \"2024-07-02 20:32:38\",\n                \"created_at\": \"2024-07-02T20:32:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:38.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"91\",\n            \"attributes\": {\n                \"name\": \"Allison Goddard\",\n                \"company_name\": null,\n                \"address\": \"926 Larry Neil Way\",\n                \"address2\": \"Apt 10\",\n                \"city\": \"Kingsport\",\n                \"state\": \"TN\",\n                \"zip\": \"37660\",\n                \"country\": \"US\",\n                \"email\": \"allynicole@gmail.com\",\n                \"phone\": \"+14238636464\",\n                \"created_at\": \"2024-07-02T20:32:39.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"92\",\n            \"attributes\": {\n                \"name\": \"Allison Goddard\",\n                \"company_name\": null,\n                \"address\": \"926 Larry Neil Way\",\n                \"address2\": \"Apt 10\",\n                \"city\": \"Kingsport\",\n                \"state\": \"TN\",\n                \"zip\": \"37660\",\n                \"country\": \"US\",\n                \"email\": \"allynicole@gmail.com\",\n                \"phone\": \"+14238636464\",\n                \"created_at\": \"2024-07-02T20:32:39.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"34\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"261\",\n                \"cancelled_at\": \"2024-07-02 20:32:39\",\n                \"created_at\": \"2024-07-02T20:32:39.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"93\",\n            \"attributes\": {\n                \"name\": \"Mickayla Phillips\",\n                \"company_name\": null,\n                \"address\": \"5121 7 Lks W\",\n                \"address2\": \"110 Fawnwood Dr\",\n                \"city\": \"West End\",\n                \"state\": \"NC\",\n                \"zip\": \"27376\",\n                \"country\": \"US\",\n                \"email\": \"peaceducky@gmail.com\",\n                \"phone\": \"253-561-9065\",\n                \"created_at\": \"2024-07-02T20:32:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"94\",\n            \"attributes\": {\n                \"name\": \"Mickayla Phillips\",\n                \"company_name\": null,\n                \"address\": \"5121 7 Lks W\",\n                \"address2\": \"110 Fawnwood Dr\",\n                \"city\": \"West End\",\n                \"state\": \"NC\",\n                \"zip\": \"27376\",\n                \"country\": \"US\",\n                \"email\": \"peaceducky@gmail.com\",\n                \"phone\": \"253-561-9065\",\n                \"created_at\": \"2024-07-02T20:32:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"268\",\n                \"cancelled_at\": \"2024-07-02 20:32:41\",\n                \"created_at\": \"2024-07-02T20:32:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:43.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"95\",\n            \"attributes\": {\n                \"name\": \"David Espinoza\",\n                \"company_name\": null,\n                \"address\": \"1633 Merrimac Trail\",\n                \"address2\": null,\n                \"city\": \"Garland\",\n                \"state\": \"TX\",\n                \"zip\": \"75043\",\n                \"country\": \"US\",\n                \"email\": \"despinoza1027@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:42.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:42.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"96\",\n            \"attributes\": {\n                \"name\": \"David Espinoza\",\n                \"company_name\": null,\n                \"address\": \"1633 Merrimac Trail\",\n                \"address2\": null,\n                \"city\": \"Garland\",\n                \"state\": \"TX\",\n                \"zip\": \"75043\",\n                \"country\": \"US\",\n                \"email\": \"despinoza1027@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:42.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:42.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"36\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"275\",\n                \"cancelled_at\": \"2024-07-02 20:32:42\",\n                \"created_at\": \"2024-07-02T20:32:42.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:42.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"97\",\n            \"attributes\": {\n                \"name\": \"Stephanie Gibbons\",\n                \"company_name\": null,\n                \"address\": \"131 Melody Ln\",\n                \"address2\": null,\n                \"city\": \"Largo\",\n                \"state\": \"FL\",\n                \"zip\": \"33771\",\n                \"country\": \"US\",\n                \"email\": \"pinkones311@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"98\",\n            \"attributes\": {\n                \"name\": \"Stephanie Gibbons\",\n                \"company_name\": null,\n                \"address\": \"131 Melody Ln\",\n                \"address2\": null,\n                \"city\": \"Largo\",\n                \"state\": \"FL\",\n                \"zip\": \"33771\",\n                \"country\": \"US\",\n                \"email\": \"pinkones311@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"37\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"282\",\n                \"cancelled_at\": \"2024-07-02 20:32:43\",\n                \"created_at\": \"2024-07-02T20:32:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:46.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"99\",\n            \"attributes\": {\n                \"name\": \"Jessica Tu\",\n                \"company_name\": null,\n                \"address\": \"804 Nandina Green Dr\",\n                \"address2\": null,\n                \"city\": \"O'Fallon\",\n                \"state\": \"IL\",\n                \"zip\": \"62269\",\n                \"country\": \"US\",\n                \"email\": \"jessicatu.od@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:44.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"100\",\n            \"attributes\": {\n                \"name\": \"Jessica Tu\",\n                \"company_name\": null,\n                \"address\": \"804 Nandina Green Dr\",\n                \"address2\": null,\n                \"city\": \"O'Fallon\",\n                \"state\": \"IL\",\n                \"zip\": \"62269\",\n                \"country\": \"US\",\n                \"email\": \"jessicatu.od@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:44.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"38\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"289\",\n                \"cancelled_at\": \"2024-07-02 20:32:45\",\n                \"created_at\": \"2024-07-02T20:32:44.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"101\",\n            \"attributes\": {\n                \"name\": \"Vanessa Dang\",\n                \"company_name\": null,\n                \"address\": \"5839 W Touhy Ave\",\n                \"address2\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60646\",\n                \"country\": \"US\",\n                \"email\": \"vanessaledang@gmail.com\",\n                \"phone\": \"7733120291\",\n                \"created_at\": \"2024-07-02T20:32:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"102\",\n            \"attributes\": {\n                \"name\": \"Vanessa Dang\",\n                \"company_name\": null,\n                \"address\": \"5839 W Touhy Ave\",\n                \"address2\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60646\",\n                \"country\": \"US\",\n                \"email\": \"vanessaledang@gmail.com\",\n                \"phone\": \"+17733120291\",\n                \"created_at\": \"2024-07-02T20:32:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"39\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"296\",\n                \"cancelled_at\": \"2024-07-02 20:32:46\",\n                \"created_at\": \"2024-07-02T20:32:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:46.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"103\",\n            \"attributes\": {\n                \"name\": \"Tiffany Salls\",\n                \"company_name\": null,\n                \"address\": \"3 Villa Trizza\",\n                \"address2\": null,\n                \"city\": \"Lake Elsinore\",\n                \"state\": \"CA\",\n                \"zip\": \"92532\",\n                \"country\": \"US\",\n                \"email\": \"tsalls01@gmail.com\",\n                \"phone\": \"(951) 570-9806\",\n                \"created_at\": \"2024-07-02T20:32:47.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"104\",\n            \"attributes\": {\n                \"name\": \"Tiffany Salls\",\n                \"company_name\": null,\n                \"address\": \"3 Villa Trizza\",\n                \"address2\": null,\n                \"city\": \"Lake Elsinore\",\n                \"state\": \"CA\",\n                \"zip\": \"92532\",\n                \"country\": \"US\",\n                \"email\": \"tsalls01@gmail.com\",\n                \"phone\": \"(951) 570-9806\",\n                \"created_at\": \"2024-07-02T20:32:47.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"40\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"303\",\n                \"cancelled_at\": \"2024-07-02 20:32:47\",\n                \"created_at\": \"2024-07-02T20:32:47.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:47.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"105\",\n            \"attributes\": {\n                \"name\": \"Matthew Wight\",\n                \"company_name\": null,\n                \"address\": \"29 Aggie Village Apt J\",\n                \"address2\": null,\n                \"city\": \"Logan\",\n                \"state\": \"UT\",\n                \"zip\": \"84341\",\n                \"country\": \"US\",\n                \"email\": \"wightm22@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"106\",\n            \"attributes\": {\n                \"name\": \"Matthew Wight\",\n                \"company_name\": null,\n                \"address\": \"29 Aggie Village Apt J\",\n                \"address2\": null,\n                \"city\": \"Logan\",\n                \"state\": \"UT\",\n                \"zip\": \"84341\",\n                \"country\": \"US\",\n                \"email\": \"wightm22@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"41\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"310\",\n                \"cancelled_at\": \"2024-07-02 20:32:49\",\n                \"created_at\": \"2024-07-02T20:32:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:49.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"107\",\n            \"attributes\": {\n                \"name\": \"Alexis Diaz\",\n                \"company_name\": null,\n                \"address\": \"2021 Farragut Road\",\n                \"address2\": \"Apt 3E\",\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11210\",\n                \"country\": \"US\",\n                \"email\": \"amd2244@columbia.edu\",\n                \"phone\": \"3474240885\",\n                \"created_at\": \"2024-07-02T20:32:50.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"108\",\n            \"attributes\": {\n                \"name\": \"Alexis Diaz\",\n                \"company_name\": null,\n                \"address\": \"2021 Farragut Road\",\n                \"address2\": \"Apt 3E\",\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11210\",\n                \"country\": \"US\",\n                \"email\": \"amd2244@columbia.edu\",\n                \"phone\": \"3474240885\",\n                \"created_at\": \"2024-07-02T20:32:50.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"42\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"317\",\n                \"cancelled_at\": \"2024-07-02 20:32:50\",\n                \"created_at\": \"2024-07-02T20:32:50.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"109\",\n            \"attributes\": {\n                \"name\": \"Luxurie Don\",\n                \"company_name\": \"YOUJIAXING\",\n                \"address\": \"5701 Fort Hamilton Pkwy\",\n                \"address2\": \"Grocery Store\",\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11219-4470\",\n                \"country\": \"US\",\n                \"email\": \"goldi3lux@gmail.com\",\n                \"phone\": \"+13478668137\",\n                \"created_at\": \"2024-07-02T20:32:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"110\",\n            \"attributes\": {\n                \"name\": \"Luxurie Don\",\n                \"company_name\": null,\n                \"address\": \"5701 Fort Hamilton Pkwy\",\n                \"address2\": null,\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11219-4470\",\n                \"country\": \"US\",\n                \"email\": \"goldi3lux@gmail.com\",\n                \"phone\": \"(347) 866-8137\",\n                \"created_at\": \"2024-07-02T20:32:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"43\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"324\",\n                \"cancelled_at\": \"2024-07-02 20:32:51\",\n                \"created_at\": \"2024-07-02T20:32:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"111\",\n            \"attributes\": {\n                \"name\": \"NINA VO\",\n                \"company_name\": null,\n                \"address\": \"2417 Carol Sue Avenue\",\n                \"address2\": null,\n                \"city\": \"Terrytown\",\n                \"state\": \"LA\",\n                \"zip\": \"70056\",\n                \"country\": \"US\",\n                \"email\": \"N_VOIHS@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"112\",\n            \"attributes\": {\n                \"name\": \"NINA VO\",\n                \"company_name\": null,\n                \"address\": \"2417 Carol Sue Avenue\",\n                \"address2\": null,\n                \"city\": \"Terrytown\",\n                \"state\": \"LA\",\n                \"zip\": \"70056\",\n                \"country\": \"US\",\n                \"email\": \"N_VOIHS@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"44\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"331\",\n                \"cancelled_at\": \"2024-07-02 20:32:53\",\n                \"created_at\": \"2024-07-02T20:32:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:53.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"113\",\n            \"attributes\": {\n                \"name\": \"Alysen Souders\",\n                \"company_name\": null,\n                \"address\": \"2214 N. June Grass Ave\",\n                \"address2\": null,\n                \"city\": \"Star\",\n                \"state\": \"ID\",\n                \"zip\": \"83669\",\n                \"country\": \"US\",\n                \"email\": \"alysensouders@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"114\",\n            \"attributes\": {\n                \"name\": \"Alysen Souders\",\n                \"company_name\": null,\n                \"address\": \"2214 N. June Grass Ave\",\n                \"address2\": null,\n                \"city\": \"Star\",\n                \"state\": \"ID\",\n                \"zip\": \"83669\",\n                \"country\": \"US\",\n                \"email\": \"alysensouders@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"45\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"338\",\n                \"cancelled_at\": \"2024-07-02 20:32:54\",\n                \"created_at\": \"2024-07-02T20:32:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:54.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"115\",\n            \"attributes\": {\n                \"name\": \"Madison Hunt\",\n                \"company_name\": null,\n                \"address\": \"125 South Berkeley Avenue\",\n                \"address2\": \"Apt 5\",\n                \"city\": \"Pasadena\",\n                \"state\": \"CA\",\n                \"zip\": \"91107\",\n                \"country\": \"US\",\n                \"email\": \"madison.paigee@gmail.com\",\n                \"phone\": \"+19256283859\",\n                \"created_at\": \"2024-07-02T20:32:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"116\",\n            \"attributes\": {\n                \"name\": \"Madison Hunt\",\n                \"company_name\": null,\n                \"address\": \"125 South Berkeley Avenue\",\n                \"address2\": \"Apt 5\",\n                \"city\": \"Pasadena\",\n                \"state\": \"CA\",\n                \"zip\": \"91107\",\n                \"country\": \"US\",\n                \"email\": \"madison.paigee@gmail.com\",\n                \"phone\": \"+19256283859\",\n                \"created_at\": \"2024-07-02T20:32:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"46\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"345\",\n                \"cancelled_at\": \"2024-07-02 20:32:56\",\n                \"created_at\": \"2024-07-02T20:32:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:58.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"117\",\n            \"attributes\": {\n                \"name\": \"Claire Hendrix\",\n                \"company_name\": null,\n                \"address\": \"6581 Glenroy St\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92120\",\n                \"country\": \"US\",\n                \"email\": \"bearfighting0@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:57.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"118\",\n            \"attributes\": {\n                \"name\": \"Claire Hendrix\",\n                \"company_name\": null,\n                \"address\": \"6581 Glenroy St\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92120\",\n                \"country\": \"US\",\n                \"email\": \"bearfighting0@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:57.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"47\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"352\",\n                \"cancelled_at\": \"2024-07-02 20:32:57\",\n                \"created_at\": \"2024-07-02T20:32:57.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"119\",\n            \"attributes\": {\n                \"name\": \"Jazmine Basilio\",\n                \"company_name\": null,\n                \"address\": \"6614 Blue Diamond Road\",\n                \"address2\": \"1187\",\n                \"city\": \"Las Vegas\",\n                \"state\": \"NV\",\n                \"zip\": \"89139\",\n                \"country\": \"US\",\n                \"email\": \"basilio.jazmine@gmail.com\",\n                \"phone\": \"+17024857707\",\n                \"created_at\": \"2024-07-02T20:32:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"120\",\n            \"attributes\": {\n                \"name\": \"Jazmine Basilio\",\n                \"company_name\": null,\n                \"address\": \"8055 Dolce Volpe Ave\",\n                \"address2\": null,\n                \"city\": \"Las Vegas\",\n                \"state\": \"NV\",\n                \"zip\": \"89178-8260\",\n                \"country\": \"US\",\n                \"email\": \"basilio.jazmine@gmail.com\",\n                \"phone\": \"+17024857707\",\n                \"created_at\": \"2024-07-02T20:32:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"48\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"359\",\n                \"cancelled_at\": \"2024-07-02 20:32:58\",\n                \"created_at\": \"2024-07-02T20:32:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:58.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"121\",\n            \"attributes\": {\n                \"name\": \"Kressler Nguyen-Valdez\",\n                \"company_name\": null,\n                \"address\": \"10371 Garden Grove Blvd. Apt 7\",\n                \"address2\": null,\n                \"city\": \"Garden Grove\",\n                \"state\": \"CA\",\n                \"zip\": \"92843\",\n                \"country\": \"US\",\n                \"email\": \"kresslernguyen@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"122\",\n            \"attributes\": {\n                \"name\": \"Kressler Nguyen-Valdez\",\n                \"company_name\": null,\n                \"address\": \"10371 Garden Grove Blvd. Apt 7\",\n                \"address2\": null,\n                \"city\": \"Garden Grove\",\n                \"state\": \"CA\",\n                \"zip\": \"92843\",\n                \"country\": \"US\",\n                \"email\": \"kresslernguyen@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"49\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"366\",\n                \"cancelled_at\": \"2024-07-02 20:33:00\",\n                \"created_at\": \"2024-07-02T20:32:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:00.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"123\",\n            \"attributes\": {\n                \"name\": \"Cassie Toler\",\n                \"company_name\": null,\n                \"address\": \"5 Tanglewood dr\",\n                \"address2\": null,\n                \"city\": \"Hickory creek\",\n                \"state\": \"TX\",\n                \"zip\": \"75065\",\n                \"country\": \"US\",\n                \"email\": \"beth.toler@yahoo.com\",\n                \"phone\": \"+18172137132\",\n                \"created_at\": \"2024-07-02T20:33:01.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:01.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"124\",\n            \"attributes\": {\n                \"name\": \"Cassie Toler\",\n                \"company_name\": null,\n                \"address\": \"5 Tanglewood dr\",\n                \"address2\": null,\n                \"city\": \"Hickory creek\",\n                \"state\": \"TX\",\n                \"zip\": \"75065\",\n                \"country\": \"US\",\n                \"email\": \"beth.toler@yahoo.com\",\n                \"phone\": \"+18172137132\",\n                \"created_at\": \"2024-07-02T20:33:01.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:01.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"50\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"373\",\n                \"cancelled_at\": \"2024-07-02 20:33:01\",\n                \"created_at\": \"2024-07-02T20:33:01.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:01.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"125\",\n            \"attributes\": {\n                \"name\": \"Nell Dow\",\n                \"company_name\": null,\n                \"address\": \"132 Lake St\",\n                \"address2\": null,\n                \"city\": \"Haverhill\",\n                \"state\": \"MA\",\n                \"zip\": \"01832\",\n                \"country\": \"US\",\n                \"email\": \"jandow@comcast.net\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"126\",\n            \"attributes\": {\n                \"name\": \"Nell Dow\",\n                \"company_name\": null,\n                \"address\": \"132 Lake St\",\n                \"address2\": null,\n                \"city\": \"Haverhill\",\n                \"state\": \"MA\",\n                \"zip\": \"01832\",\n                \"country\": \"US\",\n                \"email\": \"jandow@comcast.net\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"51\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"380\",\n                \"cancelled_at\": \"2024-07-02 20:33:03\",\n                \"created_at\": \"2024-07-02T20:33:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"127\",\n            \"attributes\": {\n                \"name\": \"Katie Gjesdahl\",\n                \"company_name\": null,\n                \"address\": \"484 Judith Avenue\",\n                \"address2\": null,\n                \"city\": \"Roseville\",\n                \"state\": \"MN\",\n                \"zip\": \"55113\",\n                \"country\": \"US\",\n                \"email\": \"ktlovescows@yahoo.com\",\n                \"phone\": \"+14022106654\",\n                \"created_at\": \"2024-07-02T20:33:04.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"128\",\n            \"attributes\": {\n                \"name\": \"Katie Gjesdahl\",\n                \"company_name\": null,\n                \"address\": \"484 Judith Avenue\",\n                \"address2\": null,\n                \"city\": \"Roseville\",\n                \"state\": \"MN\",\n                \"zip\": \"55113\",\n                \"country\": \"US\",\n                \"email\": \"ktlovescows@yahoo.com\",\n                \"phone\": \"+14022106654\",\n                \"created_at\": \"2024-07-02T20:33:04.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"52\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"387\",\n                \"cancelled_at\": \"2024-07-02 20:33:05\",\n                \"created_at\": \"2024-07-02T20:33:04.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"129\",\n            \"attributes\": {\n                \"name\": \"Romina Lasagna\",\n                \"company_name\": null,\n                \"address\": \"3405 Dallis Dr\",\n                \"address2\": null,\n                \"city\": \"College Station\",\n                \"state\": \"TX\",\n                \"zip\": \"77845\",\n                \"country\": \"US\",\n                \"email\": \"rblasagna@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"130\",\n            \"attributes\": {\n                \"name\": \"Romina Lasagna\",\n                \"company_name\": null,\n                \"address\": \"3405 Dallis Dr\",\n                \"address2\": null,\n                \"city\": \"College Station\",\n                \"state\": \"TX\",\n                \"zip\": \"77845-7327\",\n                \"country\": \"US\",\n                \"email\": \"rblasagna@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"53\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"394\",\n                \"cancelled_at\": \"2024-07-02 20:33:05\",\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"131\",\n            \"attributes\": {\n                \"name\": \"Sarah Bishop\",\n                \"company_name\": null,\n                \"address\": \"13419 Orchard Ridge Drive\",\n                \"address2\": null,\n                \"city\": \"San Antonio\",\n                \"state\": \"TX\",\n                \"zip\": \"78231\",\n                \"country\": \"US\",\n                \"email\": \"sjbishop@ymail.com\",\n                \"phone\": \"+16107515712\",\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"132\",\n            \"attributes\": {\n                \"name\": \"Sarah Bishop\",\n                \"company_name\": null,\n                \"address\": \"13419 Orchard Ridge Drive\",\n                \"address2\": null,\n                \"city\": \"San Antonio\",\n                \"state\": \"TX\",\n                \"zip\": \"78231\",\n                \"country\": \"US\",\n                \"email\": \"sjbishop@ymail.com\",\n                \"phone\": \"+16107515712\",\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"54\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"401\",\n                \"cancelled_at\": \"2024-07-02 20:33:06\",\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"133\",\n            \"attributes\": {\n                \"name\": \"Erin Hanawalt\",\n                \"company_name\": null,\n                \"address\": \"2056 Castlegate Terrace\",\n                \"address2\": \"Unit A\",\n                \"city\": \"Decatur\",\n                \"state\": \"GA\",\n                \"zip\": \"30032\",\n                \"country\": \"US\",\n                \"email\": \"chemi-luminescence@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"134\",\n            \"attributes\": {\n                \"name\": \"Erin Hanawalt\",\n                \"company_name\": null,\n                \"address\": \"2056 Castlegate Terrace\",\n                \"address2\": \"Unit A\",\n                \"city\": \"Decatur\",\n                \"state\": \"GA\",\n                \"zip\": \"30032\",\n                \"country\": \"US\",\n                \"email\": \"chemi-luminescence@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"55\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"406\",\n                \"cancelled_at\": \"2024-07-02 20:33:06\",\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"135\",\n            \"attributes\": {\n                \"name\": \"Julia Huk\",\n                \"company_name\": null,\n                \"address\": \"853 N Hermitage Ave\",\n                \"address2\": \"Apt 2F\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60622\",\n                \"country\": \"US\",\n                \"email\": \"jhuk1309@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"136\",\n            \"attributes\": {\n                \"name\": \"Yuliya Huk\",\n                \"company_name\": null,\n                \"address\": \"853 N Hermitage Ave\",\n                \"address2\": \"Apt 2F\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60622\",\n                \"country\": \"US\",\n                \"email\": \"jhuk1309@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"56\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"415\",\n                \"cancelled_at\": \"2024-07-02 20:33:08\",\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"137\",\n            \"attributes\": {\n                \"name\": \"Amanda Crawford\",\n                \"company_name\": null,\n                \"address\": \"807 West Cornelia Avenue\",\n                \"address2\": \"Apt 2E\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60657\",\n                \"country\": \"US\",\n                \"email\": \"crawfordama@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"138\",\n            \"attributes\": {\n                \"name\": \"Amanda Crawford\",\n                \"company_name\": null,\n                \"address\": \"807 West Cornelia Avenue\",\n                \"address2\": \"Apt 2E\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60657\",\n                \"country\": \"US\",\n                \"email\": \"crawfordama@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"57\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"420\",\n                \"cancelled_at\": \"2024-07-02 20:33:08\",\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"139\",\n            \"attributes\": {\n                \"name\": \"Christine Jimenez\",\n                \"company_name\": null,\n                \"address\": \"2950 E Old Settlers Blvd\",\n                \"address2\": \"Unit 51\",\n                \"city\": \"Round Rock\",\n                \"state\": \"TX\",\n                \"zip\": \"78665\",\n                \"country\": \"US\",\n                \"email\": \"cmallari925@gmail.com\",\n                \"phone\": \"+12104280137\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"140\",\n            \"attributes\": {\n                \"name\": \"Christine Jimenez\",\n                \"company_name\": null,\n                \"address\": \"2950 E Old Settlers Blvd\",\n                \"address2\": \"Unit 51\",\n                \"city\": \"Round Rock\",\n                \"state\": \"TX\",\n                \"zip\": \"78665\",\n                \"country\": \"US\",\n                \"email\": \"cmallari925@gmail.com\",\n                \"phone\": \"+12104280137\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"58\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"430\",\n                \"cancelled_at\": \"2024-07-02 20:33:09\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"141\",\n            \"attributes\": {\n                \"name\": \"Diana Huynh\",\n                \"company_name\": null,\n                \"address\": \"4918 NE 23rd Ct\",\n                \"address2\": null,\n                \"city\": \"Vancouver\",\n                \"state\": \"WA\",\n                \"zip\": \"98663\",\n                \"country\": \"US\",\n                \"email\": \"huynh.diana96@gmail.com\",\n                \"phone\": \"+14084394985\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"142\",\n            \"attributes\": {\n                \"name\": \"Kelton Spagnoli\",\n                \"company_name\": null,\n                \"address\": \"4918 NE 23rd Ct\",\n                \"address2\": null,\n                \"city\": \"Vancouver\",\n                \"state\": \"WA\",\n                \"zip\": \"98663\",\n                \"country\": \"US\",\n                \"email\": \"huynh.diana96@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"59\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"434\",\n                \"cancelled_at\": \"2024-07-02 20:33:09\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"143\",\n            \"attributes\": {\n                \"name\": \"Jenny Kim\",\n                \"company_name\": null,\n                \"address\": \"57-26 226th Street\",\n                \"address2\": null,\n                \"city\": \"Bayside\",\n                \"state\": \"NY\",\n                \"zip\": \"11364\",\n                \"country\": \"US\",\n                \"email\": \"jenny199705@gmail.com\",\n                \"phone\": \"(201) 364-3216\",\n                \"created_at\": \"2024-07-02T20:33:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"144\",\n            \"attributes\": {\n                \"name\": \"Jenny Kim\",\n                \"company_name\": null,\n                \"address\": \"57-26 226th Street\",\n                \"address2\": null,\n                \"city\": \"Bayside\",\n                \"state\": \"NY\",\n                \"zip\": \"11364\",\n                \"country\": \"US\",\n                \"email\": \"jenny199705@gmail.com\",\n                \"phone\": \"(201) 364-3216\",\n                \"created_at\": \"2024-07-02T20:33:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"60\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"443\",\n                \"cancelled_at\": \"2024-07-02 20:33:10\",\n                \"created_at\": \"2024-07-02T20:33:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:10.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"145\",\n            \"attributes\": {\n                \"name\": \"Jenny Jang\",\n                \"company_name\": null,\n                \"address\": \"25 Roma Ave\",\n                \"address2\": null,\n                \"city\": \"Staten Island\",\n                \"state\": \"NY\",\n                \"zip\": \"10306\",\n                \"country\": \"US\",\n                \"email\": \"jj102891@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"146\",\n            \"attributes\": {\n                \"name\": \"Jenny Jang\",\n                \"company_name\": null,\n                \"address\": \"25 Roma Ave\",\n                \"address2\": null,\n                \"city\": \"Staten Island\",\n                \"state\": \"NY\",\n                \"zip\": \"10306\",\n                \"country\": \"US\",\n                \"email\": \"jj102891@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"61\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"450\",\n                \"cancelled_at\": \"2024-07-02 20:33:12\",\n                \"created_at\": \"2024-07-02T20:33:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"147\",\n            \"attributes\": {\n                \"name\": \"Kat F\",\n                \"company_name\": null,\n                \"address\": \"2335 63rd Street\",\n                \"address2\": null,\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11204\",\n                \"country\": \"US\",\n                \"email\": \"issakatu4611@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"148\",\n            \"attributes\": {\n                \"name\": \"Kat F\",\n                \"company_name\": null,\n                \"address\": \"2335 63rd Street\",\n                \"address2\": null,\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11204\",\n                \"country\": \"US\",\n                \"email\": \"issakatu4611@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"62\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"457\",\n                \"cancelled_at\": \"2024-07-02 20:33:13\",\n                \"created_at\": \"2024-07-02T20:33:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:13.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"149\",\n            \"attributes\": {\n                \"name\": \"Jeff Case\",\n                \"company_name\": null,\n                \"address\": \"6017 Maxwell Ave\",\n                \"address2\": null,\n                \"city\": \"St. Louis\",\n                \"state\": \"MO\",\n                \"zip\": \"63123\",\n                \"country\": \"US\",\n                \"email\": \"jmcas19@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"150\",\n            \"attributes\": {\n                \"name\": \"Jeff Case\",\n                \"company_name\": null,\n                \"address\": \"6017 Maxwell Ave\",\n                \"address2\": null,\n                \"city\": \"St. Louis\",\n                \"state\": \"MO\",\n                \"zip\": \"63123\",\n                \"country\": \"US\",\n                \"email\": \"jmcas19@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"63\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"464\",\n                \"cancelled_at\": \"2024-07-02 20:33:14\",\n                \"created_at\": \"2024-07-02T20:33:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"151\",\n            \"attributes\": {\n                \"name\": \"Ryan Breier\",\n                \"company_name\": null,\n                \"address\": \"1624 Madison Ave\",\n                \"address2\": \"4S\",\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"zip\": \"10029\",\n                \"country\": \"US\",\n                \"email\": \"shbislanders1@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"152\",\n            \"attributes\": {\n                \"name\": \"Ryan Breier\",\n                \"company_name\": null,\n                \"address\": \"1624 Madison Ave\",\n                \"address2\": \"4S\",\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"zip\": \"10029\",\n                \"country\": \"US\",\n                \"email\": \"shbislanders1@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"64\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"471\",\n                \"cancelled_at\": \"2024-07-02 20:33:15\",\n                \"created_at\": \"2024-07-02T20:33:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"153\",\n            \"attributes\": {\n                \"name\": \"Syed Shah\",\n                \"company_name\": null,\n                \"address\": \"3809 DAVID DR\",\n                \"address2\": null,\n                \"city\": \"NORTH HIGHLANDS\",\n                \"state\": \"CA\",\n                \"zip\": \"95660\",\n                \"country\": \"US\",\n                \"email\": \"uhhey09@gmail.com\",\n                \"phone\": \"+19166961925\",\n                \"created_at\": \"2024-07-02T20:33:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"154\",\n            \"attributes\": {\n                \"name\": \"Syed Shah\",\n                \"company_name\": null,\n                \"address\": \"3809 DAVID DR\",\n                \"address2\": null,\n                \"city\": \"NORTH HIGHLANDS\",\n                \"state\": \"CA\",\n                \"zip\": \"95660\",\n                \"country\": \"US\",\n                \"email\": \"uhhey09@gmail.com\",\n                \"phone\": \"+19166961925\",\n                \"created_at\": \"2024-07-02T20:33:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"65\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"478\",\n                \"cancelled_at\": \"2024-07-02 20:33:17\",\n                \"created_at\": \"2024-07-02T20:33:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"155\",\n            \"attributes\": {\n                \"name\": \"freeb yasin\",\n                \"company_name\": null,\n                \"address\": \"17119 6th Avenue West\",\n                \"address2\": null,\n                \"city\": \"Lynnwood\",\n                \"state\": \"WA\",\n                \"zip\": \"98037\",\n                \"country\": \"US\",\n                \"email\": \"zaidyasinfrbackup@gmail.com\",\n                \"phone\": \"+14255205889\",\n                \"created_at\": \"2024-07-02T20:33:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"156\",\n            \"attributes\": {\n                \"name\": \"freeb yasin\",\n                \"company_name\": null,\n                \"address\": \"17119 6th Avenue West\",\n                \"address2\": null,\n                \"city\": \"Lynnwood\",\n                \"state\": \"WA\",\n                \"zip\": \"98037\",\n                \"country\": \"US\",\n                \"email\": \"zaidyasinfrbackup@gmail.com\",\n                \"phone\": \"+14255205889\",\n                \"created_at\": \"2024-07-02T20:33:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"66\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"485\",\n                \"cancelled_at\": \"2024-07-02 20:33:18\",\n                \"created_at\": \"2024-07-02T20:33:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:18.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"157\",\n            \"attributes\": {\n                \"name\": \"Jeff Case\",\n                \"company_name\": null,\n                \"address\": \"3542 Gardens East Drive\",\n                \"address2\": \"Apt B\",\n                \"city\": \"Palm Beach Gardens\",\n                \"state\": \"FL\",\n                \"zip\": \"33410\",\n                \"country\": \"US\",\n                \"email\": \"jmcase19@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"158\",\n            \"attributes\": {\n                \"name\": \"Jeff Case\",\n                \"company_name\": null,\n                \"address\": \"3542 Gardens East Drive\",\n                \"address2\": \"Apt B\",\n                \"city\": \"Palm Beach Gardens\",\n                \"state\": \"FL\",\n                \"zip\": \"33410\",\n                \"country\": \"US\",\n                \"email\": \"jmcase19@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"67\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"492\",\n                \"cancelled_at\": \"2024-07-02 20:33:19\",\n                \"created_at\": \"2024-07-02T20:33:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"159\",\n            \"attributes\": {\n                \"name\": \"josalle vindua\",\n                \"company_name\": null,\n                \"address\": \"4508 Kensington Drive\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92116\",\n                \"country\": \"US\",\n                \"email\": \"josallevindua@gmail.com\",\n                \"phone\": \"+16193163377\",\n                \"created_at\": \"2024-07-02T20:33:20.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:20.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"160\",\n            \"attributes\": {\n                \"name\": \"josalle vindua\",\n                \"company_name\": null,\n                \"address\": \"4508 Kensington Drive\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92116\",\n                \"country\": \"US\",\n                \"email\": \"josallevindua@gmail.com\",\n                \"phone\": \"+16193163377\",\n                \"created_at\": \"2024-07-02T20:33:20.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:20.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"68\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"499\",\n                \"cancelled_at\": \"2024-07-02 20:33:20\",\n                \"created_at\": \"2024-07-02T20:33:20.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:20.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"161\",\n            \"attributes\": {\n                \"name\": \"Matt Mann\",\n                \"company_name\": null,\n                \"address\": \"2936 S 53rd St\",\n                \"address2\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"zip\": \"66106\",\n                \"country\": \"US\",\n                \"email\": \"mattisthemann@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"162\",\n            \"attributes\": {\n                \"name\": \"Matt Mann\",\n                \"company_name\": null,\n                \"address\": \"2936 S 53rd St\",\n                \"address2\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"zip\": \"66106\",\n                \"country\": \"US\",\n                \"email\": \"mattisthemann@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"69\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"506\",\n                \"cancelled_at\": \"2024-07-02 20:33:22\",\n                \"created_at\": \"2024-07-02T20:33:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"163\",\n            \"attributes\": {\n                \"name\": \"Kandice Mann\",\n                \"company_name\": null,\n                \"address\": \"2936 S 53rd St\",\n                \"address2\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"zip\": \"66106\",\n                \"country\": \"US\",\n                \"email\": \"kandicemann@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"164\",\n            \"attributes\": {\n                \"name\": \"Kandice Mann\",\n                \"company_name\": null,\n                \"address\": \"2951 S. 34 St\",\n                \"address2\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"zip\": \"66106\",\n                \"country\": \"US\",\n                \"email\": \"kandicemann@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"70\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"513\",\n                \"cancelled_at\": \"2024-07-02 20:33:23\",\n                \"created_at\": \"2024-07-02T20:33:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:26.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"165\",\n            \"attributes\": {\n                \"name\": \"Kelli Murphy\",\n                \"company_name\": null,\n                \"address\": \"218 N Parker Hill Rd.\",\n                \"address2\": null,\n                \"city\": \"Killingworth\",\n                \"state\": \"CT\",\n                \"zip\": \"06419\",\n                \"country\": \"US\",\n                \"email\": \"kelliwolf808@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:24.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"166\",\n            \"attributes\": {\n                \"name\": \"Kelli Murphy\",\n                \"company_name\": null,\n                \"address\": \"218 N Parker Hill Rd.\",\n                \"address2\": null,\n                \"city\": \"Killingworth\",\n                \"state\": \"CT\",\n                \"zip\": \"06419\",\n                \"country\": \"US\",\n                \"email\": \"kelliwolf808@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:24.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"71\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"520\",\n                \"cancelled_at\": \"2024-07-02 20:33:24\",\n                \"created_at\": \"2024-07-02T20:33:24.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"167\",\n            \"attributes\": {\n                \"name\": \"Trang Pham\",\n                \"company_name\": null,\n                \"address\": \"4616 Hibiscus Valley Dr\",\n                \"address2\": null,\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78739\",\n                \"country\": \"US\",\n                \"email\": \"tpham0993@gmail.com\",\n                \"phone\": \"+16262833056\",\n                \"created_at\": \"2024-07-02T20:33:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"168\",\n            \"attributes\": {\n                \"name\": \"Trang Pham\",\n                \"company_name\": null,\n                \"address\": \"4616 Hibiscus Valley Dr\",\n                \"address2\": null,\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78739\",\n                \"country\": \"US\",\n                \"email\": \"tpham0993@gmail.com\",\n                \"phone\": \"+16262833056\",\n                \"created_at\": \"2024-07-02T20:33:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"72\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"527\",\n                \"cancelled_at\": \"2024-07-02 20:33:25\",\n                \"created_at\": \"2024-07-02T20:33:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:25.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"169\",\n            \"attributes\": {\n                \"name\": \"Cassandra Richardson\",\n                \"company_name\": null,\n                \"address\": \"159 Ivy Terrace\",\n                \"address2\": null,\n                \"city\": \"Tupper Lake\",\n                \"state\": \"NY\",\n                \"zip\": \"12986\",\n                \"country\": \"US\",\n                \"email\": \"cassie102286@yahoo.com\",\n                \"phone\": \"+15185930461\",\n                \"created_at\": \"2024-07-02T20:33:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"170\",\n            \"attributes\": {\n                \"name\": \"Cassandra Richardson\",\n                \"company_name\": null,\n                \"address\": \"159 Ivy Terrace\",\n                \"address2\": null,\n                \"city\": \"Tupper Lake\",\n                \"state\": \"NY\",\n                \"zip\": \"12986\",\n                \"country\": \"US\",\n                \"email\": \"cassie102286@yahoo.com\",\n                \"phone\": \"+15185930461\",\n                \"created_at\": \"2024-07-02T20:33:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"73\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"534\",\n                \"cancelled_at\": \"2024-07-02 20:33:27\",\n                \"created_at\": \"2024-07-02T20:33:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:27.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"171\",\n            \"attributes\": {\n                \"name\": \"Desiree Hawkey\",\n                \"company_name\": null,\n                \"address\": \"212 Spring Road\",\n                \"address2\": null,\n                \"city\": \"Schenectady\",\n                \"state\": \"NY\",\n                \"zip\": \"12302\",\n                \"country\": \"US\",\n                \"email\": \"driel0212@gmail.com\",\n                \"phone\": \"+15188366793\",\n                \"created_at\": \"2024-07-02T20:33:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"172\",\n            \"attributes\": {\n                \"name\": \"Desiree Hawkey\",\n                \"company_name\": null,\n                \"address\": \"212 Spring Road\",\n                \"address2\": null,\n                \"city\": \"Schenectady\",\n                \"state\": \"NY\",\n                \"zip\": \"12302\",\n                \"country\": \"US\",\n                \"email\": \"driel0212@gmail.com\",\n                \"phone\": \"+15188366793\",\n                \"created_at\": \"2024-07-02T20:33:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"74\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"541\",\n                \"cancelled_at\": \"2024-07-02 20:33:28\",\n                \"created_at\": \"2024-07-02T20:33:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"173\",\n            \"attributes\": {\n                \"name\": \"Kwan Wimwipha\",\n                \"company_name\": null,\n                \"address\": \"1000 W 8th apt506\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90017\",\n                \"country\": \"US\",\n                \"email\": \"prisca152@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"174\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"prisca152@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"75\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"548\",\n                \"cancelled_at\": \"2024-07-02 20:33:29\",\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:29.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"76\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"550\",\n                \"cancelled_at\": \"2024-07-02 20:33:30\",\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:30.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"175\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"176\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"77\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 25.49,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"558\",\n                \"cancelled_at\": \"2024-07-02 20:33:31\",\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"78\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"560\",\n                \"cancelled_at\": \"2024-07-02 20:33:31\",\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"79\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"562\",\n                \"cancelled_at\": \"2024-07-02 20:33:31\",\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"type\": \"kit\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.2,\n                \"barcode\": \"000014994237\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 492,\n                \"quantity_allocated\": 5,\n                \"quantity_available\": 487,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:06.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"5\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/shaker-736497.png?v=1718446619\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"177\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"80\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"571\",\n                \"cancelled_at\": \"2024-07-02 20:33:33\",\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"81\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"573\",\n                \"cancelled_at\": \"2024-07-02 20:33:33\",\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"179\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"180\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"82\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 28.05,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"581\",\n                \"cancelled_at\": \"2024-07-02 20:33:36\",\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:36.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"83\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"583\",\n                \"cancelled_at\": \"2024-07-02 20:33:36\",\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:36.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"181\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"182\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"84\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"591\",\n                \"cancelled_at\": \"2024-07-02 20:33:37\",\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:37.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"85\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"593\",\n                \"cancelled_at\": \"2024-07-02 20:33:37\",\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:37.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"183\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"184\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"86\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 25.49,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"601\",\n                \"cancelled_at\": \"2024-07-02 20:33:39\",\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"87\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"603\",\n                \"cancelled_at\": \"2024-07-02 20:33:39\",\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"88\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"605\",\n                \"cancelled_at\": \"2024-07-02 20:33:39\",\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"185\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"186\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"89\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"614\",\n                \"cancelled_at\": \"2024-07-02 20:33:40\",\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:40.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"90\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"616\",\n                \"cancelled_at\": \"2024-07-02 20:33:40\",\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:40.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"187\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"188\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"91\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"624\",\n                \"cancelled_at\": \"2024-07-02 20:33:42\",\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"92\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"626\",\n                \"cancelled_at\": \"2024-07-02 20:33:42\",\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"189\",\n            \"attributes\": {\n                \"name\": \"Tori Benjamin\",\n                \"company_name\": null,\n                \"address\": \"1872 Amberwood Drive Southeast\",\n                \"address2\": null,\n                \"city\": \"Palm Bay\",\n                \"state\": \"FL\",\n                \"zip\": \"32909\",\n                \"country\": \"US\",\n                \"email\": \"mystori17@gmail.com\",\n                \"phone\": \"+15165825719\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"190\",\n            \"attributes\": {\n                \"name\": \"Tori Benjamin\",\n                \"company_name\": null,\n                \"address\": \"1029 East Lincoln Avenue\",\n                \"address2\": \"Apt 102\",\n                \"city\": \"Melbourne\",\n                \"state\": \"FL\",\n                \"zip\": \"32901\",\n                \"country\": \"US\",\n                \"email\": \"mystori17@gmail.com\",\n                \"phone\": \"+15165825719\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"93\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"634\",\n                \"cancelled_at\": \"2024-07-02 20:33:43\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:43.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"94\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"636\",\n                \"cancelled_at\": \"2024-07-02 20:33:43\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:43.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"95\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"638\",\n                \"cancelled_at\": \"2024-07-02 20:33:44\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"96\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"640\",\n                \"cancelled_at\": \"2024-07-02 20:33:44\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"191\",\n            \"attributes\": {\n                \"name\": \"Rosalia Aguillon\",\n                \"company_name\": null,\n                \"address\": \"11218 Dune Street\",\n                \"address2\": null,\n                \"city\": \"Norwalk\",\n                \"state\": \"CA\",\n                \"zip\": \"90650\",\n                \"country\": \"US\",\n                \"email\": \"rosalia.aguillon@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"192\",\n            \"attributes\": {\n                \"name\": \"Rosalia Aguillon\",\n                \"company_name\": null,\n                \"address\": \"11218 Dune Street\",\n                \"address2\": null,\n                \"city\": \"Norwalk\",\n                \"state\": \"CA\",\n                \"zip\": \"90650\",\n                \"country\": \"US\",\n                \"email\": \"rosalia.aguillon@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"97\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"650\",\n                \"cancelled_at\": \"2024-07-02 20:33:45\",\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"98\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 26.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"652\",\n                \"cancelled_at\": \"2024-07-02 20:33:45\",\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"99\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 26.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"654\",\n                \"cancelled_at\": \"2024-07-02 20:33:45\",\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"100\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"656\",\n                \"cancelled_at\": \"2024-07-02 20:33:45\",\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"193\",\n            \"attributes\": {\n                \"name\": \"Sarah Sham\",\n                \"company_name\": null,\n                \"address\": \"7109 Fillmore Dr\",\n                \"address2\": null,\n                \"city\": \"Buena Park\",\n                \"state\": \"CA\",\n                \"zip\": \"90620\",\n                \"country\": \"US\",\n                \"email\": \"phugnguyen@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"194\",\n            \"attributes\": {\n                \"name\": \"Phu Nguyen\",\n                \"company_name\": null,\n                \"address\": \"8196 Medeiros Way\",\n                \"address2\": null,\n                \"city\": \"Sacramento\",\n                \"state\": \"CA\",\n                \"zip\": \"95829\",\n                \"country\": \"US\",\n                \"email\": \"phugnguyen@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"101\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 29.69,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"666\",\n                \"cancelled_at\": \"2024-07-02 20:33:47\",\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:47.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"102\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"668\",\n                \"cancelled_at\": \"2024-07-02 20:33:47\",\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:47.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"195\",\n            \"attributes\": {\n                \"name\": \"Katie Man\",\n                \"company_name\": null,\n                \"address\": \"2210 East Carson Street\",\n                \"address2\": \"2\",\n                \"city\": \"Pittsburgh\",\n                \"state\": \"PA\",\n                \"zip\": \"15203\",\n                \"country\": \"US\",\n                \"email\": \"katieman888@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"196\",\n            \"attributes\": {\n                \"name\": \"Katie Man\",\n                \"company_name\": null,\n                \"address\": \"2210 East Carson Street\",\n                \"address2\": \"2\",\n                \"city\": \"Pittsburgh\",\n                \"state\": \"PA\",\n                \"zip\": \"15203\",\n                \"country\": \"US\",\n                \"email\": \"katieman888@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"103\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"676\",\n                \"cancelled_at\": \"2024-07-02 20:33:48\",\n                \"created_at\": \"2024-07-02T20:33:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"197\",\n            \"attributes\": {\n                \"name\": \"Isabelle Laski\",\n                \"company_name\": null,\n                \"address\": \"5715 Misty Hill Circle\",\n                \"address2\": null,\n                \"city\": \"Clemmons\",\n                \"state\": \"NC\",\n                \"zip\": \"27012-9670\",\n                \"country\": \"US\",\n                \"email\": \"izzy2shop@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:49.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"198\",\n            \"attributes\": {\n                \"name\": \"Isabelle Laski\",\n                \"company_name\": null,\n                \"address\": \"5715 Misty Hill Circle\",\n                \"address2\": null,\n                \"city\": \"Clemmons\",\n                \"state\": \"NC\",\n                \"zip\": \"27012-9670\",\n                \"country\": \"US\",\n                \"email\": \"izzy2shop@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:49.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"104\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"683\",\n                \"cancelled_at\": \"2024-07-02 20:33:50\",\n                \"created_at\": \"2024-07-02T20:33:49.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"199\",\n            \"attributes\": {\n                \"name\": \"Kelly Yang\",\n                \"company_name\": null,\n                \"address\": \"12600 McCallen Pass\",\n                \"address2\": \"Apt. 1213\",\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78753\",\n                \"country\": \"US\",\n                \"email\": \"kelly.yangsy@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"200\",\n            \"attributes\": {\n                \"name\": \"Kelly Yang\",\n                \"company_name\": null,\n                \"address\": \"12600 McCallen Pass\",\n                \"address2\": \"Apt. 1213\",\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78753\",\n                \"country\": \"US\",\n                \"email\": \"kelly.yangsy@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"105\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"690\",\n                \"cancelled_at\": \"2024-07-02 20:33:51\",\n                \"created_at\": \"2024-07-02T20:33:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"201\",\n            \"attributes\": {\n                \"name\": \"Judy Thang\",\n                \"company_name\": null,\n                \"address\": \"231 Southridge Road\",\n                \"address2\": null,\n                \"city\": \"Terre Haute\",\n                \"state\": \"IN\",\n                \"zip\": \"47802\",\n                \"country\": \"US\",\n                \"email\": \"msjudythang@gmail.com\",\n                \"phone\": \"+16198885862\",\n                \"created_at\": \"2024-07-02T20:33:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"202\",\n            \"attributes\": {\n                \"name\": \"Judy Thang\",\n                \"company_name\": null,\n                \"address\": \"231 Southridge Road\",\n                \"address2\": null,\n                \"city\": \"Terre Haute\",\n                \"state\": \"IN\",\n                \"zip\": \"47802\",\n                \"country\": \"US\",\n                \"email\": \"msjudythang@gmail.com\",\n                \"phone\": \"+16198885862\",\n                \"created_at\": \"2024-07-02T20:33:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"106\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"697\",\n                \"cancelled_at\": \"2024-07-02 20:33:53\",\n                \"created_at\": \"2024-07-02T20:33:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:53.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"203\",\n            \"attributes\": {\n                \"name\": \"Laura Schreiber\",\n                \"company_name\": null,\n                \"address\": \"1530 Purdue Ave Apt 17\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90025\",\n                \"country\": \"US\",\n                \"email\": \"laurabelle923@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"204\",\n            \"attributes\": {\n                \"name\": \"Laura Schreiber\",\n                \"company_name\": null,\n                \"address\": \"1530 Purdue Ave Apt 17\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90025\",\n                \"country\": \"US\",\n                \"email\": \"laurabelle923@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"107\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"704\",\n                \"cancelled_at\": \"2024-07-02 20:33:54\",\n                \"created_at\": \"2024-07-02T20:33:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"205\",\n            \"attributes\": {\n                \"name\": \"Emily Alworth\",\n                \"company_name\": null,\n                \"address\": \"2520 East 3300 South\",\n                \"address2\": null,\n                \"city\": \"Salt Lake City\",\n                \"state\": \"UT\",\n                \"zip\": \"84109\",\n                \"country\": \"US\",\n                \"email\": \"ealworth@gm.slc.edu\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"206\",\n            \"attributes\": {\n                \"name\": \"Emily Alworth\",\n                \"company_name\": null,\n                \"address\": \"2520 East 3300 South\",\n                \"address2\": null,\n                \"city\": \"Salt Lake City\",\n                \"state\": \"UT\",\n                \"zip\": \"84109\",\n                \"country\": \"US\",\n                \"email\": \"ealworth@gm.slc.edu\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"108\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"711\",\n                \"cancelled_at\": \"2024-07-02 20:33:56\",\n                \"created_at\": \"2024-07-02T20:33:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:56.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"207\",\n            \"attributes\": {\n                \"name\": \"Lauren Hetzler\",\n                \"company_name\": null,\n                \"address\": \"6534 Miramar Court\",\n                \"address2\": null,\n                \"city\": \"Indianapolis\",\n                \"state\": \"IN\",\n                \"zip\": \"46250\",\n                \"country\": \"US\",\n                \"email\": \"lkhindy88@gmail.com\",\n                \"phone\": \"3172249552\",\n                \"created_at\": \"2024-07-02T20:33:56.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"208\",\n            \"attributes\": {\n                \"name\": \"Lauren Hetzler\",\n                \"company_name\": null,\n                \"address\": \"6534 Miramar Court\",\n                \"address2\": null,\n                \"city\": \"Indianapolis\",\n                \"state\": \"IN\",\n                \"zip\": \"46250\",\n                \"country\": \"US\",\n                \"email\": \"lkhindy88@gmail.com\",\n                \"phone\": \"3172249552\",\n                \"created_at\": \"2024-07-02T20:33:56.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"109\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"718\",\n                \"cancelled_at\": \"2024-07-02 20:33:57\",\n                \"created_at\": \"2024-07-02T20:33:56.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:00.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"209\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"210\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"110\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"725\",\n                \"cancelled_at\": \"2024-07-02 20:33:58\",\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:58.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"111\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"727\",\n                \"cancelled_at\": \"2024-07-02 20:33:58\",\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:58.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"211\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"212\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"112\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"735\",\n                \"cancelled_at\": \"2024-07-02 20:34:00\",\n                \"created_at\": \"2024-07-02T20:34:00.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:00.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"113\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"737\",\n                \"cancelled_at\": \"2024-07-02 20:34:00\",\n                \"created_at\": \"2024-07-02T20:34:00.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:00.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"213\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"kdauer@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"214\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"kdauer@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"114\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"745\",\n                \"cancelled_at\": \"2024-07-02 20:34:03\",\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"115\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"747\",\n                \"cancelled_at\": \"2024-07-02 20:34:03\",\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"215\",\n            \"attributes\": {\n                \"name\": \"Jordan Peterson\",\n                \"company_name\": null,\n                \"address\": \"323 Center St\",\n                \"address2\": null,\n                \"city\": \"Melvin\",\n                \"state\": \"IA\",\n                \"zip\": \"51350\",\n                \"country\": \"US\",\n                \"email\": \"jobear6996@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"216\",\n            \"attributes\": {\n                \"name\": \"Jordan Peterson\",\n                \"company_name\": null,\n                \"address\": \"323 Center St\",\n                \"address2\": null,\n                \"city\": \"Melvin\",\n                \"state\": \"IA\",\n                \"zip\": \"51350\",\n                \"country\": \"US\",\n                \"email\": \"jobear6996@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"116\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"760\",\n                \"cancelled_at\": \"2024-07-02 20:34:05\",\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"217\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"reinacbl@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"218\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"reinacbl@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"117\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"757\",\n                \"cancelled_at\": \"2024-07-02 20:34:05\",\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 6.35,\n                \"barcode\": \"850055792029\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1060,\n                \"quantity_allocated\": 2,\n                \"quantity_available\": 1058,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:05.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/asianpear-564002.png?v=1713137722\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"118\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"762\",\n                \"cancelled_at\": \"2024-07-02 20:34:05\",\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"219\",\n            \"attributes\": {\n                \"name\": \"Carmen Yu\",\n                \"company_name\": null,\n                \"address\": \"4435 E Loch Alpine Dr\",\n                \"address2\": null,\n                \"city\": \"Ann Arbor\",\n                \"state\": \"MI\",\n                \"zip\": \"48103\",\n                \"country\": \"US\",\n                \"email\": \"carmenmsu@gmail.com\",\n                \"phone\": \"+15172145681\",\n                \"created_at\": \"2024-07-02T20:34:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"220\",\n            \"attributes\": {\n                \"name\": \"Carmen Yu\",\n                \"company_name\": null,\n                \"address\": \"4435 E Loch Alpine Dr\",\n                \"address2\": null,\n                \"city\": \"Ann Arbor\",\n                \"state\": \"MI\",\n                \"zip\": \"48103\",\n                \"country\": \"US\",\n                \"email\": \"carmenmsu@gmail.com\",\n                \"phone\": \"+15172145681\",\n                \"created_at\": \"2024-07-02T20:34:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"119\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"772\",\n                \"cancelled_at\": \"2024-07-02 20:34:06\",\n                \"created_at\": \"2024-07-02T20:34:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"221\",\n            \"attributes\": {\n                \"name\": \"Leo Chau\",\n                \"company_name\": null,\n                \"address\": \"71 Arlington St\",\n                \"address2\": null,\n                \"city\": \"Brighton\",\n                \"state\": \"MA\",\n                \"zip\": \"02135\",\n                \"country\": \"US\",\n                \"email\": \"Lkbchau@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"222\",\n            \"attributes\": {\n                \"name\": \"Leo Chau\",\n                \"company_name\": null,\n                \"address\": \"71 Arlington St\",\n                \"address2\": null,\n                \"city\": \"Brighton\",\n                \"state\": \"MA\",\n                \"zip\": \"02135\",\n                \"country\": \"US\",\n                \"email\": \"Lkbchau@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"120\",\n            \"attributes\": {\n                \"sku\": \"varietypack\",\n                \"name\": \"\",\n                \"price\": 29.69,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"777\",\n                \"cancelled_at\": \"2024-07-02 20:34:07\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"121\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"779\",\n                \"cancelled_at\": \"2024-07-02 20:34:07\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"223\",\n            \"attributes\": {\n                \"name\": \"Nicole Craig\",\n                \"company_name\": null,\n                \"address\": \"3007 Twilight Avenue\",\n                \"address2\": null,\n                \"city\": \"Shelbyville\",\n                \"state\": \"KY\",\n                \"zip\": \"40065\",\n                \"country\": \"US\",\n                \"email\": \"auntnini831@gmail.com\",\n                \"phone\": \"+18129871493\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"224\",\n            \"attributes\": {\n                \"name\": \"Nicole Craig\",\n                \"company_name\": null,\n                \"address\": \"3007 Twilight Avenue\",\n                \"address2\": null,\n                \"city\": \"Shelbyville\",\n                \"state\": \"KY\",\n                \"zip\": \"40065\",\n                \"country\": \"US\",\n                \"email\": \"auntnini831@gmail.com\",\n                \"phone\": \"+18129871493\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"122\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"788\",\n                \"cancelled_at\": \"2024-07-02 20:34:08\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"225\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"226\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"123\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"796\",\n                \"cancelled_at\": \"2024-07-02 20:34:09\",\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"124\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"798\",\n                \"cancelled_at\": \"2024-07-02 20:34:09\",\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"227\",\n            \"attributes\": {\n                \"name\": \"Celina Saludes\",\n                \"company_name\": null,\n                \"address\": \"8015 Whitmore St\",\n                \"address2\": null,\n                \"city\": \"Rosemead\",\n                \"state\": \"CA\",\n                \"zip\": \"91770\",\n                \"country\": \"US\",\n                \"email\": \"technowoman@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"228\",\n            \"attributes\": {\n                \"name\": \"Celina Saludes\",\n                \"company_name\": null,\n                \"address\": \"8015 Whitmore St\",\n                \"address2\": null,\n                \"city\": \"Rosemead\",\n                \"state\": \"CA\",\n                \"zip\": \"91770\",\n                \"country\": \"US\",\n                \"email\": \"technowoman@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"125\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"803\",\n                \"cancelled_at\": \"2024-07-02 20:34:09\",\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"229\",\n            \"attributes\": {\n                \"name\": \"Minami Sasaki\",\n                \"company_name\": null,\n                \"address\": \"500 S Lake St.\",\n                \"address2\": \"417\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90057\",\n                \"country\": \"US\",\n                \"email\": \"minami.f.sasaki@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"230\",\n            \"attributes\": {\n                \"name\": \"Minami Sasaki\",\n                \"company_name\": null,\n                \"address\": \"1713 256th St\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90717\",\n                \"country\": \"US\",\n                \"email\": \"minami.f.sasaki@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"126\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"818\",\n                \"cancelled_at\": \"2024-07-02 20:34:11\",\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"231\",\n            \"attributes\": {\n                \"name\": \"Alyssa Bullock\",\n                \"company_name\": null,\n                \"address\": \"951 NW 1401st Rd\",\n                \"address2\": null,\n                \"city\": \"Odessa\",\n                \"state\": \"MO\",\n                \"zip\": \"64076\",\n                \"country\": \"US\",\n                \"email\": \"minibullbab1@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"232\",\n            \"attributes\": {\n                \"name\": \"Alyssa Bullock\",\n                \"company_name\": null,\n                \"address\": \"951 NW 1401st Rd\",\n                \"address2\": null,\n                \"city\": \"Odessa\",\n                \"state\": \"MO\",\n                \"zip\": \"64076\",\n                \"country\": \"US\",\n                \"email\": \"minibullbab1@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"127\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"814\",\n                \"cancelled_at\": \"2024-07-02 20:34:11\",\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"233\",\n            \"attributes\": {\n                \"name\": \"Micah Leon-Guerrero\",\n                \"company_name\": null,\n                \"address\": \"4024 Diablo Trail Pl\",\n                \"address2\": null,\n                \"city\": \"Albuquerque\",\n                \"state\": \"NM\",\n                \"zip\": \"87114\",\n                \"country\": \"US\",\n                \"email\": \"mnlg_311@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"234\",\n            \"attributes\": {\n                \"name\": \"Micah L.G.\",\n                \"company_name\": null,\n                \"address\": \"4024 Diablo Trail Pl\",\n                \"address2\": null,\n                \"city\": \"Albuquerque\",\n                \"state\": \"NM\",\n                \"zip\": \"87114\",\n                \"country\": \"US\",\n                \"email\": \"mnlg_311@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"128\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"828\",\n                \"cancelled_at\": \"2024-07-02 20:34:12\",\n                \"created_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"235\",\n            \"attributes\": {\n                \"name\": \"Wren Jackson\",\n                \"company_name\": null,\n                \"address\": \"3331 Post Road\",\n                \"address2\": null,\n                \"city\": \"Wakefield\",\n                \"state\": \"RI\",\n                \"zip\": \"02879\",\n                \"country\": \"US\",\n                \"email\": \"erinjacksongeneral@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"236\",\n            \"attributes\": {\n                \"name\": \"Wren Jackson\",\n                \"company_name\": null,\n                \"address\": \"3331 Post Road\",\n                \"address2\": null,\n                \"city\": \"Wakefield\",\n                \"state\": \"RI\",\n                \"zip\": \"02879\",\n                \"country\": \"US\",\n                \"email\": \"erinjacksongeneral@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"129\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"832\",\n                \"cancelled_at\": \"2024-07-02 20:34:12\",\n                \"created_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"237\",\n            \"attributes\": {\n                \"name\": \"Emily Stone\",\n                \"company_name\": null,\n                \"address\": \"16571 Alliance Avenue\",\n                \"address2\": \"Apartment 19\",\n                \"city\": \"Tustin\",\n                \"state\": \"CA\",\n                \"zip\": \"92780\",\n                \"country\": \"US\",\n                \"email\": \"emailystone@gmail.com\",\n                \"phone\": \"+15623877315\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"238\",\n            \"attributes\": {\n                \"name\": \"Emily Stone\",\n                \"company_name\": null,\n                \"address\": \"16571 Alliance Avenue\",\n                \"address2\": \"Apartment 19\",\n                \"city\": \"Tustin\",\n                \"state\": \"CA\",\n                \"zip\": \"92780\",\n                \"country\": \"US\",\n                \"email\": \"emailystone@gmail.com\",\n                \"phone\": \"+15623877315\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"130\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"842\",\n                \"cancelled_at\": \"2024-07-02 20:34:13\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"239\",\n            \"attributes\": {\n                \"name\": \"Trinity Tran\",\n                \"company_name\": null,\n                \"address\": \"1360 Shadow Lane\",\n                \"address2\": \"Unit G\",\n                \"city\": \"Fullerton\",\n                \"state\": \"CA\",\n                \"zip\": \"92831\",\n                \"country\": \"US\",\n                \"email\": \"trinitytran20@gmail.com\",\n                \"phone\": \"+14077759059\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"240\",\n            \"attributes\": {\n                \"name\": \"Trinity Tran\",\n                \"company_name\": null,\n                \"address\": \"1360 Shadow Lane\",\n                \"address2\": \"Unit G\",\n                \"city\": \"Fullerton\",\n                \"state\": \"CA\",\n                \"zip\": \"92831\",\n                \"country\": \"US\",\n                \"email\": \"trinitytran20@gmail.com\",\n                \"phone\": \"+14077759059\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"131\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"846\",\n                \"cancelled_at\": \"2024-07-02 20:34:14\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"241\",\n            \"attributes\": {\n                \"name\": \"Sarvenaz Pakzad\",\n                \"company_name\": null,\n                \"address\": \"1400 Oak Hill Way\",\n                \"address2\": null,\n                \"city\": \"Roseville\",\n                \"state\": \"CA\",\n                \"zip\": \"95661\",\n                \"country\": \"US\",\n                \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"242\",\n            \"attributes\": {\n                \"name\": \"Sarvenaz Pakzad\",\n                \"company_name\": null,\n                \"address\": \"1400 Oak Hill Way\",\n                \"address2\": null,\n                \"city\": \"Roseville\",\n                \"state\": \"CA\",\n                \"zip\": \"95661\",\n                \"country\": \"US\",\n                \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"132\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"855\",\n                \"cancelled_at\": \"2024-07-02 20:34:14\",\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"243\",\n            \"attributes\": {\n                \"name\": \"Sarah Belkowski\",\n                \"company_name\": null,\n                \"address\": \"34 Center Street\",\n                \"address2\": null,\n                \"city\": \"Seneca Falls\",\n                \"state\": \"NY\",\n                \"zip\": \"13148\",\n                \"country\": \"US\",\n                \"email\": \"sarahbelkowski@yahoo.com\",\n                \"phone\": \"+13156515127\",\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"244\",\n            \"attributes\": {\n                \"name\": \"Sarah Belkowski\",\n                \"company_name\": null,\n                \"address\": \"34 Center Street\",\n                \"address2\": null,\n                \"city\": \"Seneca Falls\",\n                \"state\": \"NY\",\n                \"zip\": \"13148\",\n                \"country\": \"US\",\n                \"email\": \"sarahbelkowski@yahoo.com\",\n                \"phone\": \"+13156515127\",\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"133\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"860\",\n                \"cancelled_at\": \"2024-07-02 20:34:15\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"245\",\n            \"attributes\": {\n                \"name\": \"Piano Ma\",\n                \"company_name\": null,\n                \"address\": \"9018 Rancho Real Road\",\n                \"address2\": null,\n                \"city\": \"Temple City\",\n                \"state\": \"CA\",\n                \"zip\": \"91780\",\n                \"country\": \"US\",\n                \"email\": \"boringxname@gmail.com\",\n                \"phone\": \"+16266793262\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"246\",\n            \"attributes\": {\n                \"name\": \"Piano Ma\",\n                \"company_name\": null,\n                \"address\": \"1939 Denton Ave\",\n                \"address2\": \"Apt D\",\n                \"city\": \"San Gabriel\",\n                \"state\": \"CA\",\n                \"zip\": \"91776\",\n                \"country\": \"US\",\n                \"email\": \"boringxname@gmail.com\",\n                \"phone\": \"+16266793262\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"134\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 29.69,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"869\",\n                \"cancelled_at\": \"2024-07-02 20:34:16\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"135\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"871\",\n                \"cancelled_at\": \"2024-07-02 20:34:16\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"136\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"873\",\n                \"cancelled_at\": \"2024-07-02 20:34:16\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"247\",\n            \"attributes\": {\n                \"name\": \"Sahrae Ganter\",\n                \"company_name\": null,\n                \"address\": \"39980 County Road 40\",\n                \"address2\": null,\n                \"city\": \"Carthage\",\n                \"state\": \"NY\",\n                \"zip\": \"13619\",\n                \"country\": \"US\",\n                \"email\": \"sahraexo@yahoo.com\",\n                \"phone\": \"+13157834442\",\n                \"created_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"248\",\n            \"attributes\": {\n                \"name\": \"Sahrae Ganter\",\n                \"company_name\": null,\n                \"address\": \"39980 County Road 40\",\n                \"address2\": null,\n                \"city\": \"Carthage\",\n                \"state\": \"NY\",\n                \"zip\": \"13619\",\n                \"country\": \"US\",\n                \"email\": \"sahraexo@yahoo.com\",\n                \"phone\": \"+13157834442\",\n                \"created_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"137\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"878\",\n                \"cancelled_at\": \"2024-07-02 20:34:16\",\n                \"created_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"249\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"250\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"138\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"889\",\n                \"cancelled_at\": \"2024-07-02 20:34:17\",\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"139\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"891\",\n                \"cancelled_at\": \"2024-07-02 20:34:17\",\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}"},{"id":"f3736061-42fd-497e-865f-c44a5d06b883","name":"Filter by Tags any","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"http://generic.packiyo.com/api/v1/orders?filter[tags-any]=DTC","protocol":"http","host":["generic","packiyo","com"],"path":["api","v1","orders"],"query":[{"key":"filter[tags-any]","value":"DTC"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 3,\n            \"total\": 3\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://localhost/api/v1/orders?filter%5Btags-any%5D=DTC&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://localhost/api/v1/orders?filter%5Btags-any%5D=DTC&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"orders\",\n            \"id\": \"8479\",\n            \"attributes\": {\n                \"number\": \"#1262\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-09-12T02:18:28.000000Z\",\n                \"updated_at\": \"2025-08-15T21:48:51.000000Z\",\n                \"fulfilled_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"78347\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"DTC\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6330698465527,\n                        \"name\": \"#1262\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sfels@bluecovefish.com\",\n                        \"phone\": null,\n                        \"token\": \"b423a34c5a4b0c77594e2893b1d735a9\",\n                        \"app_id\": 1354745,\n                        \"number\": 262,\n                        \"refunds\": [],\n                        \"user_id\": 78684225783,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 5969906860279,\n                            \"note\": null,\n                            \"tags\": \"newsletter\",\n                            \"email\": \"sfels@bluecovefish.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Fels\",\n                            \"created_at\": \"2021-12-01T16:26:05-05:00\",\n                            \"first_name\": \"Stephanie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-09-11T22:18:29-04:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10951366017271,\n                                \"zip\": \"94104\",\n                                \"city\": \"San Francisco\",\n                                \"name\": \"Mounia ELNATOUR\",\n                                \"phone\": null,\n                                \"company\": \"Consulat Général de France\",\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"44 Montgomery Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"ELNATOUR\",\n                                \"first_name\": \"Mounia\",\n                                \"customer_id\": 5969906860279,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/5969906860279\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"confirmed_opt_in\",\n                                \"consent_updated_at\": \"2021-12-01T16:26:28-05:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-09-12T15:53:11-04:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"06498145a6f8b5a02cd0de2c97dd15ed\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"76.103.72.65\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-09-11T22:18:28-04:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 16487132496119,\n                                \"sku\": \"BRZ-OLV-UNIT\",\n                                \"name\": \"Branzino with olives & fine herbs\",\n                                \"grams\": 181,\n                                \"price\": \"16.99\",\n                                \"title\": \"Branzino with olives & fine herbs\",\n                                \"duties\": [],\n                                \"vendor\": \"Blue Cove Preserves\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"16.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"16.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 7479699767543,\n                                \"properties\": [],\n                                \"variant_id\": 42182755320055,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/16487132496119\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"16.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 16487132528887,\n                                \"sku\": \"BRZ-PEP-UNIT\",\n                                \"name\": \"Branzino with piquillo peppers & herbs\",\n                                \"grams\": 181,\n                                \"price\": \"16.99\",\n                                \"title\": \"Branzino with piquillo peppers & herbs\",\n                                \"duties\": [],\n                                \"vendor\": \"Blue Cove Preserves\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"16.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"16.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 7479729553655,\n                                \"properties\": [],\n                                \"variant_id\": 42182936232183,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/16487132528887\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"16.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-09-12T15:53:11-04:00\",\n                        \"checkout_id\": 43813603311863,\n                        \"location_id\": null,\n                        \"source_name\": \"shopify_draft_order\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5642111320311,\n                                \"name\": \"#1262.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6330698465527,\n                                \"created_at\": \"2024-09-12T15:53:11-04:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 16487132496119,\n                                        \"sku\": \"BRZ-OLV-UNIT\",\n                                        \"name\": \"Branzino with olives & fine herbs\",\n                                        \"grams\": 181,\n                                        \"price\": \"16.99\",\n                                        \"title\": \"Branzino with olives & fine herbs\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Blue Cove Preserves\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 7479699767543,\n                                        \"properties\": [],\n                                        \"variant_id\": 42182755320055,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/16487132496119\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"16.99\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"16.99\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"16.99\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 16487132528887,\n                                        \"sku\": \"BRZ-PEP-UNIT\",\n                                        \"name\": \"Branzino with piquillo peppers & herbs\",\n                                        \"grams\": 181,\n                                        \"price\": \"16.99\",\n                                        \"title\": \"Branzino with piquillo peppers & herbs\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Blue Cove Preserves\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 7479729553655,\n                                        \"properties\": [],\n                                        \"variant_id\": 42182936232183,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/16487132528887\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"16.99\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"16.99\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"16.99\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-09-12T15:53:11-04:00\",\n                                \"location_id\": 75526177015,\n                                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6101130906552424/details/6101130906552424\",\n                                \"tracking_urls\": [\n                                    \"https://webtrack.dhlglobalmail.com/orders/6101130906552424/details/6101130906552424\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": \"6101130906552424\",\n                                \"tracking_company\": \"DHL Ecommerce\",\n                                \"tracking_numbers\": [\n                                    \"6101130906552424\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5642111320311\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1262,\n                        \"processed_at\": \"2024-09-11T22:18:27-04:00\",\n                        \"total_weight\": 363,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sfels@bluecovefish.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"59ebeed2c9e2d8b92722b9c0174dbdba\",\n                        \"client_details\": {\n                            \"browser_ip\": \"76.103.72.65\",\n                            \"user_agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": null\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Custom discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"33.98\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": null,\n                            \"city\": null,\n                            \"name\": \"Stephanie Fels\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": null,\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Fels\",\n                            \"longitude\": null,\n                            \"first_name\": \"Stephanie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"33.98\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://bluecovefish.com/60972105975/orders/b423a34c5a4b0c77594e2893b1d735a9/authenticate?key=dfda50a559af237f8628ec52428f55c7&none=VQBWBVdGVlpRR1xA\",\n                        \"shipping_address\": {\n                            \"zip\": \"94104\",\n                            \"city\": \"San Francisco\",\n                            \"name\": \"Mounia ELNATOUR\",\n                            \"phone\": null,\n                            \"company\": \"Consulat Général de France\",\n                            \"country\": \"United States\",\n                            \"address1\": \"44 Montgomery Street\",\n                            \"address2\": null,\n                            \"latitude\": 37.7897312,\n                            \"province\": \"California\",\n                            \"last_name\": \"ELNATOUR\",\n                            \"longitude\": -122.401906,\n                            \"first_name\": \"Mounia\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"06498145a6f8b5a02cd0de2c97dd15ed\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8H50MLQK6\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6330698465527\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Custom discount\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"33.98\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"33.98\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 7344848732407,\n                            \"status\": \"closed\",\n                            \"shop_id\": 60972105975,\n                            \"order_id\": 6330698465527,\n                            \"created_at\": \"2024-09-11T22:18:29-04:00\",\n                            \"fulfill_at\": \"2024-09-11T22:00:00-04:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 16630377545975,\n                                    \"shop_id\": 60972105975,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 42182755320055,\n                                    \"line_item_id\": 16487132496119,\n                                    \"inventory_item_id\": 44276900004087,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 7344848732407\n                                },\n                                {\n                                    \"id\": 16630377578743,\n                                    \"shop_id\": 60972105975,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 42182936232183,\n                                    \"line_item_id\": 16487132528887,\n                                    \"inventory_item_id\": 44277080981751,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 7344848732407\n                                }\n                            ],\n                            \"updated_at\": \"2024-09-12T15:53:11-04:00\",\n                            \"destination\": {\n                                \"id\": 7563784618231,\n                                \"zip\": \"94104\",\n                                \"city\": \"San Francisco\",\n                                \"email\": \"sfels@bluecovefish.com\",\n                                \"phone\": null,\n                                \"company\": \"Consulat Général de France\",\n                                \"country\": \"United States\",\n                                \"address1\": \"44 Montgomery Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"ELNATOUR\",\n                                \"first_name\": \"Mounia\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 1282382659831,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"Stride Logistics LA\",\n                                \"phone\": null,\n                                \"address1\": \"1035 Otterbein Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 75526177015,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 75526177015,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"18107\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"18108\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"14\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"56\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"14430\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"14431\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"1076\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"11681\",\n            \"attributes\": {\n                \"number\": \"#1263\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 7.6,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 109.55,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-09-28T00:26:23.000000Z\",\n                \"updated_at\": \"2025-08-15T21:47:50.000000Z\",\n                \"fulfilled_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"89692\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard Shipping (3-5 days)\",\n                \"shipping_method_code\": \"Standard Shipping (3-5 days)\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot, DTC\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6352974250231,\n                        \"name\": \"#1263\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"scottelainewright@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"7850180febe8722efc22e29acb95270e\",\n                        \"app_id\": 580111,\n                        \"number\": 263,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8307835109623,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"scottelainewright@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Case\",\n                            \"created_at\": \"2024-09-27T20:26:16-04:00\",\n                            \"first_name\": \"Scott\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-09-27T20:26:23-04:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10974533320951,\n                                \"zip\": \"90266\",\n                                \"city\": \"Manhattan Beach\",\n                                \"name\": \"Scott Case\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"325 4th Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Scott\",\n                                \"customer_id\": 8307835109623,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8307835109623\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"pending\",\n                                \"opt_in_level\": \"confirmed_opt_in\",\n                                \"consent_updated_at\": \"2024-09-27T20:26:23-04:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-09-30T14:23:36-04:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"c9aa84326f1de063489c96d66b4b9772\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2a09:bac2:c905:183c::26a:c\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjhWMEExNlZZMjdWME0yUFZYNjNHRlZS\",\n                        \"created_at\": \"2024-09-27T20:26:23-04:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 16535003857143,\n                                \"sku\": \"BRZ-6PACK-OP\",\n                                \"name\": \"Blue Cove Box (6-Pack)\",\n                                \"grams\": 680,\n                                \"price\": \"101.95\",\n                                \"title\": \"Blue Cove Box (6-Pack)\",\n                                \"duties\": [],\n                                \"vendor\": \"Blue Cove Preserves\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 7944645214455,\n                                \"properties\": [],\n                                \"variant_id\": 43914666377463,\n                                \"pre_tax_price\": \"101.95\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/16535003857143\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-10-01T16:32:54-04:00\",\n                        \"checkout_id\": 43869524820215,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"109.55\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5666387788023,\n                                \"name\": \"#1263.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6352974250231,\n                                \"created_at\": \"2024-09-30T14:23:36-04:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 16535003857143,\n                                        \"sku\": \"BRZ-6PACK-OP\",\n                                        \"name\": \"Blue Cove Box (6-Pack)\",\n                                        \"grams\": 680,\n                                        \"price\": \"101.95\",\n                                        \"title\": \"Blue Cove Box (6-Pack)\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Blue Cove Preserves\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"101.95\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"101.95\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 7944645214455,\n                                        \"properties\": [],\n                                        \"variant_id\": 43914666377463,\n                                        \"pre_tax_price\": \"101.95\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"101.95\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"101.95\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/16535003857143\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-10-01T16:32:54-04:00\",\n                                \"location_id\": 75526177015,\n                                \"tracking_url\": \"https://www.ups.com/track?loc=null&tracknum=1ZEK39511222205639&requester=MB/trackdetails\",\n                                \"tracking_urls\": [\n                                    \"https://www.ups.com/track?loc=null&tracknum=1ZEK39511222205639&requester=MB/trackdetails\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"1ZEK39511222205639\",\n                                \"tracking_company\": \"UPS\",\n                                \"tracking_numbers\": [\n                                    \"1ZEK39511222205639\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5666387788023\"\n                            }\n                        ],\n                        \"landing_site\": \"/?srsltid=AfmBOorSxsluLCX5UUaqQHCKz24XftcRo_4aWV_Ql7l0CuBdk9ZSMzZ8\",\n                        \"order_number\": 1263,\n                        \"processed_at\": \"2024-09-27T20:26:16-04:00\",\n                        \"total_weight\": 681,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"scottelainewright@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c85bcc47bbd6df7c8e2277da7a69bfda\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2a09:bac2:c905:183c::26a:c\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://www.google.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 5333478211831,\n                                \"code\": \"Standard Shipping (3-5 days)\",\n                                \"phone\": null,\n                                \"price\": \"7.60\",\n                                \"title\": \"Standard Shipping (3-5 days)\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"7.60\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"101.95\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90266\",\n                            \"city\": \"Manhattan Beach\",\n                            \"name\": \"Scott Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"325 4th Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": null,\n                            \"first_name\": \"Scott\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://bluecovefish.com/60972105975/orders/7850180febe8722efc22e29acb95270e/authenticate?key=8c2fdeb590b26240f300e05da3a9bf66\",\n                        \"shipping_address\": {\n                            \"zip\": \"90266\",\n                            \"city\": \"Manhattan Beach\",\n                            \"name\": \"Scott Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"325 4th Street\",\n                            \"address2\": null,\n                            \"latitude\": 33.8803689,\n                            \"province\": \"California\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": -118.4064605,\n                            \"first_name\": \"Scott\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"c9aa84326f1de063489c96d66b4b9772\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"QKE4WQDVR\",\n                        \"current_total_price\": \"109.55\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6352974250231\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"101.95\",\n                        \"total_line_items_price\": \"101.95\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.60\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.60\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 7368530985207,\n                            \"status\": \"closed\",\n                            \"shop_id\": 60972105975,\n                            \"order_id\": 6352974250231,\n                            \"created_at\": \"2024-09-27T20:26:24-04:00\",\n                            \"fulfill_at\": \"2024-09-27T20:00:00-04:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 16678895026423,\n                                    \"shop_id\": 60972105975,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 43914666377463,\n                                    \"line_item_id\": 16535003857143,\n                                    \"inventory_item_id\": 46010196132087,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 7368530985207\n                                }\n                            ],\n                            \"updated_at\": \"2024-09-30T14:23:36-04:00\",\n                            \"destination\": {\n                                \"id\": 7587025846519,\n                                \"zip\": \"90266\",\n                                \"city\": \"Manhattan Beach\",\n                                \"email\": \"scottelainewright@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"325 4th Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Scott\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 1305768362231,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"Stride Logistics LA\",\n                                \"phone\": null,\n                                \"address1\": \"1035 Otterbein Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 75526177015,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 75526177015,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-09-28T00:27:06.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"27570\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"27571\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"14\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"57\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"19172\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"4565\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"12986\",\n            \"attributes\": {\n                \"number\": \"#1264\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 7.6,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 109.55,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 1,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-10-02T15:50:26.000000Z\",\n                \"updated_at\": \"2025-08-18T11:00:07.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"94287\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard Shipping (3-5 days)\",\n                \"shipping_method_code\": \"Standard Shipping (3-5 days)\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot, DTC\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6359374856439,\n                        \"name\": \"#1264\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"michelle.nava@odaseva.com\",\n                        \"phone\": null,\n                        \"token\": \"4a36e9e44e94e2a94a469080db5f74a6\",\n                        \"app_id\": 580111,\n                        \"number\": 264,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8296525136119,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"michelle.nava@odaseva.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Bin\",\n                            \"created_at\": \"2024-09-25T02:39:07-04:00\",\n                            \"first_name\": \"Sovan\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-10-02T11:50:26-04:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10981151703287,\n                                \"zip\": \"94105\",\n                                \"city\": \"San Francisco\",\n                                \"name\": \"Sovan Bin\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"160 Spear Street\",\n                                \"address2\": \"Suite 200\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Bin\",\n                                \"first_name\": \"Sovan\",\n                                \"customer_id\": 8296525136119,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8296525136119\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"unknown\",\n                                \"consent_updated_at\": \"2024-09-25T02:38:51-04:00\"\n                            }\n                        },\n                        \"closed_at\": null,\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e4e70b362e564dfaea006df679a397d2\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"163.116.140.158\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjk2WU1BSlo5UUM5QUFIRFQ2WTAwS0JW\",\n                        \"created_at\": \"2024-10-02T11:50:26-04:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 16548738892023,\n                                \"sku\": \"BRZ-6PACK-OP\",\n                                \"name\": \"Blue Cove Box (6-Pack)\",\n                                \"grams\": 680,\n                                \"price\": \"101.95\",\n                                \"title\": \"Blue Cove Box (6-Pack)\",\n                                \"duties\": [],\n                                \"vendor\": \"Blue Cove Preserves\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 7944645214455,\n                                \"properties\": [],\n                                \"variant_id\": 43914666377463,\n                                \"pre_tax_price\": \"101.95\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": null,\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/16548738892023\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 1,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-10-02T11:50:29-04:00\",\n                        \"checkout_id\": 43885621674231,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"109.55\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1264,\n                        \"processed_at\": \"2024-10-02T11:50:21-04:00\",\n                        \"total_weight\": 681,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"michelle.nava@odaseva.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"5af28bf9e935dc142ba9ec8204ee31cd\",\n                        \"client_details\": {\n                            \"browser_ip\": \"163.116.140.158\",\n                            \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 5338566099191,\n                                \"code\": \"Standard Shipping (3-5 days)\",\n                                \"phone\": null,\n                                \"price\": \"7.60\",\n                                \"title\": \"Standard Shipping (3-5 days)\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"7.60\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"101.95\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"94105\",\n                            \"city\": \"San Francisco\",\n                            \"name\": \"Sovan Bin\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"160 Spear Street\",\n                            \"address2\": \"Suite 200\",\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Bin\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sovan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://bluecovefish.com/60972105975/orders/4a36e9e44e94e2a94a469080db5f74a6/authenticate?key=d26a1ef719e22c57364a8686b99e1d49\",\n                        \"shipping_address\": {\n                            \"zip\": \"94105\",\n                            \"city\": \"San Francisco\",\n                            \"name\": \"Sovan Bin\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"160 Spear Street\",\n                            \"address2\": \"Suite 200\",\n                            \"latitude\": 37.7911718,\n                            \"province\": \"California\",\n                            \"last_name\": \"Bin\",\n                            \"longitude\": -122.3938304,\n                            \"first_name\": \"Sovan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"e4e70b362e564dfaea006df679a397d2\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": null,\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N1TAFYP56\",\n                        \"current_total_price\": \"109.55\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6359374856439\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"101.95\",\n                        \"total_line_items_price\": \"101.95\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.60\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.60\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 7375335882999,\n                            \"status\": \"open\",\n                            \"shop_id\": 60972105975,\n                            \"order_id\": 6359374856439,\n                            \"created_at\": \"2024-10-02T11:50:26-04:00\",\n                            \"fulfill_at\": \"2024-10-02T11:00:00-04:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 16692769947895,\n                                    \"shop_id\": 60972105975,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 43914666377463,\n                                    \"line_item_id\": 16548738892023,\n                                    \"inventory_item_id\": 46010196132087,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 7375335882999\n                                }\n                            ],\n                            \"updated_at\": \"2024-10-02T11:50:26-04:00\",\n                            \"destination\": {\n                                \"id\": 7593594061047,\n                                \"zip\": \"94105\",\n                                \"city\": \"San Francisco\",\n                                \"email\": \"michelle.nava@odaseva.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"160 Spear Street\",\n                                \"address2\": \"Suite 200\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Bin\",\n                                \"first_name\": \"Sovan\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 1312494944503,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"Stride Logistics LA\",\n                                \"phone\": null,\n                                \"address1\": \"1035 Otterbein Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 75526177015,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [\n                                \"create_fulfillment\",\n                                \"hold\"\n                            ],\n                            \"assigned_location_id\": 75526177015,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-10-02T15:51:10.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"31182\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"31183\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"14\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"57\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"20781\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"allow_child_customers\": false,\n                \"created_at\": \"2024-06-27T14:44:28.000000Z\",\n                \"updated_at\": \"2024-06-27T14:44:28.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"BlueCove Fish\",\n                \"company_name\": \"BlueCove Fish\",\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-06-27T14:44:28.000000Z\",\n                \"updated_at\": \"2024-06-27T14:44:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"113\",\n            \"attributes\": {\n                \"name\": \"GND (DHL SM Parcel Ground, DHL SM Parcel Plus Ground)\",\n                \"created_at\": \"2024-08-16T22:42:29.000000Z\",\n                \"updated_at\": \"2024-08-16T22:42:29.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"10\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"DHL Ecommerce\",\n                \"created_at\": \"2024-08-16T22:42:29.000000Z\",\n                \"updated_at\": \"2024-08-16T22:42:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"18107\",\n            \"attributes\": {\n                \"name\": \"Mounia ELNATOUR\",\n                \"company_name\": \"Consulat Général de France\",\n                \"address\": \"44 Montgomery Street\",\n                \"address2\": null,\n                \"city\": \"San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94104\",\n                \"country\": \"US\",\n                \"email\": \"sfels@bluecovefish.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\",\n                \"updated_at\": \"2024-09-12T02:19:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"18108\",\n            \"attributes\": {\n                \"name\": \"Stephanie Fels\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": \"CA\",\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": \"sfels@bluecovefish.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\",\n                \"updated_at\": \"2024-09-12T02:19:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Shopify: BlueCove Fish - DTC\",\n                \"created_at\": \"2024-07-23T13:26:59.000000Z\",\n                \"updated_at\": \"2024-07-23T13:27:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"56\",\n            \"attributes\": {\n                \"name\": \"BlueCove Polymail\",\n                \"barcode\": \"000014739274\",\n                \"height\": \"8.5000\",\n                \"length\": \"9.0000\",\n                \"width\": \"0.0000\",\n                \"weight\": \"0.2500\",\n                \"created_at\": \"2024-08-29T19:45:15.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"14430\",\n            \"attributes\": {\n                \"sku\": \"BRZ-OLV-UNIT\",\n                \"name\": \"Branzino with olives & fine herbs\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"78350\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"3295\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"3295\",\n            \"attributes\": {\n                \"sku\": \"BRZ-OLV-UNIT\",\n                \"name\": \"Branzino with olives & fine herbs\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": 3,\n                \"height\": 1.5,\n                \"length\": 3,\n                \"weight\": 0.22,\n                \"barcode\": \"860010109502\",\n                \"customs_description\": null,\n                \"tags\": \"DTC\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 385,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 385,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-09-04T21:36:06.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:52.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"14431\",\n            \"attributes\": {\n                \"sku\": \"BRZ-PEP-UNIT\",\n                \"name\": \"Branzino with piquillo peppers & herbs\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"78352\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"3294\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"3294\",\n            \"attributes\": {\n                \"sku\": \"BRZ-PEP-UNIT\",\n                \"name\": \"Branzino with piquillo peppers & herbs\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": 3,\n                \"height\": 1.5,\n                \"length\": 3,\n                \"weight\": 0.22,\n                \"barcode\": \"860010109519\",\n                \"customs_description\": null,\n                \"tags\": \"DTC\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 442,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 442,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-09-04T21:35:30.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:52.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"1076\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"18260\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"2662\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"2663\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"1076\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"1076\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"1076\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"18260\",\n            \"attributes\": {\n                \"name\": \"Mounia ELNATOUR\",\n                \"company_name\": \"Consulat Général de France\",\n                \"address\": \"44 Montgomery Street\",\n                \"address2\": null,\n                \"city\": \"San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94104\",\n                \"country\": \"US\",\n                \"email\": \"sfels@bluecovefish.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"2662\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"2663\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"1076\",\n            \"attributes\": {\n                \"tracking_number\": \"6101130906552424\",\n                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6101130906552424/details/6101130906552424\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"1076\",\n            \"attributes\": {\n                \"weight\": \"0.6900\",\n                \"length\": \"9.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"8.5000\",\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:40.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"1915\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"1916\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"1915\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"1916\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"1076\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://localhost/shipment/1076/label/1076\",\n                \"document_type\": \"PDF\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"27570\",\n            \"attributes\": {\n                \"name\": \"Scott Case\",\n                \"company_name\": null,\n                \"address\": \"325 4th Street\",\n                \"address2\": null,\n                \"city\": \"Manhattan Beach\",\n                \"state\": \"CA\",\n                \"zip\": \"90266\",\n                \"country\": \"US\",\n                \"email\": \"scottelainewright@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-28T00:27:06.000000Z\",\n                \"updated_at\": \"2024-09-28T00:27:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"27571\",\n            \"attributes\": {\n                \"name\": \"Scott Case\",\n                \"company_name\": null,\n                \"address\": \"325 4th Street\",\n                \"address2\": null,\n                \"city\": \"Manhattan Beach\",\n                \"state\": \"CA\",\n                \"zip\": \"90266\",\n                \"country\": \"US\",\n                \"email\": \"scottelainewright@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-28T00:27:06.000000Z\",\n                \"updated_at\": \"2024-09-28T00:27:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"57\",\n            \"attributes\": {\n                \"name\": \"BlueCove 6PK\",\n                \"barcode\": \"000014739275\",\n                \"height\": \"3.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"weight\": \"0.4000\",\n                \"created_at\": \"2024-08-29T19:48:19.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"19172\",\n            \"attributes\": {\n                \"sku\": \"BRZ-6PACK-OP\",\n                \"name\": \"Blue Cove 6-Pack\",\n                \"price\": 101.95,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"89695\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-09-28T00:27:06.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"853\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"853\",\n            \"attributes\": {\n                \"sku\": \"BRZ-6PACK-OP\",\n                \"name\": \"Blue Cove 6-Pack\",\n                \"type\": \"regular\",\n                \"price\": \"101.94\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 1.5,\n                \"barcode\": \"00860010109557\",\n                \"customs_description\": null,\n                \"tags\": \"DTC\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 274,\n                \"quantity_allocated\": 1,\n                \"quantity_available\": 273,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-23T13:27:08.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:51.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"1005\"\n                        },\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"1012\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"1005\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0609/7210/5975/products/blue-cove-box-6-pack-708726.jpg?v=1695608253\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-23T13:27:08.000000Z\",\n                \"updated_at\": \"2024-07-23T13:27:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"1012\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0718/3741/7783/files/6pack1.png?v=1688094956\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-23T13:30:07.000000Z\",\n                \"updated_at\": \"2024-07-23T13:30:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"4565\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"18.55\",\n                \"created_at\": \"2024-09-30T18:23:32.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:34.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"29536\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"50\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"7296\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"4565\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"4567\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"4567\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"29536\",\n            \"attributes\": {\n                \"name\": \"Scott Case\",\n                \"company_name\": null,\n                \"address\": \"325 4th Street\",\n                \"address2\": null,\n                \"city\": \"Manhattan Beach\",\n                \"state\": \"CA\",\n                \"zip\": \"90266\",\n                \"country\": \"US\",\n                \"email\": \"scottelainewright@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-30T18:23:32.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"50\",\n            \"attributes\": {\n                \"name\": \"3DaySelect\",\n                \"created_at\": \"2024-08-07T00:00:21.000000Z\",\n                \"updated_at\": \"2024-08-07T00:00:21.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"UPS\",\n                \"created_at\": \"2024-08-07T00:00:20.000000Z\",\n                \"updated_at\": \"2024-08-07T00:00:20.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"7296\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"4565\",\n            \"attributes\": {\n                \"tracking_number\": \"1ZEK39511222205639\",\n                \"tracking_url\": \"https://www.ups.com/track?loc=null&tracknum=1ZEK39511222205639&requester=MB/trackdetails\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"4567\",\n            \"attributes\": {\n                \"weight\": \"1.9000\",\n                \"length\": \"9.5000\",\n                \"width\": \"6.5000\",\n                \"height\": \"2.0000\",\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2025-08-11T18:25:21.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"5989\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"5989\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"4567\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/4565/label/4567\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"31182\",\n            \"attributes\": {\n                \"name\": \"Sovan Bin\",\n                \"company_name\": null,\n                \"address\": \"160 Spear Street\",\n                \"address2\": \"Suite 200\",\n                \"city\": \"San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94105\",\n                \"country\": \"US\",\n                \"email\": \"michelle.nava@odaseva.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-10-02T15:51:10.000000Z\",\n                \"updated_at\": \"2024-10-02T15:51:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"31183\",\n            \"attributes\": {\n                \"name\": \"Sovan Bin\",\n                \"company_name\": null,\n                \"address\": \"160 Spear Street\",\n                \"address2\": \"Suite 200\",\n                \"city\": \"San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94105\",\n                \"country\": \"US\",\n                \"email\": \"michelle.nava@odaseva.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-10-02T15:51:10.000000Z\",\n                \"updated_at\": \"2024-10-02T15:51:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"20781\",\n            \"attributes\": {\n                \"sku\": \"BRZ-6PACK-OP\",\n                \"name\": \"Blue Cove 6-Pack\",\n                \"price\": 101.95,\n                \"quantity\": 1,\n                \"quantity_pending\": 1,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 1,\n                \"quantity_allocated_pickable\": 1,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"94290\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-10-02T15:51:10.000000Z\",\n                \"updated_at\": \"2024-10-02T15:51:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"853\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}"},{"id":"ff46d97a-ba6e-42b1-95f2-1b5bcd716529","name":"Filter by Tags none, multiple tags","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://generic.packiyo.com/api/v1/api/v1/orders?filter[tags-none]=test,similar","host":["https://generic.packiyo.com/api/v1"],"path":["api","v1","orders"],"query":[{"key":"filter[tags-none]","value":"test,similar"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 131,\n            \"perPage\": 100,\n            \"to\": 100,\n            \"total\": 13006\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://localhost/api/v1/orders?filter%5Btags-none%5D=test%2Csimilar&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://localhost/api/v1/orders?filter%5Btags-none%5D=test%2Csimilar&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=131&page%5Bsize%5D=100\",\n        \"next\": \"http://localhost/api/v1/orders?filter%5Btags-none%5D=test%2Csimilar&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=2&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"orders\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"number\": \"EXAMPLE-ORDER-01\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 90,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 25,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2025-08-29T11:00:02.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Generic\",\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"1\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"2\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"number\": \"#1295\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:47:05.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:09.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"92\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918925783347,\n                        \"name\": \"#1295\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kendallc320@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"5c5fda7a944db99c1baa6faad922c21d\",\n                        \"app_id\": 129785,\n                        \"number\": 295,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013477675315,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kendallc320@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:47:22-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T08:47:26-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013477675315\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:47:22-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:47:22-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T08:47:06-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"a34d5b9d060722b46b65d97caa77c866\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"172.56.232.139\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:47:05-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029368226099,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029368226099\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029368258867,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029368258867\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T08:47:24-07:00\",\n                        \"checkout_id\": 37855929499955,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224514519347,\n                                \"name\": \"#1295.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918925783347,\n                                \"created_at\": \"2024-06-01T08:47:06-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029368226099,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029368226099\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029368258867,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029368258867\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:47:06-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224514519347\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1295,\n                        \"processed_at\": \"2024-06-01T08:47:05-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kendallc320@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"EF637A3F-EF8F-4836-AB0B-B4978166EA33\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.56.232.139\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/17.4.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5c5fda7a944db99c1baa6faad922c21d/authenticate?key=1d63d1b6e93e59caecf7f54b3861a79e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1004\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"ZVMEILUCE\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918925783347\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868854112563,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918925783347,\n                            \"created_at\": \"2024-06-01T08:47:06-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169626767667,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029368226099,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868854112563\n                                },\n                                {\n                                    \"id\": 15169626800435,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029368258867,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868854112563\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:47:06-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867845833011,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"53\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"54\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"5\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"number\": \"#1296\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 89.97,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:54:02.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:10.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"102\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918936990003,\n                        \"name\": \"#1296\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"alexbrothman@me.com\",\n                        \"phone\": null,\n                        \"token\": \"5e71ad19e8e91f157c4e8b37118fedfb\",\n                        \"app_id\": 129785,\n                        \"number\": 296,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013487800627,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"alexbrothman@me.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:54:20-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T08:54:23-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013487800627\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:54:20-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:54:20-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T08:54:03-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"b7edd64210a463fd23cc3fcb86146d23\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:54:02-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029394833715,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394833715\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029394866483,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 2,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"59.98\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"59.98\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"59.98\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394866483\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029394899251,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 2,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394899251\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T08:54:21-07:00\",\n                        \"checkout_id\": 37855950864691,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"89.97\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224519565619,\n                                \"name\": \"#1296.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918936990003,\n                                \"created_at\": \"2024-06-01T08:54:03-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029394833715,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394833715\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029394866483,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 2,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"59.98\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"59.98\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"59.98\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394866483\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029394899251,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 2,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029394899251\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:54:03-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224519565619\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1296,\n                        \"processed_at\": \"2024-06-01T08:54:01-07:00\",\n                        \"total_weight\": 720,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"alexbrothman@me.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"3C26BD87-D385-4860-BE3A-57C27F5844C0\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/17.4.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"89.97\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5e71ad19e8e91f157c4e8b37118fedfb/authenticate?key=8cc577d1e2c53d9673a036e8615a12f9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1005\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"DRZUTFU58\",\n                        \"current_total_price\": \"89.97\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918936990003\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"89.97\",\n                        \"total_line_items_price\": \"89.97\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"89.97\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868865417523,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918936990003,\n                            \"created_at\": \"2024-06-01T08:54:03-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169653113139,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029394833715,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868865417523\n                                },\n                                {\n                                    \"id\": 15169653145907,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 2,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15029394866483,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868865417523\n                                },\n                                {\n                                    \"id\": 15169653178675,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 2,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029394899251,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868865417523\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:54:03-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867857137971,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"55\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"56\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"6\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"7\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"8\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"number\": \"#1293\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:43:06.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:11.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"115\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918921457971,\n                        \"name\": \"#1293\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"russwatson09@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"032b046338ed783e1bfe2886f19c92c8\",\n                        \"app_id\": 129785,\n                        \"number\": 293,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013472366899,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"russwatson09@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:43:31-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T08:58:10-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013472366899\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:43:32-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:43:32-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T08:58:08-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"774ddfc56c0826829c14fac637c294d6\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:c:7230::2\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:43:06-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029360165171,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029360165171\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029360197939,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029360197939\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T08:58:08-07:00\",\n                        \"checkout_id\": 37852537094451,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224512618803,\n                                \"name\": \"#1293.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918921457971,\n                                \"created_at\": \"2024-06-01T08:43:07-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029360165171,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029360165171\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029360197939,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029360197939\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:43:07-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224512618803\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1293,\n                        \"processed_at\": \"2024-06-01T08:43:05-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"russwatson09@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"6864D2EA-4643-4CC0-80B5-D0851679EE01\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:c:7230::2\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/032b046338ed783e1bfe2886f19c92c8/authenticate?key=3d6a652ead5f8fb8349e6b58e1fc52bb&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1063\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NLVMNPZHY\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918921457971\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868849557811,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918921457971,\n                            \"created_at\": \"2024-06-01T08:43:07-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169618477363,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029360165171,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868849557811\n                                },\n                                {\n                                    \"id\": 15169618510131,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029360197939,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868849557811\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:43:07-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867841278259,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"57\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"58\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"number\": \"#1294\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:45:45.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:12.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:17.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"125\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918924407091,\n                        \"name\": \"#1294\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"akzh17@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"4baadf77780d0480f7330b62ddaaf140\",\n                        \"app_id\": 129785,\n                        \"number\": 294,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013475447091,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"akzh17@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:45:56-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:00:49-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013475447091\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:45:56-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:45:56-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T09:00:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"8f79d88e4ce1cfb093a7b694f6a70b97\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:c:7230::2\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:45:45-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029365571891,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029365571891\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029365604659,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029365604659\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:00:46-07:00\",\n                        \"checkout_id\": 37855926780211,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224513700147,\n                                \"name\": \"#1294.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918924407091,\n                                \"created_at\": \"2024-06-01T08:45:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029365571891,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029365571891\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029365604659,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029365604659\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:45:45-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224513700147\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1294,\n                        \"processed_at\": \"2024-06-01T08:45:43-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"akzh17@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"01BFF919-6D76-41F3-81A0-FC83A626BC1E\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:c:7230::2\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/4baadf77780d0480f7330b62ddaaf140/authenticate?key=eab1e9671b979033ac470bd8b56a49b2&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1064\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"QH08AY91X\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918924407091\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868852670771,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918924407091,\n                            \"created_at\": \"2024-06-01T08:45:45-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169623982387,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029365571891,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868852670771\n                                },\n                                {\n                                    \"id\": 15169624015155,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029365604659,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868852670771\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:45:45-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867844391219,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"59\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"60\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"11\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"12\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"number\": \"#1298\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:01:08.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:13.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"135\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918947868979,\n                        \"name\": \"#1298\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"mary.hodges485@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"27a1957a4db5a819fa9e50dfba070824\",\n                        \"app_id\": 129785,\n                        \"number\": 298,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013499400499,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"mary.hodges485@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T09:01:33-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:01:37-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013499400499\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:01:33-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:01:33-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T09:01:09-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"3c709a230c794110f61818fa882f4aea\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T09:01:08-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029420392755,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029420392755\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029420425523,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029420425523\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:01:34-07:00\",\n                        \"checkout_id\": 37855961284915,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224524841267,\n                                \"name\": \"#1298.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918947868979,\n                                \"created_at\": \"2024-06-01T09:01:09-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029420392755,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029420392755\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029420425523,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029420425523\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T09:01:09-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224524841267\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1298,\n                        \"processed_at\": \"2024-06-01T09:01:07-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"mary.hodges485@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"382ED8EC-75AD-44D1-9B8E-F645CBE4A77B\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/17.4.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/27a1957a4db5a819fa9e50dfba070824/authenticate?key=4085c3f2650cd07468fe53916d5389e3&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1006\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"3PHRKQ9QJ\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918947868979\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868876493107,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918947868979,\n                            \"created_at\": \"2024-06-01T09:01:08-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169678377267,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15029420392755,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868876493107\n                                },\n                                {\n                                    \"id\": 15169678410035,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029420425523,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868876493107\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T09:01:09-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867868213555,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"61\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"62\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"13\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"number\": \"#1299\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:05:31.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:13.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:20.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"145\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918955077939,\n                        \"name\": \"#1299\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"couponvivi@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"e8d857e115014da4fd551fff6b78fd99\",\n                        \"app_id\": 129785,\n                        \"number\": 299,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013505823027,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"couponvivi@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T09:05:55-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:05:59-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013505823027\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:05:55-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:05:55-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T09:05:32-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"192629ac53b96e45b5533c9b62ae500c\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T09:05:31-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029433925939,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029433925939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029433958707,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029433958707\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:05:56-07:00\",\n                        \"checkout_id\": 37855990317363,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224529396019,\n                                \"name\": \"#1299.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918955077939,\n                                \"created_at\": \"2024-06-01T09:05:31-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029433925939,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029433925939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029433958707,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029433958707\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T09:05:31-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224529396019\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1299,\n                        \"processed_at\": \"2024-06-01T09:05:30-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"couponvivi@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"4A273FFF-D88F-4666-B343-7C2E78543913\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:482:59db:c5e:97d:8970:ca81\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/17.4.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/e8d857e115014da4fd551fff6b78fd99/authenticate?key=84948c7e80325818e53256643d659f60&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1007\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NMW5GXKVH\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918955077939\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868883702067,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918955077939,\n                            \"created_at\": \"2024-06-01T09:05:31-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169691713843,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15029433925939,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868883702067\n                                },\n                                {\n                                    \"id\": 15169691746611,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029433958707,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868883702067\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T09:05:31-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867875389747,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"63\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"64\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"15\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"16\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"number\": \"#1297\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:56:12.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:14.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"155\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918939971891,\n                        \"name\": \"#1297\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"leojoy1.18@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"cd6eac1a9ea0054306ba08ebceb77f15\",\n                        \"app_id\": 129785,\n                        \"number\": 297,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013491634483,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"leojoy1.18@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T08:56:43-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:11:16-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013491634483\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:56:43-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:56:43-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-01T09:11:13-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"bee419210c1db3cd6dea91168e3f108d\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:c:7230::2\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T08:56:12-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029400371507,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029400371507\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029400404275,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029400404275\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:11:13-07:00\",\n                        \"checkout_id\": 37855963742515,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224521105715,\n                                \"name\": \"#1297.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918939971891,\n                                \"created_at\": \"2024-06-01T08:56:13-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029400371507,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029400371507\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029400404275,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029400404275\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T08:56:13-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224521105715\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1297,\n                        \"processed_at\": \"2024-06-01T08:56:11-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"leojoy1.18@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"AD061AB4-D716-443C-92DE-D9499D09F942\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:c:7230::2\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/cd6eac1a9ea0054306ba08ebceb77f15/authenticate?key=579f6b506dc85de07f28a3446f196151&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1065\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"FE80JKFWP\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918939971891\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868868464947,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918939971891,\n                            \"created_at\": \"2024-06-01T08:56:12-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169658585395,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15029400371507,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868868464947\n                                },\n                                {\n                                    \"id\": 15169658618163,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029400404275,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868868464947\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T08:56:13-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867860185395,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"65\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"66\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"17\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"18\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"number\": \"#1301\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:17:15.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:15.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"165\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918971887923,\n                        \"name\": \"#1301\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"dannyduoying@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"4336a7cb1e00a948052adbf7f11bc8a8\",\n                        \"app_id\": 129785,\n                        \"number\": 301,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013525156147,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"dannyduoying@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-01T09:17:32-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:32:18-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013525156147\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-01T09:32:15-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"0f79ced9dc9ebf918631147b07f56292\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:c:7230::2\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-01T09:17:15-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029465678131,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029465678131\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15029465710899,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029465710899\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T09:32:15-07:00\",\n                        \"checkout_id\": 37855972819251,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5224536473907,\n                                \"name\": \"#1301.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918971887923,\n                                \"created_at\": \"2024-06-01T09:17:17-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029465678131,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029465678131\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15029465710899,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029465710899\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T09:17:17-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5224536473907\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1301,\n                        \"processed_at\": \"2024-06-01T09:17:13-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"dannyduoying@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"67C4183E-98F6-4743-B876-D9551F49A62D\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:c:7230::2\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/4336a7cb1e00a948052adbf7f11bc8a8/authenticate?key=79a9964827e1f798bcbd607825973e2f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1066\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"LZPJUF7ZZ\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918971887923\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868900446515,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918971887923,\n                            \"created_at\": \"2024-06-01T09:17:17-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169723040051,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15029465678131,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868900446515\n                                },\n                                {\n                                    \"id\": 15169723072819,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15029465710899,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868900446515\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-01T09:17:17-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867892134195,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"67\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"68\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"19\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"20\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"number\": \"#1259\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 37.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-29T23:37:16.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:16.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:24.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"175\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5915421245747,\n                        \"name\": \"#1259\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kentontakata808@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"6e7fb202e4f3d2623891eb5f472fb28c\",\n                        \"app_id\": 580111,\n                        \"number\": 259,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8002395177267,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kentontakata808@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Takata\",\n                            \"created_at\": \"2024-05-29T16:37:13-07:00\",\n                            \"first_name\": \"Kenton\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-29T16:37:22-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10020633346355,\n                                \"zip\": \"41004\",\n                                \"city\": \"Brooksville\",\n                                \"name\": \"Kenton Takata\",\n                                \"phone\": \"+18086871069\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"605 Doyles Lane\",\n                                \"address2\": null,\n                                \"province\": \"Kentucky\",\n                                \"last_name\": \"Takata\",\n                                \"first_name\": \"Kenton\",\n                                \"customer_id\": 8002395177267,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"KY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8002395177267\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-29T16:37:17-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-29T16:37:17-07:00\"\n                        },\n                        \"closed_at\": \"2024-05-30T15:13:44-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"aed48f7dbe1748490d0d7405ae598e94\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"172.58.146.54\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFozQjY0TkU0M0U5WDVQWlA2S1dWQURQ\",\n                        \"created_at\": \"2024-05-29T16:37:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15022936949043,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15022936949043\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15022936981811,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15022936981811\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-01T10:05:17-07:00\",\n                        \"checkout_id\": 37845550203187,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"37.98\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5222860587315,\n                                \"name\": \"#1259.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5915421245747,\n                                \"created_at\": \"2024-05-30T15:13:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15022936949043,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kentucky State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15022936949043\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15022936981811,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kentucky State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15022936981811\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-01T10:05:17-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9400111105500149324457\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9400111105500149324457\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400111105500149324457\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"9400111105500149324457\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5222860587315\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZepfztfgwbuEfnketfGcexU3rOEDBp9WXXLAYCCn5F0eoliDcjG2ntpfI_aem_AfeLu8SpVD2bNBglKV5PeWOUc63Kk3yFu-sqvL97F-Ih0J_25qGWgw3K6aWW8eLiNVNxkSVAg2SiJDeM3OvCHH2b&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1259,\n                        \"processed_at\": \"2024-05-29T16:37:13-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kentontakata808@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9942abcbd925c5fa8b1e9832069c3490\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.58.146.54\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20H343 Instagram 313.0.2.9.339 (iPhone10,5; iOS 16_7_8; en_US; en; scale=3.00; 1242x2208; 553462334)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4743378305331,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"41004\",\n                            \"city\": \"Brooksville\",\n                            \"name\": \"Kenton Takata\",\n                            \"phone\": \"+18086871069\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"605 Doyles Lane\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Kentucky\",\n                            \"last_name\": \"Takata\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kenton\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/6e7fb202e4f3d2623891eb5f472fb28c/authenticate?key=83be836b7a01a4e2bd6c6aa3b529db80&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"41004\",\n                            \"city\": \"Brooksville\",\n                            \"name\": \"Kenton Takata\",\n                            \"phone\": \"+18086871069\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"605 Doyles Lane\",\n                            \"address2\": null,\n                            \"latitude\": 38.653764,\n                            \"province\": \"Kentucky\",\n                            \"last_name\": \"Takata\",\n                            \"longitude\": -84.02132759999999,\n                            \"first_name\": \"Kenton\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KY\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"aed48f7dbe1748490d0d7405ae598e94\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"EUALVW0RU\",\n                        \"current_total_price\": \"37.98\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5915421245747\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"37.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6865267425587,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5915421245747,\n                            \"created_at\": \"2024-05-29T16:37:17-07:00\",\n                            \"fulfill_at\": \"2024-05-29T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15163188838707,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15022936949043,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6865267425587\n                                },\n                                {\n                                    \"id\": 15163188871475,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15022936981811,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6865267425587\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-30T15:13:44-07:00\",\n                            \"destination\": {\n                                \"id\": 6359374332211,\n                                \"zip\": \"41004\",\n                                \"city\": \"Brooksville\",\n                                \"email\": \"kentontakata808@yahoo.com\",\n                                \"phone\": \"+18086871069\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"605 Doyles Lane\",\n                                \"address2\": null,\n                                \"province\": \"Kentucky\",\n                                \"last_name\": \"Takata\",\n                                \"first_name\": \"Kenton\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 864266125619,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"69\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"70\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"21\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"22\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"number\": \"#1242\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-29T02:51:54.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:17.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"185\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Free\",\n                \"shipping_method_code\": \"custom\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5913681199411,\n                        \"name\": \"#1242\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"aysalmer@gmail.com\",\n                        \"phone\": \"+14244259300\",\n                        \"token\": \"f04e4bb7db31b68adcda114612f63d0b\",\n                        \"app_id\": 129785,\n                        \"number\": 242,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 7999348048179,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"aysalmer@gmail.com\",\n                            \"phone\": \"+14244259300\",\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Salmeron\",\n                            \"created_at\": \"2024-05-28T19:50:33-07:00\",\n                            \"first_name\": \"Ru\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-28T20:06:57-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10018402107699,\n                                \"zip\": \"90002\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Ru Salmeron\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1543 East 102nd Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Salmeron\",\n                                \"first_name\": \"Ru\",\n                                \"customer_id\": 7999348048179,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/7999348048179\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null,\n                                \"consent_collected_from\": \"SHOPIFY\"\n                            },\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-05-29T15:13:47-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"a51731078583e6da835d2caffbac8130\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1d33::8\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-05-28T19:51:54-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15018522378547,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018522378547\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15018522411315,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018522411315\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T11:59:38-07:00\",\n                        \"checkout_id\": 37841978818867,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5221648236851,\n                                \"name\": \"#1242.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5913681199411,\n                                \"created_at\": \"2024-05-29T15:13:46-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15018522378547,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018522378547\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15018522411315,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018522411315\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T11:59:38-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420900029261290357467600075104\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420900029261290357467600075104\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420900029261290357467600075104\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420900029261290357467600075104\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5221648236851\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1242,\n                        \"processed_at\": \"2024-05-28T19:51:52-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"aysalmer@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"33A87A94-6085-4900-B096-18CE5549A498\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1d33::8\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4741895782707,\n                                \"code\": \"custom\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Free\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"a53cf2ce9b5dabf5dd222b3615c29569\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/f04e4bb7db31b68adcda114612f63d0b/authenticate?key=19b9c328c38fd97c93fb38a1d329bf83&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90002\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Ru Salmeron\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1543 East 102nd Street\",\n                            \"address2\": null,\n                            \"latitude\": 33.9445249,\n                            \"province\": \"California\",\n                            \"last_name\": \"Salmeron\",\n                            \"longitude\": -118.2468622,\n                            \"first_name\": \"Ru\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1056\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WYZ9X8UL5\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5913681199411\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6863485993267,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5913681199411,\n                            \"created_at\": \"2024-05-28T19:51:55-07:00\",\n                            \"fulfill_at\": \"2024-05-28T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15158765551923,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15018522378547,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863485993267\n                                },\n                                {\n                                    \"id\": 15158765584691,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15018522411315,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863485993267\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-29T15:13:47-07:00\",\n                            \"destination\": {\n                                \"id\": 6357696086323,\n                                \"zip\": \"90002\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"aysalmer@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1543 East 102nd Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Salmeron\",\n                                \"first_name\": \"Ru\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 862486987059,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"71\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"72\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"23\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"24\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"number\": \"#1290\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T00:57:28.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:17.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:27.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"195\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918072537395,\n                        \"name\": \"#1290\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"torimcdermott@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"91633e577292bc507a116c19bb452ba9\",\n                        \"app_id\": 580111,\n                        \"number\": 290,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8008759181619,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"torimcdermott@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Allison Mc Dermott\",\n                            \"created_at\": \"2024-05-31T17:57:24-07:00\",\n                            \"first_name\": \"Victoria\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-31T17:57:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10027334893875,\n                                \"zip\": \"95961-9206\",\n                                \"city\": \"Plumas Lake\",\n                                \"name\": \"Victoria Allison Mc Dermott\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1386 Sundance Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Allison Mc Dermott\",\n                                \"first_name\": \"Victoria\",\n                                \"customer_id\": 8008759181619,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8008759181619\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-31T17:57:28-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-31T17:57:28-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:28-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"920f8d520ff0bf63045edbd86b9b8014\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"73.90.108.62\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFo4TVM3ME1IQkdFOVpNMENTS1hGQ1dN\",\n                        \"created_at\": \"2024-05-31T17:57:28-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15027836682547,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Yuba County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15027836682547\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:28-07:00\",\n                        \"checkout_id\": 37853109027123,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054629171,\n                                \"name\": \"#1290.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918072537395,\n                                \"created_at\": \"2024-06-03T15:14:28-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15027836682547,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Yuba County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15027836682547\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:28-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054629171\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Right_Column&utm_campaign=FB+%7C+EVG+%7C+Sales+%7C+All&utm_content=Static_1080x1080_orderv4\",\n                        \"order_number\": 1290,\n                        \"processed_at\": \"2024-05-31T17:57:24-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"torimcdermott@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9b5301f93ada71f588d0321d48354a68\",\n                        \"client_details\": {\n                            \"browser_ip\": \"73.90.108.62\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-F721U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 420dpi; 1080x2420; samsung; SM-F721U; b4q; qcom; en_US; 604247760)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4745323807027,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Yuba County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95961-9206\",\n                            \"city\": \"Plumas Lake\",\n                            \"name\": \"Victoria Allison Mc Dermott\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1386 Sundance Dr\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Allison Mc Dermott\",\n                            \"longitude\": null,\n                            \"first_name\": \"Victoria\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/91633e577292bc507a116c19bb452ba9/authenticate?key=09f334db555a8f56ad7467a424135f2d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"95961-9206\",\n                            \"city\": \"Plumas Lake\",\n                            \"name\": \"Victoria Allison Mc Dermott\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1386 Sundance Dr\",\n                            \"address2\": null,\n                            \"latitude\": 39.0077192,\n                            \"province\": \"California\",\n                            \"last_name\": \"Allison Mc Dermott\",\n                            \"longitude\": -121.5476486,\n                            \"first_name\": \"Victoria\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"920f8d520ff0bf63045edbd86b9b8014\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"AKRCL8R65\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918072537395\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6867990937907,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918072537395,\n                            \"created_at\": \"2024-05-31T17:57:28-07:00\",\n                            \"fulfill_at\": \"2024-05-31T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15168092963123,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15027836682547,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867990937907\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:28-07:00\",\n                            \"destination\": {\n                                \"id\": 6361787990323,\n                                \"zip\": \"95961-9206\",\n                                \"city\": \"Plumas Lake\",\n                                \"email\": \"torimcdermott@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1386 Sundance Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Allison Mc Dermott\",\n                                \"first_name\": \"Victoria\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 866983575859,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:26.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"73\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"74\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"25\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"number\": \"#1339\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T01:30:10.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:18.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:28.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"202\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920816005427,\n                        \"name\": \"#1339\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"goldbergblack@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"ef1bb49d2c860d8d0a46356b4f52bb53\",\n                        \"app_id\": 580111,\n                        \"number\": 339,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015944417587,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"goldbergblack@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Goldberg\",\n                            \"created_at\": \"2024-06-02T18:28:46-07:00\",\n                            \"first_name\": \"sarah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T18:30:15-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038384132403,\n                                \"zip\": \"95018-9118\",\n                                \"city\": \"Felton\",\n                                \"name\": \"sarah Goldberg\",\n                                \"phone\": \"+14083754778\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"772 Hillcrest Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Goldberg\",\n                                \"first_name\": \"sarah\",\n                                \"customer_id\": 8015944417587,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015944417587\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T18:30:10-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T18:30:10-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:29-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"4b46643e4edf8b3859533a9828a663d7\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1010:b1ab:b059:5c9c:5dbf:5e29:a31e\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpEVkNGUUZKNzgzMzRYQlk3NlI4WFFQ\",\n                        \"created_at\": \"2024-06-02T18:30:10-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032773411123,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Santa Cruz County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032773411123\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:29-07:00\",\n                        \"checkout_id\": 37861492490547,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054661939,\n                                \"name\": \"#1339.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920816005427,\n                                \"created_at\": \"2024-06-03T15:14:29-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032773411123,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0175,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Santa Cruz County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032773411123\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:29-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054661939\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2XYeOeTIlv4xHg7IWF-iBXylUpqYGDVKXN9G2bzvT9tvqetQZUuXuzBrM_aem_AfQxY-mivKHW2fhkkQLbflsRBW1fvP0iBNafSVAjGdeIjOjTWZeM1vT3JjjismrSZyS4udyuBxeEgOAEopsDd6xQ&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1339,\n                        \"processed_at\": \"2024-06-02T18:30:06-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"goldbergblack@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"204aff52a85055570762fc83c6a17a9d\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1010:b1ab:b059:5c9c:5dbf:5e29:a31e\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S916U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747394285875,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Santa Cruz County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95018-9118\",\n                            \"city\": \"Felton\",\n                            \"name\": \"sarah Goldberg\",\n                            \"phone\": \"+14083754778\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"772 Hillcrest Dr\",\n                            \"address2\": null,\n                            \"latitude\": 37.04203469999999,\n                            \"province\": \"California\",\n                            \"last_name\": \"Goldberg\",\n                            \"longitude\": -122.0817455,\n                            \"first_name\": \"sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/ef1bb49d2c860d8d0a46356b4f52bb53/authenticate?key=4959ad799df81f4ee109688bf6f2f162&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"95018-9118\",\n                            \"city\": \"Felton\",\n                            \"name\": \"sarah Goldberg\",\n                            \"phone\": \"+14083754778\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"772 Hillcrest Dr\",\n                            \"address2\": null,\n                            \"latitude\": 37.04203469999999,\n                            \"province\": \"California\",\n                            \"last_name\": \"Goldberg\",\n                            \"longitude\": -122.0817455,\n                            \"first_name\": \"sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"4b46643e4edf8b3859533a9828a663d7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"T7MKEAME9\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920816005427\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870765207859,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920816005427,\n                            \"created_at\": \"2024-06-02T18:30:10-07:00\",\n                            \"fulfill_at\": \"2024-06-02T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15173007802675,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032773411123,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870765207859\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:29-07:00\",\n                            \"destination\": {\n                                \"id\": 6364167733555,\n                                \"zip\": \"95018-9118\",\n                                \"city\": \"Felton\",\n                                \"email\": \"goldbergblack@gmail.com\",\n                                \"phone\": \"+14083754778\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"772 Hillcrest Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Goldberg\",\n                                \"first_name\": \"sarah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869754175795,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:28.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"75\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"76\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"26\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"number\": \"#1337\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T00:32:37.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:19.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:29.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"209\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920770195763,\n                        \"name\": \"#1337\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"t_e_royer@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"8c86b0f4ee6cbf79a4252287edd54b35\",\n                        \"app_id\": 580111,\n                        \"number\": 337,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015876751667,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"t_e_royer@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Royer\",\n                            \"created_at\": \"2024-06-02T17:32:32-07:00\",\n                            \"first_name\": \"Trina\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T17:32:42-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038329409843,\n                                \"zip\": \"47283\",\n                                \"city\": \"Westport\",\n                                \"name\": \"Trina Royer\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"8072 W County Rd. 1270 S\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Royer\",\n                                \"first_name\": \"Trina\",\n                                \"customer_id\": 8015876751667,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IN\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015876751667\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T17:32:37-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T17:32:37-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:30-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"8788a5f7c7efa9411781ebc78a878eb7\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.202.96.168\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpEUjFaMU0xWkc2QTVXWDJWNTE2QzVK\",\n                        \"created_at\": \"2024-06-02T17:32:37-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032702599475,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032702599475\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:30-07:00\",\n                        \"checkout_id\": 37861352767795,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054694707,\n                                \"name\": \"#1337.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920770195763,\n                                \"created_at\": \"2024-06-03T15:14:30-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032702599475,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.07,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Indiana State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032702599475\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:30-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054694707\"\n                            }\n                        ],\n                        \"landing_site\": \"/private_access_tokens?id=81e4da5dcaf4c204e62600ec0e1d499f&checkout_type=c1\",\n                        \"order_number\": 1337,\n                        \"processed_at\": \"2024-06-02T17:32:32-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"t_e_royer@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"81e4da5dcaf4c204e62600ec0e1d499f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.202.96.168\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone12,3;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://onlyhydration.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747354833203,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"47283\",\n                            \"city\": \"Westport\",\n                            \"name\": \"Trina Royer\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8072 W County Rd. 1270 S\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Royer\",\n                            \"longitude\": null,\n                            \"first_name\": \"Trina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/8c86b0f4ee6cbf79a4252287edd54b35/authenticate?key=7fc38fb2eaa490abaf01f6f332486757&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"47283\",\n                            \"city\": \"Westport\",\n                            \"name\": \"Trina Royer\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8072 W County Rd. 1270 S\",\n                            \"address2\": null,\n                            \"latitude\": 39.1516405,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Royer\",\n                            \"longitude\": -85.6325215,\n                            \"first_name\": \"Trina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"8788a5f7c7efa9411781ebc78a878eb7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"FD4AF5Y7A\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920770195763\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870718480691,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920770195763,\n                            \"created_at\": \"2024-06-02T17:32:37-07:00\",\n                            \"fulfill_at\": \"2024-06-02T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172937449779,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032702599475,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870718480691\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:30-07:00\",\n                            \"destination\": {\n                                \"id\": 6364123824435,\n                                \"zip\": \"47283\",\n                                \"city\": \"Westport\",\n                                \"email\": \"t_e_royer@hotmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"8072 W County Rd. 1270 S\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Royer\",\n                                \"first_name\": \"Trina\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869707514163,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:29.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"77\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"78\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"27\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"number\": \"#1336\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T00:30:21.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:20.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:31.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"216\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920768721203,\n                        \"name\": \"#1336\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"bellagarcia2200@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"cd32dc249d6624377d9b4e8114dc5cbe\",\n                        \"app_id\": 580111,\n                        \"number\": 336,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015874097459,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"bellagarcia2200@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Garcia\",\n                            \"created_at\": \"2024-06-02T17:30:17-07:00\",\n                            \"first_name\": \"Annabella\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T17:30:26-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038327443763,\n                                \"zip\": \"93308\",\n                                \"city\": \"Bakersfield\",\n                                \"name\": \"Annabella Garcia\",\n                                \"phone\": \"+16617036651\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"7212 Cedarcrest Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Garcia\",\n                                \"first_name\": \"Annabella\",\n                                \"customer_id\": 8015874097459,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015874097459\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T17:30:21-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T17:30:21-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:31-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ea8d938805b913b9b5782effef86d3a3\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1700:de90:62c0:8d5f:75c6:6d2a:51f1\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpEUjBCOThBM0dWTTg1QjBZNjQwSjlS\",\n                        \"created_at\": \"2024-06-02T17:30:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032699912499,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kern County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032699912499\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:31-07:00\",\n                        \"checkout_id\": 37861351358771,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054727475,\n                                \"name\": \"#1336.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920768721203,\n                                \"created_at\": \"2024-06-03T15:14:31-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032699912499,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kern County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032699912499\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:31-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054727475\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZu7K-CzmBxEnfrR5e6kIhzBAl24Zg-NSilXidGW4TzRipQ-8nWtqCm79M_aem_AbEQL1thSLzcxHx4R4ax9z6PlBFtNJf0XZujs-JgZwINCEpefK8q3vDIiesF1hFHW7b2FFkAd2PwBG3tzgOWSOzE&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1336,\n                        \"processed_at\": \"2024-06-02T17:30:17-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"bellagarcia2200@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"5181c075b5fb8f112c3e0ae8b2d446bb\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1700:de90:62c0:8d5f:75c6:6d2a:51f1\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21C66 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_2_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747353588019,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kern County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"93308\",\n                            \"city\": \"Bakersfield\",\n                            \"name\": \"Annabella Garcia\",\n                            \"phone\": \"+16617036651\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7212 Cedarcrest Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Garcia\",\n                            \"longitude\": null,\n                            \"first_name\": \"Annabella\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/cd32dc249d6624377d9b4e8114dc5cbe/authenticate?key=bfad1503a4f1a8bb7da405436ba3655c&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"93308\",\n                            \"city\": \"Bakersfield\",\n                            \"name\": \"Annabella Garcia\",\n                            \"phone\": \"+16617036651\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7212 Cedarcrest Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 35.4211528,\n                            \"province\": \"California\",\n                            \"last_name\": \"Garcia\",\n                            \"longitude\": -119.0829226,\n                            \"first_name\": \"Annabella\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"ea8d938805b913b9b5782effef86d3a3\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"6N8GEYR1Y\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920768721203\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870717006131,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920768721203,\n                            \"created_at\": \"2024-06-02T17:30:21-07:00\",\n                            \"fulfill_at\": \"2024-06-02T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172934762803,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032699912499,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870717006131\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:31-07:00\",\n                            \"destination\": {\n                                \"id\": 6364122382643,\n                                \"zip\": \"93308\",\n                                \"city\": \"Bakersfield\",\n                                \"email\": \"bellagarcia2200@gmail.com\",\n                                \"phone\": \"+16617036651\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"7212 Cedarcrest Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Garcia\",\n                                \"first_name\": \"Annabella\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869706039603,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:30.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"79\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"80\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"28\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"16\",\n            \"attributes\": {\n                \"number\": \"#1335\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T00:03:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:21.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:32.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"223\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920746504499,\n                        \"name\": \"#1335\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sasami227@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"e17c4c2302393370803e63a0206b630d\",\n                        \"app_id\": 580111,\n                        \"number\": 335,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015841526067,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sasami227@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"davis\",\n                            \"created_at\": \"2024-06-02T17:03:13-07:00\",\n                            \"first_name\": \"seirah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T17:03:23-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038302146867,\n                                \"zip\": \"19150\",\n                                \"city\": \"Philadelphia\",\n                                \"name\": \"seirah davis\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1105 East Durham Street  North Philadelphia\",\n                                \"address2\": null,\n                                \"province\": \"Pennsylvania\",\n                                \"last_name\": \"davis\",\n                                \"first_name\": \"seirah\",\n                                \"customer_id\": 8015841526067,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"PA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015841526067\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T17:03:18-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T17:03:18-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:32-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"22f10b7dffc01926bf0f217d09322886\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.02,\n                                \"price\": \"0.08\",\n                                \"title\": \"Philadelphia County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"0.24\",\n                                \"title\": \"Pennsylvania State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"173.62.198.24\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpEUEVaN1BTQjhWR1hUQVc4QzlKMTZE\",\n                        \"created_at\": \"2024-06-02T17:03:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032666095923,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Philadelphia County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pennsylvania State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032666095923\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:32-07:00\",\n                        \"checkout_id\": 37861289099571,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054793011,\n                                \"name\": \"#1335.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920746504499,\n                                \"created_at\": \"2024-06-03T15:14:31-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032666095923,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Philadelphia County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Pennsylvania State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032666095923\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:31-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054793011\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZfVZCU7zRuiJ8ra5TEVjfRjsr0m-6tLPJGzN7pLeFpCIIC40Rn_OdTqf0_aem_AfTb5nauwUQ6O3fCVdCurGJxD-A2KRqOdNGcBgGXr5wssvUimI8B0DxIFViz9qIh4gPSlM2S34albk2NpkD3NW_z&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1335,\n                        \"processed_at\": \"2024-06-02T17:03:13-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sasami227@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"a539bf8e899c7ffd70ca7a59abde9666\",\n                        \"client_details\": {\n                            \"browser_ip\": \"173.62.198.24\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,3; iOS 17_4_1; en_US; en; scale=3.00; 1284x2778; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747334517043,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.08\",\n                                        \"title\": \"Philadelphia County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.24\",\n                                        \"title\": \"Pennsylvania State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"19150\",\n                            \"city\": \"Philadelphia\",\n                            \"name\": \"seirah davis\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1105 East Durham Street  North Philadelphia\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Pennsylvania\",\n                            \"last_name\": \"davis\",\n                            \"longitude\": null,\n                            \"first_name\": \"seirah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"PA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/e17c4c2302393370803e63a0206b630d/authenticate?key=4154c6532afbe98f9da2e5e60b4e5d48&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"19150\",\n                            \"city\": \"Philadelphia\",\n                            \"name\": \"seirah davis\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1105 East Durham Street  North Philadelphia\",\n                            \"address2\": null,\n                            \"latitude\": 40.071401,\n                            \"province\": \"Pennsylvania\",\n                            \"last_name\": \"davis\",\n                            \"longitude\": -75.17712159999999,\n                            \"first_name\": \"seirah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"PA\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"22f10b7dffc01926bf0f217d09322886\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"CYJFGHVYH\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920746504499\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870694625587,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920746504499,\n                            \"created_at\": \"2024-06-02T17:03:18-07:00\",\n                            \"fulfill_at\": \"2024-06-02T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172901208371,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032666095923,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870694625587\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:32-07:00\",\n                            \"destination\": {\n                                \"id\": 6364100231475,\n                                \"zip\": \"19150\",\n                                \"city\": \"Philadelphia\",\n                                \"email\": \"sasami227@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1105 East Durham Street  North Philadelphia\",\n                                \"address2\": null,\n                                \"province\": \"Pennsylvania\",\n                                \"last_name\": \"davis\",\n                                \"first_name\": \"seirah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869683757363,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:32.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"81\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"82\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"29\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"number\": \"#1334\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T23:48:04.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:21.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:33.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"230\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920736706867,\n                        \"name\": \"#1334\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"margaret.ha6@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"b4c5f3800244f67c6768252f103c839d\",\n                        \"app_id\": 580111,\n                        \"number\": 334,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015825076531,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"margaret.ha6@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Ha\",\n                            \"created_at\": \"2024-06-02T16:47:59-07:00\",\n                            \"first_name\": \"Margaret\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T16:48:09-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038289531187,\n                                \"zip\": \"92869\",\n                                \"city\": \"Orange\",\n                                \"name\": \"Margaret Ha\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2507 E Palmyra Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ha\",\n                                \"first_name\": \"Margaret\",\n                                \"customer_id\": 8015825076531,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015825076531\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T16:48:04-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T16:48:04-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:33-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"7b434ebd17e8b2474f0358f4eac9b4d1\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"104.35.81.12\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpETko1MktUTVNKMFZIUk1SRlJQQ0FG\",\n                        \"created_at\": \"2024-06-02T16:48:04-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032649285939,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032649285939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:33-07:00\",\n                        \"checkout_id\": 37861261705523,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054825779,\n                                \"name\": \"#1334.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920736706867,\n                                \"created_at\": \"2024-06-03T15:14:32-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032649285939,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032649285939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:32-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054825779\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaalgT4KtD5rS5o0exEwUjRlVjru1t-DQHJZL_W9FKSlgxB0N_PekGirFVU_aem_AfTp_Xw5_fFNT82yMGh-2VhH41hMuJPw3AArHS13ZoArP5EDPvq5z1FxMzyBc2zrFfPOwICOndp9_9Zw4wEvbIae&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1334,\n                        \"processed_at\": \"2024-06-02T16:47:59-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"margaret.ha6@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d3bb0389570b9d7d09e6f6dd4f38c605\",\n                        \"client_details\": {\n                            \"browser_ip\": \"104.35.81.12\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone15,2; iOS 17_5_1; en_US; en; scale=3.00; 1179x2556; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747326619955,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92869\",\n                            \"city\": \"Orange\",\n                            \"name\": \"Margaret Ha\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3548 East Barrington Drive\",\n                            \"address2\": null,\n                            \"latitude\": 33.7953562,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ha\",\n                            \"longitude\": -117.8156417,\n                            \"first_name\": \"Margaret\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b4c5f3800244f67c6768252f103c839d/authenticate?key=6ae3b4e0910fd175c4f9fec0001a96a0&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92869\",\n                            \"city\": \"Orange\",\n                            \"name\": \"Margaret Ha\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2507 E Palmyra Ave\",\n                            \"address2\": null,\n                            \"latitude\": 33.7843324,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ha\",\n                            \"longitude\": -117.8268351,\n                            \"first_name\": \"Margaret\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"7b434ebd17e8b2474f0358f4eac9b4d1\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"C76DAGRNA\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920736706867\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870684795187,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920736706867,\n                            \"created_at\": \"2024-06-02T16:48:04-07:00\",\n                            \"fulfill_at\": \"2024-06-02T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172884496691,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032649285939,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870684795187\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:32-07:00\",\n                            \"destination\": {\n                                \"id\": 6364089712947,\n                                \"zip\": \"92869\",\n                                \"city\": \"Orange\",\n                                \"email\": \"margaret.ha6@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2507 E Palmyra Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ha\",\n                                \"first_name\": \"Margaret\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869673926963,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:33.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"83\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"84\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"30\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"number\": \"#1333\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T21:48:34.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:22.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:35.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"237\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920652099891,\n                        \"name\": \"#1333\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kelleysykim@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"5aad55234c865583cf022bc39e9f6c8c\",\n                        \"app_id\": 580111,\n                        \"number\": 333,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015691284787,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kelleysykim@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Kim\",\n                            \"created_at\": \"2024-06-02T14:48:30-07:00\",\n                            \"first_name\": \"Kelley\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T14:48:39-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038190309683,\n                                \"zip\": \"90045\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Kelley Kim\",\n                                \"phone\": \"+17132523661\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5921 Center Drive\",\n                                \"address2\": \"Apt 211\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Kim\",\n                                \"first_name\": \"Kelley\",\n                                \"customer_id\": 8015691284787,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015691284787\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:33-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d852b7bb758687a53984bb113eaffe3a\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1700:46b3:4610:2d1a:b64a:7279:a83c\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpERVIzMjUyOVlTNjZFS1c2Q0tEUTNF\",\n                        \"created_at\": \"2024-06-02T14:48:34-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032501240115,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032501240115\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:33-07:00\",\n                        \"checkout_id\": 37861013225779,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054891315,\n                                \"name\": \"#1333.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920652099891,\n                                \"created_at\": \"2024-06-03T15:14:33-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032501240115,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032501240115\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:33-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054891315\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaahLU1_3EL1uvfviv6SU5qzp-PUd8GnQbJ-UD_3qpHm56vSxH7iLiMTugg_aem_AfQRzOrtWFZ7qRilykDEVzWw8u4xkswRZszsVLINAX2ALoTt5eB13H2-CfNWFvrH0J0Tz-38WKIvy9ZGk0qK-imy&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1333,\n                        \"processed_at\": \"2024-06-02T14:48:30-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kelleysykim@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"0e6f1ef973b2335ef038380779e0435c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1700:46b3:4610:2d1a:b64a:7279:a83c\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 329.0.6.27.88 (iPhone12,5; iOS 17_4_1; en_US; en; scale=3.00; 1242x2688; 593314425)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747263312179,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90045\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Kelley Kim\",\n                            \"phone\": \"+17132523661\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5921 Center Drive\",\n                            \"address2\": \"Apt 211\",\n                            \"latitude\": 33.9759323,\n                            \"province\": \"California\",\n                            \"last_name\": \"Kim\",\n                            \"longitude\": -118.3872276,\n                            \"first_name\": \"Kelley\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5aad55234c865583cf022bc39e9f6c8c/authenticate?key=65f4f9dc41d1e3ad8a4a35502d0690eb&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90045\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Kelley Kim\",\n                            \"phone\": \"+17132523661\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5921 Center Drive\",\n                            \"address2\": \"Apt 211\",\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Kim\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kelley\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"d852b7bb758687a53984bb113eaffe3a\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N9JNAZAJN\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920652099891\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870598582579,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920652099891,\n                            \"created_at\": \"2024-06-02T14:48:35-07:00\",\n                            \"fulfill_at\": \"2024-06-02T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172738351411,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032501240115,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870598582579\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:33-07:00\",\n                            \"destination\": {\n                                \"id\": 6364012151091,\n                                \"zip\": \"90045\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"kelleysykim@gmail.com\",\n                                \"phone\": \"+17132523661\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5921 Center Drive\",\n                                \"address2\": \"Apt 211\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Kim\",\n                                \"first_name\": \"Kelley\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869587943731,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:34.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"85\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"86\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"31\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"19\",\n            \"attributes\": {\n                \"number\": \"#1332\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.36,\n                \"discount\": 0,\n                \"total\": 4.35,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T21:39:25.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:23.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:36.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"244\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920645022003,\n                        \"name\": \"#1332\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"hip.stir7@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"1222bf35429d8f817e71e5e17a28545a\",\n                        \"app_id\": 580111,\n                        \"number\": 332,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015680766259,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"hip.stir7@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"McLean\",\n                            \"created_at\": \"2024-06-02T14:39:20-07:00\",\n                            \"first_name\": \"Kadi\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T14:39:30-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038182740275,\n                                \"zip\": \"30318\",\n                                \"city\": \"Atlanta\",\n                                \"name\": \"Kadi McLean\",\n                                \"phone\": \"+15613121262\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1040 Huff Road Northwest\",\n                                \"address2\": \"3130\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"McLean\",\n                                \"first_name\": \"Kadi\",\n                                \"customer_id\": 8015680766259,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"GA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015680766259\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T14:39:25-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T14:39:25-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:34-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"3f64acd69c9a3e1eb5a7428d9fe4df53\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.03,\n                                \"price\": \"0.12\",\n                                \"title\": \"Fulton County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.12\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.12\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.015,\n                                \"price\": \"0.06\",\n                                \"title\": \"Atlanta City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.004,\n                                \"price\": \"0.02\",\n                                \"title\": \"Atlanta Tsplost Tl\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Georgia State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.36\",\n                        \"browser_ip\": \"2607:fb90:e31d:8f8:3d3c:43f7:6923:5a9\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpERThDSjlIUFpaWERQMEdTWEhCWTJL\",\n                        \"created_at\": \"2024-06-02T14:39:25-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032490164531,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Fulton County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Atlanta City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.004,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Atlanta Tsplost Tl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032490164531\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:34-07:00\",\n                        \"checkout_id\": 37860993696051,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.35\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054924083,\n                                \"name\": \"#1332.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920645022003,\n                                \"created_at\": \"2024-06-03T15:14:34-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032490164531,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Fulton County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.015,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Atlanta City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.004,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Atlanta Tsplost Tl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Georgia State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032490164531\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:34-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054924083\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZEJgGCAoY_PaCjPrgVZ2ZqJiSw3uCy1Gc-8bcii8EqzfHG8bPhX0IgvrY_aem_AfQlicf7vJex3Iw-mSeUgXnmPCWPmiSeYVh3VeUXb0ddmPFUrq_uchJQEU_KLAbRas4I7J-SvXLBZ1ha2vOAwClv&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1332,\n                        \"processed_at\": \"2024-06-02T14:39:20-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"hip.stir7@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"7f01f3a615a08601a7188184823a7323\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:e31d:8f8:3d3c:43f7:6923:5a9\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20H343 Instagram 333.1.4.32.95 (iPhone10,2; iOS 16_7_8; en_US; en; scale=3.00; 1242x2208; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747258626355,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.12\",\n                                        \"title\": \"Fulton County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.12\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.12\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.06\",\n                                        \"title\": \"Atlanta City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.004,\n                                        \"price\": \"0.02\",\n                                        \"title\": \"Atlanta Tsplost Tl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"30318\",\n                            \"city\": \"Atlanta\",\n                            \"name\": \"Kadi McLean\",\n                            \"phone\": \"+15613121262\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1040 Huff Road Northwest\",\n                            \"address2\": \"3130\",\n                            \"latitude\": null,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"McLean\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kadi\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/1222bf35429d8f817e71e5e17a28545a/authenticate?key=af9eae38b86de6deca2cf9b4d0caf155&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"30318\",\n                            \"city\": \"Atlanta\",\n                            \"name\": \"Kadi McLean\",\n                            \"phone\": \"+15613121262\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1040 Huff Road Northwest\",\n                            \"address2\": \"3130\",\n                            \"latitude\": 33.7887047,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"McLean\",\n                            \"longitude\": -84.421877,\n                            \"first_name\": \"Kadi\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"current_total_tax\": \"0.36\",\n                        \"source_identifier\": \"3f64acd69c9a3e1eb5a7428d9fe4df53\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VFG2GULQP\",\n                        \"current_total_price\": \"4.35\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920645022003\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870591439155,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920645022003,\n                            \"created_at\": \"2024-06-02T14:39:25-07:00\",\n                            \"fulfill_at\": \"2024-06-02T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172727406899,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032490164531,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870591439155\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:34-07:00\",\n                            \"destination\": {\n                                \"id\": 6364006809907,\n                                \"zip\": \"30318\",\n                                \"city\": \"Atlanta\",\n                                \"email\": \"hip.stir7@gmail.com\",\n                                \"phone\": \"+15613121262\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1040 Huff Road Northwest\",\n                                \"address2\": \"3130\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"McLean\",\n                                \"first_name\": \"Kadi\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869580800307,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:36.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"87\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"88\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"32\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"20\",\n            \"attributes\": {\n                \"number\": \"#1330\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T19:43:24.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:24.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:38.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"251\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920494453043,\n                        \"name\": \"#1330\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"marinatan@utexas.edu\",\n                        \"phone\": null,\n                        \"token\": \"bd5fb2a29cbb192ef817c7e40d12466f\",\n                        \"app_id\": 580111,\n                        \"number\": 330,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015519547699,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"marinatan@utexas.edu\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Tan\",\n                            \"created_at\": \"2024-06-02T12:43:20-07:00\",\n                            \"first_name\": \"Marina\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T12:43:29-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038035415347,\n                                \"zip\": \"77008\",\n                                \"city\": \"Houston\",\n                                \"name\": \"Marina Tan\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2220 Pinegate Dr\",\n                                \"address2\": \"356\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Tan\",\n                                \"first_name\": \"Marina\",\n                                \"customer_id\": 8015519547699,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015519547699\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T12:43:24-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T12:43:24-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:35-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"2834173ed3181f2934fa68f21dd5cc8e\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Houston City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Houston Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"107.129.22.28\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpEN0tUWFFXRjhOOTFRV0pHSFE3RzMz\",\n                        \"created_at\": \"2024-06-02T12:43:24-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032219894067,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Houston City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Houston Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032219894067\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:35-07:00\",\n                        \"checkout_id\": 37860690133299,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227054956851,\n                                \"name\": \"#1330.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920494453043,\n                                \"created_at\": \"2024-06-03T15:14:35-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032219894067,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Houston City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Houston Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032219894067\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:35-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227054956851\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYyoTylCicFu2YOzrhAZZIALkjchBzvDbyb2hRF8rmj7mNgZJ90wk2T6nk_aem_AbOPLpRFfu7a7vvDG-aN7mQbuNyvsdhho57PQ7lUNZf1uVRwVWG7GojA1r0VletUKV7xJyDDGuy0gaKJQFWwHV-N&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1330,\n                        \"processed_at\": \"2024-06-02T12:43:20-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"marinatan@utexas.edu\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"58acf031ad5e5500d5b6a6bdfc8df318\",\n                        \"client_details\": {\n                            \"browser_ip\": \"107.129.22.28\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747138990387,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Houston City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Houston Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"77479\",\n                            \"city\": \"Sugar Land\",\n                            \"name\": \"Marina Tan\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2606\",\n                            \"address2\": \"Sentry Oak Way\",\n                            \"latitude\": 29.5662952,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Tan\",\n                            \"longitude\": -95.6142558,\n                            \"first_name\": \"Marina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/bd5fb2a29cbb192ef817c7e40d12466f/authenticate?key=ad11c5a7eddec4e5548db66c42d4fa1d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"77008\",\n                            \"city\": \"Houston\",\n                            \"name\": \"Marina Tan\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2220 Pinegate Dr\",\n                            \"address2\": \"356\",\n                            \"latitude\": 29.8095545,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Tan\",\n                            \"longitude\": -95.4366716,\n                            \"first_name\": \"Marina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"2834173ed3181f2934fa68f21dd5cc8e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"5ELDC08VK\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920494453043\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870439297331,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920494453043,\n                            \"created_at\": \"2024-06-02T12:43:24-07:00\",\n                            \"fulfill_at\": \"2024-06-02T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172459036979,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032219894067,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870439297331\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:35-07:00\",\n                            \"destination\": {\n                                \"id\": 6363878785331,\n                                \"zip\": \"77008\",\n                                \"city\": \"Houston\",\n                                \"email\": \"marinatan@utexas.edu\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2220 Pinegate Dr\",\n                                \"address2\": \"356\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Tan\",\n                                \"first_name\": \"Marina\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869428822323,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:37.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"89\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"90\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"33\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"21\",\n            \"attributes\": {\n                \"number\": \"#1328\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.38,\n                \"discount\": 0,\n                \"total\": 4.37,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T19:30:00.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:24.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:39.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"258\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920481149235,\n                        \"name\": \"#1328\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"allynicole@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"7d36a855258c5ebb596199222b3a738e\",\n                        \"app_id\": 580111,\n                        \"number\": 328,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015500673331,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"allynicole@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Goddard\",\n                            \"created_at\": \"2024-06-02T12:29:56-07:00\",\n                            \"first_name\": \"Allison\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T12:30:05-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038020964659,\n                                \"zip\": \"37660\",\n                                \"city\": \"Kingsport\",\n                                \"name\": \"Allison Goddard\",\n                                \"phone\": \"+14238636464\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"926 Larry Neil Way\",\n                                \"address2\": \"Apt 10\",\n                                \"province\": \"Tennessee\",\n                                \"last_name\": \"Goddard\",\n                                \"first_name\": \"Allison\",\n                                \"customer_id\": 8015500673331,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TN\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015500673331\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T12:30:00-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T12:30:00-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:37-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"768f915890d5a79a6a7302349cf89144\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0225,\n                                \"price\": \"0.09\",\n                                \"title\": \"Sullivan County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0025,\n                                \"price\": \"0.01\",\n                                \"title\": \"Kingsport City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.07,\n                                \"price\": \"0.28\",\n                                \"title\": \"Tennessee State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.28\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.28\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.38\",\n                        \"browser_ip\": \"2600:1004:b11c:3ee:fd05:efec:75d9:dd63\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpENlQ4NDE3TldINEM3M0NRRFZBVEpE\",\n                        \"created_at\": \"2024-06-02T12:30:00-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032194072883,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sullivan County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kingsport City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Tennessee State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032194072883\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:37-07:00\",\n                        \"checkout_id\": 37860647764275,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.37\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055022387,\n                                \"name\": \"#1328.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920481149235,\n                                \"created_at\": \"2024-06-03T15:14:36-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032194072883,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Sullivan County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kingsport City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Tennessee State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032194072883\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:36-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055022387\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabZtVM6u8TDcFdySS07ujZ0nTqDynlxCK1i_5HgZ02G2STlvlh-ZFeOqsE_aem_AbOg-ijhqGzfC88mJvBTY6iQtPcTjbSRi_lf7Y6ZLjvPACWCVXQvN1R8htflRfe7uUcQm8rOJFUqsak5bh1BcdX8&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1328,\n                        \"processed_at\": \"2024-06-02T12:29:56-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"allynicole@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.38\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.38\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"40fa8b6b7c8e5a96759e89db23dd15cf\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1004:b11c:3ee:fd05:efec:75d9:dd63\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 9; SM-G955U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.113 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (28/9; 420dpi; 1080x2094; samsung; SM-G955U; dream2qltesq; qcom; en_US; 604247854)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747130208563,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Sullivan County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Kingsport City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.28\",\n                                        \"title\": \"Tennessee State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.28\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.28\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"37660\",\n                            \"city\": \"Kingsport\",\n                            \"name\": \"Allison Goddard\",\n                            \"phone\": \"+14238636464\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"926 Larry Neil Way\",\n                            \"address2\": \"Apt 10\",\n                            \"latitude\": null,\n                            \"province\": \"Tennessee\",\n                            \"last_name\": \"Goddard\",\n                            \"longitude\": null,\n                            \"first_name\": \"Allison\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.37\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.37\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/7d36a855258c5ebb596199222b3a738e/authenticate?key=359f15b1f38c447cec75d45b52280f95&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"37660\",\n                            \"city\": \"Kingsport\",\n                            \"name\": \"Allison Goddard\",\n                            \"phone\": \"+14238636464\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"926 Larry Neil Way\",\n                            \"address2\": \"Apt 10\",\n                            \"latitude\": 36.563538,\n                            \"province\": \"Tennessee\",\n                            \"last_name\": \"Goddard\",\n                            \"longitude\": -82.5539812,\n                            \"first_name\": \"Allison\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TN\"\n                        },\n                        \"current_total_tax\": \"0.38\",\n                        \"source_identifier\": \"768f915890d5a79a6a7302349cf89144\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"9P4HU52DY\",\n                        \"current_total_price\": \"4.37\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920481149235\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.38\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.38\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.37\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.37\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870425895219,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920481149235,\n                            \"created_at\": \"2024-06-02T12:30:00-07:00\",\n                            \"fulfill_at\": \"2024-06-02T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172433510707,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032194072883,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870425895219\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:37-07:00\",\n                            \"destination\": {\n                                \"id\": 6363868922163,\n                                \"zip\": \"37660\",\n                                \"city\": \"Kingsport\",\n                                \"email\": \"allynicole@gmail.com\",\n                                \"phone\": \"+14238636464\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"926 Larry Neil Way\",\n                                \"address2\": \"Apt 10\",\n                                \"province\": \"Tennessee\",\n                                \"last_name\": \"Goddard\",\n                                \"first_name\": \"Allison\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869415420211,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:39.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"91\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"92\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"34\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"22\",\n            \"attributes\": {\n                \"number\": \"#1327\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.28,\n                \"discount\": 0,\n                \"total\": 4.27,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T19:24:44.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:25.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:41.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"265\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920475250995,\n                        \"name\": \"#1327\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"peaceducky@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"d9ef7fec1d49b1a2a5517b66c743cf09\",\n                        \"app_id\": 580111,\n                        \"number\": 327,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015493497139,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"peaceducky@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Phillips\",\n                            \"created_at\": \"2024-06-02T12:24:41-07:00\",\n                            \"first_name\": \"Mickayla\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T12:24:49-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038014902579,\n                                \"zip\": \"27376\",\n                                \"city\": \"West End\",\n                                \"name\": \"Mickayla Phillips\",\n                                \"phone\": \"253-561-9065\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5121 7 Lks W\",\n                                \"address2\": \"110 Fawnwood Dr\",\n                                \"province\": \"North Carolina\",\n                                \"last_name\": \"Phillips\",\n                                \"first_name\": \"Mickayla\",\n                                \"customer_id\": 8015493497139,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NC\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015493497139\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T12:24:44-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T12:24:44-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:38-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"4c5da4d98cb642aa8d63134a471e5dd2\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0225,\n                                \"price\": \"0.09\",\n                                \"title\": \"Moore County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0475,\n                                \"price\": \"0.19\",\n                                \"title\": \"North Carolina State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.28\",\n                        \"browser_ip\": \"2603:6081:3c02:5f66:a02a:51a9:631d:6777\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpENkhLWUE1WUhNRkNQSFdaVEZKNFNI\",\n                        \"created_at\": \"2024-06-02T12:24:44-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032181817651,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Moore County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"North Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032181817651\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:38-07:00\",\n                        \"checkout_id\": 37860633837875,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.27\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055055155,\n                                \"name\": \"#1327.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920475250995,\n                                \"created_at\": \"2024-06-03T15:14:38-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032181817651,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Moore County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"North Carolina State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032181817651\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:38-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055055155\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabRF2wQCEcL08nFk5Z4mb9xt4TzZy4TcZYxuG8Ayv8HCceg7bONm5o-Ec4_aem_AbODyzDGrqLhmxDbS1W0tnKeLAsXQcsgVzj9ouQAqlAUv92Z4B9kuEK8aRC-QQd_5ZSwn56mfjYfstOYNSlJGzR-&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1327,\n                        \"processed_at\": \"2024-06-02T12:24:41-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"peaceducky@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"27b48802e7d81bd4ec487e2e049bc008\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:6081:3c02:5f66:a02a:51a9:631d:6777\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747126112563,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Moore County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0475,\n                                        \"price\": \"0.19\",\n                                        \"title\": \"North Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"27376\",\n                            \"city\": \"West End\",\n                            \"name\": \"Mickayla Phillips\",\n                            \"phone\": \"253-561-9065\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5121 7 Lks W\",\n                            \"address2\": \"110 Fawnwood Dr\",\n                            \"latitude\": 35.2716411,\n                            \"province\": \"North Carolina\",\n                            \"last_name\": \"Phillips\",\n                            \"longitude\": -79.5706275,\n                            \"first_name\": \"Mickayla\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NC\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/d9ef7fec1d49b1a2a5517b66c743cf09/authenticate?key=45ffe89c9744c989677e996abd13cf9e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"27376\",\n                            \"city\": \"West End\",\n                            \"name\": \"Mickayla Phillips\",\n                            \"phone\": \"253-561-9065\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5121 7 Lks W\",\n                            \"address2\": \"110 Fawnwood Dr\",\n                            \"latitude\": null,\n                            \"province\": \"North Carolina\",\n                            \"last_name\": \"Phillips\",\n                            \"longitude\": null,\n                            \"first_name\": \"Mickayla\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NC\"\n                        },\n                        \"current_total_tax\": \"0.28\",\n                        \"source_identifier\": \"4c5da4d98cb642aa8d63134a471e5dd2\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VPN5P8VIM\",\n                        \"current_total_price\": \"4.27\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920475250995\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870419898675,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920475250995,\n                            \"created_at\": \"2024-06-02T12:24:44-07:00\",\n                            \"fulfill_at\": \"2024-06-02T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172421353779,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032181817651,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870419898675\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:38-07:00\",\n                            \"destination\": {\n                                \"id\": 6363864269107,\n                                \"zip\": \"27376\",\n                                \"city\": \"West End\",\n                                \"email\": \"peaceducky@gmail.com\",\n                                \"phone\": \"253-561-9065\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5121 7 Lks W\",\n                                \"address2\": \"110 Fawnwood Dr\",\n                                \"province\": \"North Carolina\",\n                                \"last_name\": \"Phillips\",\n                                \"first_name\": \"Mickayla\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869409423667,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:40.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"93\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"94\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"35\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"23\",\n            \"attributes\": {\n                \"number\": \"#1326\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T19:13:34.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:26.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:42.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"272\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920463913267,\n                        \"name\": \"#1326\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"despinoza1027@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"66c477d32de04a322871060ca57a9189\",\n                        \"app_id\": 580111,\n                        \"number\": 326,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015477473587,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"despinoza1027@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Espinoza\",\n                            \"created_at\": \"2024-06-02T12:13:31-07:00\",\n                            \"first_name\": \"David\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T12:13:40-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038002221363,\n                                \"zip\": \"75043\",\n                                \"city\": \"Garland\",\n                                \"name\": \"David Espinoza\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1633 Merrimac Trail\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Espinoza\",\n                                \"first_name\": \"David\",\n                                \"customer_id\": 8015477473587,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015477473587\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T12:13:34-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T12:13:34-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:40-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"6cc8345c0ce80fc1400f8ab8d3b7f41e\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Garland City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Dallas Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"47.160.57.213\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpENVZaMzk4VzhEMDhEU0VXVFExRUVL\",\n                        \"created_at\": \"2024-06-02T12:13:34-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032159764787,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Garland City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Dallas Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032159764787\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:40-07:00\",\n                        \"checkout_id\": 37860601528627,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055120691,\n                                \"name\": \"#1326.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920463913267,\n                                \"created_at\": \"2024-06-03T15:14:39-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032159764787,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Garland City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Dallas Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032159764787\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:39-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055120691\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Others&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR3USS_u0fQ_aj7KJzRLiHhpCsldBfXdmymfBPOsUH_GPb4pbDzFDdwHwEw_aem_AbO31RTw0rX1CSoNqAQKyycMhoSAzjpHidMfOMnGUQBReqvnR6Io6Bh5habm3HH3xXUq-QBNzVJBJO4h0qVoD8bw&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1326,\n                        \"processed_at\": \"2024-06-02T12:13:30-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"despinoza1027@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e5792723fe47309756d1ca0ff6e6d373\",\n                        \"client_details\": {\n                            \"browser_ip\": \"47.160.57.213\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S908U1 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747118182707,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Garland City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Dallas Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"75043\",\n                            \"city\": \"Garland\",\n                            \"name\": \"David Espinoza\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1633 Merrimac Trail\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Espinoza\",\n                            \"longitude\": null,\n                            \"first_name\": \"David\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/66c477d32de04a322871060ca57a9189/authenticate?key=348762cad43ec839a88ed9846b59fc74&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"75043\",\n                            \"city\": \"Garland\",\n                            \"name\": \"David Espinoza\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1633 Merrimac Trail\",\n                            \"address2\": null,\n                            \"latitude\": 32.8781516,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Espinoza\",\n                            \"longitude\": -96.6099394,\n                            \"first_name\": \"David\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"6cc8345c0ce80fc1400f8ab8d3b7f41e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"QL5QKYRGN\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920463913267\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870408462643,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920463913267,\n                            \"created_at\": \"2024-06-02T12:13:34-07:00\",\n                            \"fulfill_at\": \"2024-06-02T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172399595827,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032159764787,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870408462643\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:40-07:00\",\n                            \"destination\": {\n                                \"id\": 6363855126835,\n                                \"zip\": \"75043\",\n                                \"city\": \"Garland\",\n                                \"email\": \"despinoza1027@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1633 Merrimac Trail\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Espinoza\",\n                                \"first_name\": \"David\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869398020403,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:41.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"95\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"96\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"36\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"number\": \"#1325\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.28,\n                \"discount\": 0,\n                \"total\": 4.27,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T18:32:28.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:27.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:43.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"279\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920419479859,\n                        \"name\": \"#1325\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"pinkones311@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"84d5b7b04f2092fd3c64478dddf349ca\",\n                        \"app_id\": 580111,\n                        \"number\": 325,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015418818867,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"pinkones311@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Gibbons\",\n                            \"created_at\": \"2024-06-02T11:32:25-07:00\",\n                            \"first_name\": \"Stephanie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T11:32:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037955854643,\n                                \"zip\": \"33771\",\n                                \"city\": \"Largo\",\n                                \"name\": \"Stephanie Gibbons\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"131 Melody Ln\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Gibbons\",\n                                \"first_name\": \"Stephanie\",\n                                \"customer_id\": 8015418818867,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"FL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015418818867\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T11:32:28-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T11:32:28-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:41-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"22938ac9a6c0a0a7ac39a9be6f0a3ae7\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Pinellas County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"0.24\",\n                                \"title\": \"Florida State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.28\",\n                        \"browser_ip\": \"2603:9000:e81a:a7b7:164:ed04:346c:21aa\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpEM0o0Wk1XNVRERDlWODcyMk5KUzFa\",\n                        \"created_at\": \"2024-06-02T11:32:28-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032076271923,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pinellas County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032076271923\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:41-07:00\",\n                        \"checkout_id\": 37860480155955,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.27\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055186227,\n                                \"name\": \"#1325.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920419479859,\n                                \"created_at\": \"2024-06-03T15:14:40-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032076271923,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Pinellas County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032076271923\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:40-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055186227\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaY0ylVpRW6j2FKVHoqGjLmn5ZAx3P3wMGrhIjyFvGfmdHKCNbf4xoGmdZU_aem_AbPjKlvAYWXuhIFh5ql11jkVVorUGY3Jt8qnaYrM15O0uVnI-4LkPjYGfXFsOlSriCW1BxS393FAt29wps9LhL0R&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1325,\n                        \"processed_at\": \"2024-06-02T11:32:25-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"pinkones311@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c82bedc5ea27cb8ed6d20edbc2ae5f44\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:9000:e81a:a7b7:164:ed04:346c:21aa\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 329.0.6.27.88 (iPhone12,1; iOS 17_4_1; en_US; en; scale=2.00; 828x1792; 593314425)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747087348019,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Pinellas County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.24\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"33771\",\n                            \"city\": \"Largo\",\n                            \"name\": \"Stephanie Gibbons\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"131 Melody Ln\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Gibbons\",\n                            \"longitude\": null,\n                            \"first_name\": \"Stephanie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/84d5b7b04f2092fd3c64478dddf349ca/authenticate?key=0b5174bc5ad97eedf7f630a599071abf&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"33771\",\n                            \"city\": \"Largo\",\n                            \"name\": \"Stephanie Gibbons\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"131 Melody Ln\",\n                            \"address2\": null,\n                            \"latitude\": 27.9132788,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Gibbons\",\n                            \"longitude\": -82.75332879999999,\n                            \"first_name\": \"Stephanie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"current_total_tax\": \"0.28\",\n                        \"source_identifier\": \"22938ac9a6c0a0a7ac39a9be6f0a3ae7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WPRGNUDZI\",\n                        \"current_total_price\": \"4.27\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920419479859\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870363406643,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920419479859,\n                            \"created_at\": \"2024-06-02T11:32:29-07:00\",\n                            \"fulfill_at\": \"2024-06-02T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172317053235,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032076271923,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870363406643\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:41-07:00\",\n                            \"destination\": {\n                                \"id\": 6363821080883,\n                                \"zip\": \"33771\",\n                                \"city\": \"Largo\",\n                                \"email\": \"pinkones311@hotmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"131 Melody Ln\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Gibbons\",\n                                \"first_name\": \"Stephanie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869352964403,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:43.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"97\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"98\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"37\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"number\": \"#1324\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T17:15:16.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:28.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:45.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"286\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920324976947,\n                        \"name\": \"#1324\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jessicatu.od@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"002231ce1a0ba39eead9cd45b069df0a\",\n                        \"app_id\": 580111,\n                        \"number\": 324,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015300755763,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jessicatu.od@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Tu\",\n                            \"created_at\": \"2024-06-02T10:15:12-07:00\",\n                            \"first_name\": \"Jessica\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T10:15:21-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037856567603,\n                                \"zip\": \"62269\",\n                                \"city\": \"O'Fallon\",\n                                \"name\": \"Jessica Tu\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"804 Nandina Green Dr\",\n                                \"address2\": null,\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Tu\",\n                                \"first_name\": \"Jessica\",\n                                \"customer_id\": 8015300755763,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IL\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015300755763\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e43ea8a454134c4c85efa1a66b06e64f\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Ofallon City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0075,\n                                \"price\": \"0.03\",\n                                \"title\": \"Metro East Mass Transit District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.03\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0025,\n                                \"price\": \"0.01\",\n                                \"title\": \"Saint Clair Co Flood Prevention Sl\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"172.59.173.69\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpDWVpQVE1LUlA3WjJWTjFOS1k1NzVZ\",\n                        \"created_at\": \"2024-06-02T10:15:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031892050227,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"St. Clair County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Ofallon City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro East Mass Transit District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Clair Co Flood Prevention Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Clair Co Metro East Park And Recreation District Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031892050227\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:42-07:00\",\n                        \"checkout_id\": 37860221813043,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055218995,\n                                \"name\": \"#1324.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920324976947,\n                                \"created_at\": \"2024-06-03T15:14:42-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031892050227,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"St. Clair County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Ofallon City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro East Mass Transit District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Saint Clair Co Flood Prevention Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Saint Clair Co Metro East Park And Recreation District Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Illinois State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031892050227\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055218995\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2w-ny6bziQCpKpiG2tBtSLG69-YIT-yMd5oLFD3lifEJQeOC2eH5tUAWo_aem_AbNjZBBxGtTQWsJuQ07VZ_7l2HJZOLipvtfkZYLITDZiNjrIhp29xwRJOhkUQnfe9FnqNed9Uw9pJvNsmrrnTFaC&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1324,\n                        \"processed_at\": \"2024-06-02T10:15:12-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jessicatu.od@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9731da1976c43ed2d7fe514da29a8e0f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.59.173.69\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/465.0.1.41.103;FBBV/602060281;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/605516918]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747020042547,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"St. Clair County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Ofallon City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.03\",\n                                        \"title\": \"Metro East Mass Transit District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.03\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Saint Clair Co Flood Prevention Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.001,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Clair Co Metro East Park And Recreation District Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"62269\",\n                            \"city\": \"O'Fallon\",\n                            \"name\": \"Jessica Tu\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"804 Nandina Green Dr\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Tu\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jessica\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/002231ce1a0ba39eead9cd45b069df0a/authenticate?key=3c7f32ff24740ec67c0c81976034c5ce&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"62269\",\n                            \"city\": \"O'Fallon\",\n                            \"name\": \"Jessica Tu\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"804 Nandina Green Dr\",\n                            \"address2\": null,\n                            \"latitude\": 38.61711529999999,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Tu\",\n                            \"longitude\": -89.9652918,\n                            \"first_name\": \"Jessica\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"e43ea8a454134c4c85efa1a66b06e64f\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"W9TAMIFT8\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920324976947\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870267396403,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920324976947,\n                            \"created_at\": \"2024-06-02T10:15:17-07:00\",\n                            \"fulfill_at\": \"2024-06-02T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172134437171,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031892050227,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870267396403\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:42-07:00\",\n                            \"destination\": {\n                                \"id\": 6363743715635,\n                                \"zip\": \"62269\",\n                                \"city\": \"O'Fallon\",\n                                \"email\": \"jessicatu.od@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"804 Nandina Green Dr\",\n                                \"address2\": null,\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Tu\",\n                                \"first_name\": \"Jessica\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869257118003,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:44.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"99\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"100\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"38\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"26\",\n            \"attributes\": {\n                \"number\": \"#1323\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.41,\n                \"discount\": 0,\n                \"total\": 4.4,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T16:55:36.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:29.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:46.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"293\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920298041651,\n                        \"name\": \"#1323\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"vanessaledang@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"793b351d6e9d62b6ebc59d1863777f7d\",\n                        \"app_id\": 580111,\n                        \"number\": 323,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015266644275,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"vanessaledang@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Dang\",\n                            \"created_at\": \"2024-06-02T09:54:46-07:00\",\n                            \"first_name\": \"Vanessa\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T09:55:41-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037828387123,\n                                \"zip\": \"60646\",\n                                \"city\": \"Chicago\",\n                                \"name\": \"Vanessa Dang\",\n                                \"phone\": \"7733120291\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5839 W Touhy Ave\",\n                                \"address2\": null,\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Dang\",\n                                \"first_name\": \"Vanessa\",\n                                \"customer_id\": 8015266644275,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015266644275\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T09:55:37-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T09:55:37-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:43-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"cd569336997f5f476bb93804a8671e19\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0175,\n                                \"price\": \"0.07\",\n                                \"title\": \"Cook County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0125,\n                                \"price\": \"0.05\",\n                                \"title\": \"Chicago City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.41\",\n                        \"browser_ip\": \"2607:fb90:a1b2:91f9:972:1d87:496a:25e7\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpDWFoyQVExODc3M0haQ1A1WkI5SFRZ\",\n                        \"created_at\": \"2024-06-02T09:55:36-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031844307251,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031844307251\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:43-07:00\",\n                        \"checkout_id\": 37860163125555,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.40\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055251763,\n                                \"name\": \"#1323.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920298041651,\n                                \"created_at\": \"2024-06-03T15:14:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031844307251,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cook County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Chicago City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Illinois State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031844307251\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:43-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055251763\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1323,\n                        \"processed_at\": \"2024-06-02T09:55:32-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"vanessaledang@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"1c7c2eb45b5327966f2263392a3aaced\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:a1b2:91f9:972:1d87:496a:25e7\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747000807731,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.07\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.05\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"60646\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Vanessa Dang\",\n                            \"phone\": \"+17733120291\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5839 W Touhy Ave\",\n                            \"address2\": null,\n                            \"latitude\": 42.0116991,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Dang\",\n                            \"longitude\": -87.7736513,\n                            \"first_name\": \"Vanessa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/793b351d6e9d62b6ebc59d1863777f7d/authenticate?key=7b454f711628eb02cf101a913fe6d251&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"60646\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Vanessa Dang\",\n                            \"phone\": \"7733120291\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5839 W Touhy Ave\",\n                            \"address2\": null,\n                            \"latitude\": 42.0116991,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Dang\",\n                            \"longitude\": -87.7736513,\n                            \"first_name\": \"Vanessa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"current_total_tax\": \"0.41\",\n                        \"source_identifier\": \"cd569336997f5f476bb93804a8671e19\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"96KAD0WKD\",\n                        \"current_total_price\": \"4.40\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920298041651\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870240461107,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920298041651,\n                            \"created_at\": \"2024-06-02T09:55:37-07:00\",\n                            \"fulfill_at\": \"2024-06-02T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172087021875,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031844307251,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870240461107\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:43-07:00\",\n                            \"destination\": {\n                                \"id\": 6363722481971,\n                                \"zip\": \"60646\",\n                                \"city\": \"Chicago\",\n                                \"email\": \"vanessaledang@gmail.com\",\n                                \"phone\": \"7733120291\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5839 W Touhy Ave\",\n                                \"address2\": null,\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Dang\",\n                                \"first_name\": \"Vanessa\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869230182707,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:45.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"101\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"102\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"39\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"27\",\n            \"attributes\": {\n                \"number\": \"#1322\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T16:46:49.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:29.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:47.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"300\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920286703923,\n                        \"name\": \"#1322\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"tsalls01@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"f9d4e68e2a91bbe70692853ef0976579\",\n                        \"app_id\": 580111,\n                        \"number\": 322,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015253766451,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"tsalls01@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Salls\",\n                            \"created_at\": \"2024-06-02T09:46:45-07:00\",\n                            \"first_name\": \"Tiffany\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T09:46:54-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037816623411,\n                                \"zip\": \"92532\",\n                                \"city\": \"Lake Elsinore\",\n                                \"name\": \"Tiffany Salls\",\n                                \"phone\": \"(951) 570-9806\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3 Villa Trizza\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Salls\",\n                                \"first_name\": \"Tiffany\",\n                                \"customer_id\": 8015253766451,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015253766451\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T09:46:50-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T09:46:50-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:44-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"46a2b89e6f1ca807dd4a882abc6c2ea4\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2603:8000:9201:1ed8:8d5a:4fb8:82be:aea9\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpDWEdKV0RNTTdFU1gzVzdNM0tOV0ZC\",\n                        \"created_at\": \"2024-06-02T09:46:49-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031823008051,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lake Elsinore City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Riverside County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031823008051\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:44-07:00\",\n                        \"checkout_id\": 37860135371059,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055284531,\n                                \"name\": \"#1322.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920286703923,\n                                \"created_at\": \"2024-06-03T15:14:44-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031823008051,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Lake Elsinore City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Riverside County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031823008051\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:44-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055284531\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZynxiF41gBvZzDoPNC7-o1cpI-HOZ3y7IG9nm__HgDgH5PVVKm9WTY2-0_aem_AbOYlKm7pXtzus0tJT8NJ3xwspmu096bS2OtNPcUc27ToDOVYQBKYqDN8h1a0b3_aHLOt9wD0HbGrJp9vGby4XG7&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1322,\n                        \"processed_at\": \"2024-06-02T09:46:45-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"tsalls01@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"92a50a49ce09335225a8927c4f5d6aff\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:8000:9201:1ed8:8d5a:4fb8:82be:aea9\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746992845107,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lake Elsinore City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Riverside County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92532\",\n                            \"city\": \"Lake Elsinore\",\n                            \"name\": \"Tiffany Salls\",\n                            \"phone\": \"(951) 570-9806\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3 Villa Trizza\",\n                            \"address2\": null,\n                            \"latitude\": 33.684757,\n                            \"province\": \"California\",\n                            \"last_name\": \"Salls\",\n                            \"longitude\": -117.2855485,\n                            \"first_name\": \"Tiffany\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/f9d4e68e2a91bbe70692853ef0976579/authenticate?key=f31955cfea048863fa77fbc1f97c6016&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92532\",\n                            \"city\": \"Lake Elsinore\",\n                            \"name\": \"Tiffany Salls\",\n                            \"phone\": \"(951) 570-9806\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3 Villa Trizza\",\n                            \"address2\": null,\n                            \"latitude\": 33.684757,\n                            \"province\": \"California\",\n                            \"last_name\": \"Salls\",\n                            \"longitude\": -117.2855485,\n                            \"first_name\": \"Tiffany\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"46a2b89e6f1ca807dd4a882abc6c2ea4\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"PKJZWX82U\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920286703923\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870229123379,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920286703923,\n                            \"created_at\": \"2024-06-02T09:46:50-07:00\",\n                            \"fulfill_at\": \"2024-06-02T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172066050355,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031823008051,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870229123379\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:44-07:00\",\n                            \"destination\": {\n                                \"id\": 6363713569075,\n                                \"zip\": \"92532\",\n                                \"city\": \"Lake Elsinore\",\n                                \"email\": \"tsalls01@gmail.com\",\n                                \"phone\": \"(951) 570-9806\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3 Villa Trizza\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Salls\",\n                                \"first_name\": \"Tiffany\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869218877747,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:47.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"103\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"104\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"40\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"28\",\n            \"attributes\": {\n                \"number\": \"#1321\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T15:44:58.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:30.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:49.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"307\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920190431539,\n                        \"name\": \"#1321\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"wightm22@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"09ddf1f21e43db559a778050434c7621\",\n                        \"app_id\": 580111,\n                        \"number\": 321,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015153070387,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"wightm22@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Wight\",\n                            \"created_at\": \"2024-06-02T08:44:54-07:00\",\n                            \"first_name\": \"Matthew\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T08:45:03-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037721301299,\n                                \"zip\": \"84341\",\n                                \"city\": \"Logan\",\n                                \"name\": \"Matthew Wight\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"29 Aggie Village Apt J\",\n                                \"address2\": null,\n                                \"province\": \"Utah\",\n                                \"last_name\": \"Wight\",\n                                \"first_name\": \"Matthew\",\n                                \"customer_id\": 8015153070387,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"UT\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015153070387\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T08:44:58-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T08:44:58-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:45-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"0add02596ca7203b5dc27b5247af8bc5\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"162.210.22.220\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpDU1laSzFSMDNZRDg0RDdFQTRCMEMy\",\n                        \"created_at\": \"2024-06-02T08:44:58-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031664836915,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cache County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Logan City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cache Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Logan Tr Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Utah State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031664836915\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:45-07:00\",\n                        \"checkout_id\": 37859888038195,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055317299,\n                                \"name\": \"#1321.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920190431539,\n                                \"created_at\": \"2024-06-03T15:14:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031664836915,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cache County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Logan City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cache Co Tr\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Logan Tr Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Utah State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031664836915\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:45-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055317299\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabxKmbDVfnhBTQcMZwzhCqxZKvB_4a-MIFtipD6m9RKZUYrA2_nARU__8o_aem_AWpqkHekc8xUnA_uZQZw9BFwAX7Ra5i4TxvS9Q-Wh4VemHFea9xqBU7WTyUblxOkfDAV0KvgaEsxqPraoFvhGLFV&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1321,\n                        \"processed_at\": \"2024-06-02T08:44:54-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"wightm22@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c6bd4e67c856badca21c98bea8cc7712\",\n                        \"client_details\": {\n                            \"browser_ip\": \"162.210.22.220\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone13,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746917478707,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.001,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cache County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Logan City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cache Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0055,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Logan Tr Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0485,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Utah State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"84341\",\n                            \"city\": \"Logan\",\n                            \"name\": \"Matthew Wight\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"29 Aggie Village Apt J\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Utah\",\n                            \"last_name\": \"Wight\",\n                            \"longitude\": null,\n                            \"first_name\": \"Matthew\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"UT\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/09ddf1f21e43db559a778050434c7621/authenticate?key=c7043420708cde61091eb30892a4c3b8&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"84341\",\n                            \"city\": \"Logan\",\n                            \"name\": \"Matthew Wight\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"29 Aggie Village Apt J\",\n                            \"address2\": null,\n                            \"latitude\": 41.7519658,\n                            \"province\": \"Utah\",\n                            \"last_name\": \"Wight\",\n                            \"longitude\": -111.8087729,\n                            \"first_name\": \"Matthew\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"UT\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"0add02596ca7203b5dc27b5247af8bc5\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GGCNZQPVX\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920190431539\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870131540275,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920190431539,\n                            \"created_at\": \"2024-06-02T08:44:59-07:00\",\n                            \"fulfill_at\": \"2024-06-02T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15171909452083,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031664836915,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870131540275\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:45-07:00\",\n                            \"destination\": {\n                                \"id\": 6363627225395,\n                                \"zip\": \"84341\",\n                                \"city\": \"Logan\",\n                                \"email\": \"wightm22@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"29 Aggie Village Apt J\",\n                                \"address2\": null,\n                                \"province\": \"Utah\",\n                                \"last_name\": \"Wight\",\n                                \"first_name\": \"Matthew\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869121392947,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:48.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"105\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"106\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"41\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"number\": \"#1320\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T14:04:08.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:31.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:50.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"314\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920080953651,\n                        \"name\": \"#1320\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"amd2244@columbia.edu\",\n                        \"phone\": null,\n                        \"token\": \"3e5f90ac1e6fb6b19bc48c965ff7edbd\",\n                        \"app_id\": 580111,\n                        \"number\": 320,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015000928563,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"amd2244@columbia.edu\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Diaz\",\n                            \"created_at\": \"2024-06-02T07:04:04-07:00\",\n                            \"first_name\": \"Alexis\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T07:04:14-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037596553523,\n                                \"zip\": \"11210\",\n                                \"city\": \"Brooklyn\",\n                                \"name\": \"Alexis Diaz\",\n                                \"phone\": \"3474240885\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2021 Farragut Road\",\n                                \"address2\": \"Apt 3E\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Diaz\",\n                                \"first_name\": \"Alexis\",\n                                \"customer_id\": 8015000928563,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015000928563\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T07:04:09-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T07:04:09-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"c5877b6cc98721af3f201944706acf0f\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"71.190.14.128\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpDTTY5RVdZNkM3TVozU0czNVkyRENO\",\n                        \"created_at\": \"2024-06-02T07:04:08-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031465410867,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031465410867\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:46-07:00\",\n                        \"checkout_id\": 37859580084531,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055350067,\n                                \"name\": \"#1320.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920080953651,\n                                \"created_at\": \"2024-06-03T15:14:46-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031465410867,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031465410867\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:46-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055350067\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Right_Column&utm_campaign=FB+%7C+EVG+%7C+Sales+%7C+Interests&utm_content=Static_1080x1080_orderv4\",\n                        \"order_number\": 1320,\n                        \"processed_at\": \"2024-06-02T07:04:03-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"amd2244@columbia.edu\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c61579a604cf443ee110a890093d9f3a\",\n                        \"client_details\": {\n                            \"browser_ip\": \"71.190.14.128\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone14,3; iOS 17_5_1; en_US; en; scale=3.00; 1284x2778; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746834641203,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11210\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Alexis Diaz\",\n                            \"phone\": \"3474240885\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2021 Farragut Road\",\n                            \"address2\": \"Apt 3E\",\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Diaz\",\n                            \"longitude\": null,\n                            \"first_name\": \"Alexis\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3e5f90ac1e6fb6b19bc48c965ff7edbd/authenticate?key=3ab549f076722412c0ec092632a96e5f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11210\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Alexis Diaz\",\n                            \"phone\": \"3474240885\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2021 Farragut Road\",\n                            \"address2\": \"Apt 3E\",\n                            \"latitude\": 40.6355608,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Diaz\",\n                            \"longitude\": -73.95749649999999,\n                            \"first_name\": \"Alexis\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"c5877b6cc98721af3f201944706acf0f\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"F53DUWM48\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920080953651\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870020882739,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920080953651,\n                            \"created_at\": \"2024-06-02T07:04:09-07:00\",\n                            \"fulfill_at\": \"2024-06-02T07:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15171711893811,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031465410867,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870020882739\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:46-07:00\",\n                            \"destination\": {\n                                \"id\": 6363534295347,\n                                \"zip\": \"11210\",\n                                \"city\": \"Brooklyn\",\n                                \"email\": \"amd2244@columbia.edu\",\n                                \"phone\": \"3474240885\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2021 Farragut Road\",\n                                \"address2\": \"Apt 3E\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Diaz\",\n                                \"first_name\": \"Alexis\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869010899251,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:50.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"107\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"108\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"42\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"30\",\n            \"attributes\": {\n                \"number\": \"#1319\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T13:16:57.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:32.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:51.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"321\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920039174451,\n                        \"name\": \"#1319\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"goldi3lux@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"c3e49b447e3baa2757da989c8d475727\",\n                        \"app_id\": 580111,\n                        \"number\": 319,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014936736051,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"goldi3lux@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Don\",\n                            \"created_at\": \"2024-06-02T06:16:46-07:00\",\n                            \"first_name\": \"Luxurie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T06:17:03-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037543698739,\n                                \"zip\": \"11219-4470\",\n                                \"city\": \"Brooklyn\",\n                                \"name\": \"Luxurie Don\",\n                                \"phone\": \"+13478668137\",\n                                \"company\": \"YOUJIAXING\",\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5701 Fort Hamilton Pkwy\",\n                                \"address2\": \"Grocery Store\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Don\",\n                                \"first_name\": \"Luxurie\",\n                                \"customer_id\": 8014936736051,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014936736051\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:47-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e12f04308b5ad9052678b8e661c23c35\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"100.37.115.213\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpDSEZIUDJEN0VWUzdHWDNSSDY2UkZK\",\n                        \"created_at\": \"2024-06-02T06:16:57-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031391715635,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031391715635\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:47-07:00\",\n                        \"checkout_id\": 37859446849843,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055382835,\n                                \"name\": \"#1319.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920039174451,\n                                \"created_at\": \"2024-06-03T15:14:47-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031391715635,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031391715635\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:47-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055382835\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2PIzQiUZSkj57fRaHUC71dT8Q865Qh2igasbcNqK7opawec0IgwKkXuoc_aem_AWqeM94vallQjtNqEw2rVYJcZKgc0LLVIYLqw--D7bMqsjjhmB9mV6sLFD1NnU2vf5BSbypxPdHMKG-hx11XE8Pu&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1319,\n                        \"processed_at\": \"2024-06-02T06:16:54-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"goldi3lux@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"4b1f5e23fa5a818049fa0a464326304c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"100.37.115.213\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 13; NX729J Build/TKQ1.221220.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746799743283,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11219-4470\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Luxurie Don\",\n                            \"phone\": \"(347) 866-8137\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5701 Fort Hamilton Pkwy\",\n                            \"address2\": null,\n                            \"latitude\": 40.6342905,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Don\",\n                            \"longitude\": -74.00343459999999,\n                            \"first_name\": \"Luxurie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c3e49b447e3baa2757da989c8d475727/authenticate?key=0ff9ad5eafe648af5f87a01f946d08c3&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11219-4470\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Luxurie Don\",\n                            \"phone\": \"+13478668137\",\n                            \"company\": \"YOUJIAXING\",\n                            \"country\": \"United States\",\n                            \"address1\": \"5701 Fort Hamilton Pkwy\",\n                            \"address2\": \"Grocery Store\",\n                            \"latitude\": 40.6342905,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Don\",\n                            \"longitude\": -74.00343459999999,\n                            \"first_name\": \"Luxurie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"e12f04308b5ad9052678b8e661c23c35\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"85E5YYI1X\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920039174451\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869978415411,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920039174451,\n                            \"created_at\": \"2024-06-02T06:16:58-07:00\",\n                            \"fulfill_at\": \"2024-06-02T06:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15171638559027,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031391715635,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869978415411\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:47-07:00\",\n                            \"destination\": {\n                                \"id\": 6363495334195,\n                                \"zip\": \"11219-4470\",\n                                \"city\": \"Brooklyn\",\n                                \"email\": \"goldi3lux@gmail.com\",\n                                \"phone\": \"+13478668137\",\n                                \"company\": \"YOUJIAXING\",\n                                \"country\": \"United States\",\n                                \"address1\": \"5701 Fort Hamilton Pkwy\",\n                                \"address2\": \"Grocery Store\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Don\",\n                                \"first_name\": \"Luxurie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868968595763,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:51.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"109\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"110\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"43\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"31\",\n            \"attributes\": {\n                \"number\": \"#1318\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.37,\n                \"discount\": 0,\n                \"total\": 4.36,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T10:49:57.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:33.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:53.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"328\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919916327219,\n                        \"name\": \"#1318\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"N_VOIHS@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"504156d2205fdacbd29c70acd03f602f\",\n                        \"app_id\": 580111,\n                        \"number\": 318,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014762049843,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"n_voihs@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"VO\",\n                            \"created_at\": \"2024-06-02T03:49:53-07:00\",\n                            \"first_name\": \"NINA\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T03:50:03-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10037390180659,\n                                \"zip\": \"70056\",\n                                \"city\": \"Terrytown\",\n                                \"name\": \"NINA VO\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2417 Carol Sue Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Louisiana\",\n                                \"last_name\": \"VO\",\n                                \"first_name\": \"NINA\",\n                                \"customer_id\": 8014762049843,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"LA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014762049843\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T03:49:58-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T03:49:58-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:48-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"19c34aa87e7cafd5327d666872361817\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0475,\n                                \"price\": \"0.19\",\n                                \"title\": \"Jefferson County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0445,\n                                \"price\": \"0.18\",\n                                \"title\": \"Louisiana State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.37\",\n                        \"browser_ip\": \"104.5.192.193\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpDOTI4RFhRSFo1VzhYQzY2S0M4REFK\",\n                        \"created_at\": \"2024-06-02T03:49:57-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15031183671603,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.035,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Louisiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031183671603\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:48-07:00\",\n                        \"checkout_id\": 37859045540147,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.36\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055481139,\n                                \"name\": \"#1318.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919916327219,\n                                \"created_at\": \"2024-06-03T15:14:48-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15031183671603,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.035,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Jefferson County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Louisiana State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15031183671603\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:48-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055481139\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabwYHUBn-Fle2MdHuycHmm192eIK0LQk3izO3owTDwPOA0xyCTV80r3tfw_aem_AWfcSD88mp-7NXtRpmoHGg2vM9dURR5bDvl38cJHpZ_rLWMlb8Cwif8mIZy-mvboS0v8EKdGONZ8GKRosyFRTYhU&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1318,\n                        \"processed_at\": \"2024-06-02T03:49:53-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"N_VOIHS@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.37\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.37\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e1da714932fe81317f1c658a3ed52d53\",\n                        \"client_details\": {\n                            \"browser_ip\": \"104.5.192.193\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 13; Pixel 6 Pro Build/TQ3A.230901.001.C1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.82 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (33/13; 560dpi; 1440x2807; Google/google; Pixel 6 Pro; raven; raven; en_US; 604247855)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746697310515,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0475,\n                                        \"price\": \"0.19\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0445,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"Louisiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"70056\",\n                            \"city\": \"Terrytown\",\n                            \"name\": \"NINA VO\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2417 Carol Sue Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Louisiana\",\n                            \"last_name\": \"VO\",\n                            \"longitude\": null,\n                            \"first_name\": \"NINA\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"LA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/504156d2205fdacbd29c70acd03f602f/authenticate?key=070f4e2e16701ed88f0200b104e40935&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"70056\",\n                            \"city\": \"Terrytown\",\n                            \"name\": \"NINA VO\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2417 Carol Sue Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 29.8989575,\n                            \"province\": \"Louisiana\",\n                            \"last_name\": \"VO\",\n                            \"longitude\": -90.0128075,\n                            \"first_name\": \"NINA\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"LA\"\n                        },\n                        \"current_total_tax\": \"0.37\",\n                        \"source_identifier\": \"19c34aa87e7cafd5327d666872361817\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"EZLKRXTDQ\",\n                        \"current_total_price\": \"4.36\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919916327219\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.37\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.37\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.36\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.36\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869854290227,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919916327219,\n                            \"created_at\": \"2024-06-02T03:49:58-07:00\",\n                            \"fulfill_at\": \"2024-06-02T03:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15171431039283,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15031183671603,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869854290227\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:48-07:00\",\n                            \"destination\": {\n                                \"id\": 6363382186291,\n                                \"zip\": \"70056\",\n                                \"city\": \"Terrytown\",\n                                \"email\": \"N_VOIHS@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2417 Carol Sue Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Louisiana\",\n                                \"last_name\": \"VO\",\n                                \"first_name\": \"NINA\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868844699955,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:52.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"111\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"112\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"44\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"32\",\n            \"attributes\": {\n                \"number\": \"#1316\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T01:44:34.000000Z\",\n                \"updated_at\": \"2024-07-31T22:27:39.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:54.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"335\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919535169843,\n                        \"name\": \"#1316\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"alysensouders@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"85ffddbf8655c2f3a7f7f39c48095925\",\n                        \"app_id\": 580111,\n                        \"number\": 316,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014226620723,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"alysensouders@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Souders\",\n                            \"created_at\": \"2024-06-01T18:44:30-07:00\",\n                            \"first_name\": \"Alysen\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T18:44:39-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036913701171,\n                                \"zip\": \"83669\",\n                                \"city\": \"Star\",\n                                \"name\": \"Alysen Souders\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2214 N. June Grass Ave\",\n                                \"address2\": null,\n                                \"province\": \"Idaho\",\n                                \"last_name\": \"Souders\",\n                                \"first_name\": \"Alysen\",\n                                \"customer_id\": 8014226620723,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"ID\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014226620723\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T18:44:34-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T18:44:34-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:50-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"2d4f3178be9dd50a5e2215141c9b7a82\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.218.182.137\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpCOVFZQksyMFFSRTRHWkNBUUtCSFhW\",\n                        \"created_at\": \"2024-06-01T18:44:34-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030522216755,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Idaho State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030522216755\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-07-16T12:02:29-07:00\",\n                        \"checkout_id\": 37857595588915,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055579443,\n                                \"name\": \"#1316.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919535169843,\n                                \"created_at\": \"2024-06-03T15:14:50-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030522216755,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Idaho State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030522216755\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-07-16T12:02:29-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420836699261290357467600235133\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420836699261290357467600235133\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420836699261290357467600235133\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420836699261290357467600235133\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055579443\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabM-x7kbjSnCyzwN1s5HFhk3l8F0NvtF7cZUrhLqVzkn5Rf6nfY3DvDeYY_aem_AcxKkKT7hoOFl2ZJ6TExeVwPzKAHMnS_yjkR6K4SLJqtVqIihZJDL_1ZanKem6tYhEs2kug_pEakUPaqXdLQ44hb&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1316,\n                        \"processed_at\": \"2024-06-01T18:44:30-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"alysensouders@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"3f76e4e25468e5164b6a0ce69763d73e\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.218.182.137\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S921U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 480dpi; 1080x2208; samsung; SM-S921U; e1q; qcom; en_US; 604247822)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746385391923,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Idaho State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"83669\",\n                            \"city\": \"Star\",\n                            \"name\": \"Alysen Souders\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2214 N. June Grass Ave\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Idaho\",\n                            \"last_name\": \"Souders\",\n                            \"longitude\": null,\n                            \"first_name\": \"Alysen\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"ID\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/85ffddbf8655c2f3a7f7f39c48095925/authenticate?key=257defaff04bcee1bf31886c3fe4e4d9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"83669\",\n                            \"city\": \"Star\",\n                            \"name\": \"Alysen Souders\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2214 N. June Grass Ave\",\n                            \"address2\": null,\n                            \"latitude\": 43.7120504,\n                            \"province\": \"Idaho\",\n                            \"last_name\": \"Souders\",\n                            \"longitude\": -116.509501,\n                            \"first_name\": \"Alysen\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"ID\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"2d4f3178be9dd50a5e2215141c9b7a82\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"5NP083NGP\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919535169843\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869470904627,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919535169843,\n                            \"created_at\": \"2024-06-01T18:44:35-07:00\",\n                            \"fulfill_at\": \"2024-06-01T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170770141491,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030522216755,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869470904627\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:50-07:00\",\n                            \"destination\": {\n                                \"id\": 6363023212851,\n                                \"zip\": \"83669\",\n                                \"city\": \"Star\",\n                                \"email\": \"alysensouders@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2214 N. June Grass Ave\",\n                                \"address2\": null,\n                                \"province\": \"Idaho\",\n                                \"last_name\": \"Souders\",\n                                \"first_name\": \"Alysen\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868462100787,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:54.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"114\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"45\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"33\",\n            \"attributes\": {\n                \"number\": \"#1315\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T00:08:47.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:34.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:56.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"342\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919477465395,\n                        \"name\": \"#1315\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"madison.paigee@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"46ec1b0642d64a7e4ddd7f15834bc504\",\n                        \"app_id\": 580111,\n                        \"number\": 315,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014132904243,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"madison.paigee@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hunt\",\n                            \"created_at\": \"2024-06-01T17:08:42-07:00\",\n                            \"first_name\": \"Madison\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T17:08:53-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036842889523,\n                                \"zip\": \"91107\",\n                                \"city\": \"Pasadena\",\n                                \"name\": \"Madison Hunt\",\n                                \"phone\": \"+19256283859\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"125 South Berkeley Avenue\",\n                                \"address2\": \"Apt 5\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Hunt\",\n                                \"first_name\": \"Madison\",\n                                \"customer_id\": 8014132904243,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014132904243\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:51-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"529347d80f99217cbd51c8d3b6a72537\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:6c50:40f0:7420:1cff:b569:6dae:1747\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpCNENINjFYQ04yUldOWDFKVFFNRkY0\",\n                        \"created_at\": \"2024-06-01T17:08:47-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030415393075,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pasadena City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030415393075\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:51-07:00\",\n                        \"checkout_id\": 37857386791219,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055612211,\n                                \"name\": \"#1315.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919477465395,\n                                \"created_at\": \"2024-06-03T15:14:50-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030415393075,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Pasadena City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030415393075\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:50-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055612211\"\n                            }\n                        ],\n                        \"landing_site\": \"/private_access_tokens?id=929ca02762fe4285a304962153c5bf64&checkout_type=c1\",\n                        \"order_number\": 1315,\n                        \"processed_at\": \"2024-06-01T17:08:41-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"madison.paigee@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"929ca02762fe4285a304962153c5bf64\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:6c50:40f0:7420:1cff:b569:6dae:1747\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746345185587,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pasadena City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"91107\",\n                            \"city\": \"Pasadena\",\n                            \"name\": \"Madison Hunt\",\n                            \"phone\": \"+19256283859\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"125 South Berkeley Avenue\",\n                            \"address2\": \"Apt 5\",\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Hunt\",\n                            \"longitude\": null,\n                            \"first_name\": \"Madison\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/46ec1b0642d64a7e4ddd7f15834bc504/authenticate?key=d6bef5c86e2fc06db37709a5784d2dc7&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"91107\",\n                            \"city\": \"Pasadena\",\n                            \"name\": \"Madison Hunt\",\n                            \"phone\": \"+19256283859\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"125 South Berkeley Avenue\",\n                            \"address2\": \"Apt 5\",\n                            \"latitude\": 34.1437233,\n                            \"province\": \"California\",\n                            \"last_name\": \"Hunt\",\n                            \"longitude\": -118.1098183,\n                            \"first_name\": \"Madison\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"529347d80f99217cbd51c8d3b6a72537\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GK3Q88F54\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919477465395\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869412512051,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919477465395,\n                            \"created_at\": \"2024-06-01T17:08:49-07:00\",\n                            \"fulfill_at\": \"2024-06-01T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170664464691,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030415393075,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869412512051\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:51-07:00\",\n                            \"destination\": {\n                                \"id\": 6362976747827,\n                                \"zip\": \"91107\",\n                                \"city\": \"Pasadena\",\n                                \"email\": \"madison.paigee@gmail.com\",\n                                \"phone\": \"+19256283859\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"125 South Berkeley Avenue\",\n                                \"address2\": \"Apt 5\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Hunt\",\n                                \"first_name\": \"Madison\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868403806515,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:55.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"115\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"116\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"46\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"34\",\n            \"attributes\": {\n                \"number\": \"#1314\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T22:59:50.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:34.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:57.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"349\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919430770995,\n                        \"name\": \"#1314\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"bearfighting0@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"83e56cbe5747d9614823598f51daef7d\",\n                        \"app_id\": 580111,\n                        \"number\": 314,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014062354739,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"bearfighting0@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hendrix\",\n                            \"created_at\": \"2024-06-01T15:59:46-07:00\",\n                            \"first_name\": \"Claire\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T15:59:54-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036792983859,\n                                \"zip\": \"92120\",\n                                \"city\": \"San Diego\",\n                                \"name\": \"Claire Hendrix\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6581 Glenroy St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Hendrix\",\n                                \"first_name\": \"Claire\",\n                                \"customer_id\": 8014062354739,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014062354739\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T15:59:50-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T15:59:50-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:52-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"bcf82b6cad889d699de610a1195f21d7\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"68.8.76.150\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpCMEVKVlo1OFMyNzFIOUU5RDk4MkFS\",\n                        \"created_at\": \"2024-06-01T15:59:50-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030331736371,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030331736371\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:52-07:00\",\n                        \"checkout_id\": 37857244676403,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055677747,\n                                \"name\": \"#1314.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919430770995,\n                                \"created_at\": \"2024-06-03T15:14:51-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030331736371,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030331736371\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:51-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055677747\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZjdRA5RHFLeUKRVLru25rsdV1ip7bEEC4Q1gtkwm1sOwlyS3Jo1eu6UC4_aem_ATzWbespYs5sY4V3UvYKzPWvQ8WzvSBdjX4MFHqc7O8yCTMeRUfZgL8Xm-Y4pFRePOP6sZVrfCY_zzXy4gpaBNud&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1314,\n                        \"processed_at\": \"2024-06-01T15:59:46-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"bearfighting0@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"8016254494e3013506e7ab701f62beae\",\n                        \"client_details\": {\n                            \"browser_ip\": \"68.8.76.150\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone12,1; iOS 17_5_1; en_US; en; scale=2.00; 828x1792; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746315301171,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92120\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"Claire Hendrix\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6581 Glenroy St\",\n                            \"address2\": null,\n                            \"latitude\": 32.792391,\n                            \"province\": \"California\",\n                            \"last_name\": \"Hendrix\",\n                            \"longitude\": -117.0821112,\n                            \"first_name\": \"Claire\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/83e56cbe5747d9614823598f51daef7d/authenticate?key=4849fdec8659e7b07201680438a083be&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92120\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"Claire Hendrix\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6581 Glenroy St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Hendrix\",\n                            \"longitude\": null,\n                            \"first_name\": \"Claire\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"bcf82b6cad889d699de610a1195f21d7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"DERY0CMA5\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919430770995\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869364998451,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919430770995,\n                            \"created_at\": \"2024-06-01T15:59:50-07:00\",\n                            \"fulfill_at\": \"2024-06-01T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170581627187,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030331736371,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869364998451\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:52-07:00\",\n                            \"destination\": {\n                                \"id\": 6362941718835,\n                                \"zip\": \"92120\",\n                                \"city\": \"San Diego\",\n                                \"email\": \"bearfighting0@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6581 Glenroy St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Hendrix\",\n                                \"first_name\": \"Claire\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868356325683,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:57.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"117\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"118\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"47\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"number\": \"#1313\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T22:53:04.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:35.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:32:58.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"356\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919426380083,\n                        \"name\": \"#1313\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"basilio.jazmine@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"602837bd211c267322a60ae1f2403163\",\n                        \"app_id\": 580111,\n                        \"number\": 313,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8014055014707,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"basilio.jazmine@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Basilio\",\n                            \"created_at\": \"2024-06-01T15:53:00-07:00\",\n                            \"first_name\": \"Jazmine\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T15:53:10-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036787544371,\n                                \"zip\": \"89139\",\n                                \"city\": \"Las Vegas\",\n                                \"name\": \"Jazmine Basilio\",\n                                \"phone\": \"+17024857707\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6614 Blue Diamond Road\",\n                                \"address2\": \"1187\",\n                                \"province\": \"Nevada\",\n                                \"last_name\": \"Basilio\",\n                                \"first_name\": \"Jazmine\",\n                                \"customer_id\": 8014055014707,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NV\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8014055014707\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:53-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"5dd1288e42598ac3ff00f4bdb4d8c7bd\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:8801:47d0:7600:55c3:aba8:b3e0:c49e\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpBWlg4TVNKQ0ZRUVQ1M0dGMjAyQTNL\",\n                        \"created_at\": \"2024-06-01T15:53:04-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030323937587,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03775,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.046,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Nevada State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030323937587\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:53-07:00\",\n                        \"checkout_id\": 37857224622387,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055710515,\n                                \"name\": \"#1313.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919426380083,\n                                \"created_at\": \"2024-06-03T15:14:52-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030323937587,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.03775,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Clark County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.046,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Nevada State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030323937587\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:52-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055710515\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZBbUdNSDqUogMnMxppQCfdKrq19Yr4RvEF8PKgTNAB4GrrUJVlOfTyT4o_aem_ATyoN0w-XhjW7bNN03FuMc21-wWcjrVmjBqUqjaJiBXWNtPv-EqlbtyMW6E4FOkzpgUNOTAKu3M7YzmtNYLpIDkt&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1313,\n                        \"processed_at\": \"2024-06-01T15:53:00-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"basilio.jazmine@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"38edae6722804ced072499d13ca87251\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:8801:47d0:7600:55c3:aba8:b3e0:c49e\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746312286515,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03775,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.046,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Nevada State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"89178-8260\",\n                            \"city\": \"Las Vegas\",\n                            \"name\": \"Jazmine Basilio\",\n                            \"phone\": \"+17024857707\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8055 Dolce Volpe Ave\",\n                            \"address2\": null,\n                            \"latitude\": 36.0151355,\n                            \"province\": \"Nevada\",\n                            \"last_name\": \"Basilio\",\n                            \"longitude\": -115.2678093,\n                            \"first_name\": \"Jazmine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NV\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/602837bd211c267322a60ae1f2403163/authenticate?key=42234777040b2182d67f689e14814897&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"89139\",\n                            \"city\": \"Las Vegas\",\n                            \"name\": \"Jazmine Basilio\",\n                            \"phone\": \"+17024857707\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6614 Blue Diamond Road\",\n                            \"address2\": \"1187\",\n                            \"latitude\": 36.024311,\n                            \"province\": \"Nevada\",\n                            \"last_name\": \"Basilio\",\n                            \"longitude\": -115.2375449,\n                            \"first_name\": \"Jazmine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NV\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"5dd1288e42598ac3ff00f4bdb4d8c7bd\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WV5AMH2EL\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919426380083\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869360607539,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919426380083,\n                            \"created_at\": \"2024-06-01T15:53:05-07:00\",\n                            \"fulfill_at\": \"2024-06-01T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170573926707,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030323937587,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869360607539\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:52-07:00\",\n                            \"destination\": {\n                                \"id\": 6362938278195,\n                                \"zip\": \"89139\",\n                                \"city\": \"Las Vegas\",\n                                \"email\": \"basilio.jazmine@gmail.com\",\n                                \"phone\": \"+17024857707\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6614 Blue Diamond Road\",\n                                \"address2\": \"1187\",\n                                \"province\": \"Nevada\",\n                                \"last_name\": \"Basilio\",\n                                \"first_name\": \"Jazmine\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868351934771,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"119\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"120\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"48\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"36\",\n            \"attributes\": {\n                \"number\": \"#1311\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T21:46:37.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:36.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:00.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"363\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919376179507,\n                        \"name\": \"#1311\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kresslernguyen@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"97e3e2d8663206e5fd5b23c78a3e4905\",\n                        \"app_id\": 580111,\n                        \"number\": 311,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013981942067,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kresslernguyen@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Nguyen-Valdez\",\n                            \"created_at\": \"2024-06-01T14:46:34-07:00\",\n                            \"first_name\": \"Kressler\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T14:46:43-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036732690739,\n                                \"zip\": \"92843\",\n                                \"city\": \"Garden Grove\",\n                                \"name\": \"Kressler Nguyen-Valdez\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"10371 Garden Grove Blvd. Apt 7\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Nguyen-Valdez\",\n                                \"first_name\": \"Kressler\",\n                                \"customer_id\": 8013981942067,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013981942067\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:55-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"318dd2aab46bb9a1f8ed232524ef0f5d\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"107.77.227.11\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpBVzZFMVpOQ0o3UzhLUzg1TTNINkcx\",\n                        \"created_at\": \"2024-06-01T14:46:37-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030230810931,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Garden Grove City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030230810931\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:55-07:00\",\n                        \"checkout_id\": 37857078411571,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055776051,\n                                \"name\": \"#1311.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919376179507,\n                                \"created_at\": \"2024-06-03T15:14:55-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030230810931,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Garden Grove City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030230810931\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:55-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055776051\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZ5iPIxSU74VLnInZ1trjv89lSrhVBuNmDnYy7_mQ8hFhHqP_AZkysqZFI_aem_AdYRoy1GSS0X6jHaWs4RKfPoJVzkvlauQnJQ8Szipkq8nciO03PDdsF8NG_UN2Snd2C5Vfe1lbjBlD-9atgs0Ye6&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1311,\n                        \"processed_at\": \"2024-06-01T14:46:34-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kresslernguyen@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"ed6688e67d3a06eabb98f51785d5ca8c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"107.77.227.11\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone12,3; iOS 17_5_1; en_US; en; scale=3.00; 1125x2436; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746281582899,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Garden Grove City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92843\",\n                            \"city\": \"Garden Grove\",\n                            \"name\": \"Kressler Nguyen-Valdez\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"10371 Garden Grove Blvd. Apt 7\",\n                            \"address2\": null,\n                            \"latitude\": 33.775282,\n                            \"province\": \"California\",\n                            \"last_name\": \"Nguyen-Valdez\",\n                            \"longitude\": -117.9519189,\n                            \"first_name\": \"Kressler\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/97e3e2d8663206e5fd5b23c78a3e4905/authenticate?key=6463e2e81f39c8900461f52d48a8669c&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92843\",\n                            \"city\": \"Garden Grove\",\n                            \"name\": \"Kressler Nguyen-Valdez\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"10371 Garden Grove Blvd. Apt 7\",\n                            \"address2\": null,\n                            \"latitude\": 33.775282,\n                            \"province\": \"California\",\n                            \"last_name\": \"Nguyen-Valdez\",\n                            \"longitude\": -117.9519189,\n                            \"first_name\": \"Kressler\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"318dd2aab46bb9a1f8ed232524ef0f5d\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"RDGYJ55IF\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919376179507\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869309882675,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919376179507,\n                            \"created_at\": \"2024-06-01T14:46:38-07:00\",\n                            \"fulfill_at\": \"2024-06-01T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170481586483,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030230810931,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869309882675\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:55-07:00\",\n                            \"destination\": {\n                                \"id\": 6362903314739,\n                                \"zip\": \"92843\",\n                                \"city\": \"Garden Grove\",\n                                \"email\": \"kresslernguyen@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"10371 Garden Grove Blvd. Apt 7\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Nguyen-Valdez\",\n                                \"first_name\": \"Kressler\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868301340979,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:32:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"121\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"122\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"49\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"37\",\n            \"attributes\": {\n                \"number\": \"#1309\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T20:49:04.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:37.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:01.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"370\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919326601523,\n                        \"name\": \"#1309\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"beth.toler@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"2b03e5121bfe9004ad02c36af1e07da1\",\n                        \"app_id\": 580111,\n                        \"number\": 309,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013917421875,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"beth.toler@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Toler\",\n                            \"created_at\": \"2024-06-01T13:49:01-07:00\",\n                            \"first_name\": \"Cassie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T13:49:09-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036684620083,\n                                \"zip\": \"75065\",\n                                \"city\": \"Hickory creek\",\n                                \"name\": \"Cassie Toler\",\n                                \"phone\": \"+18172137132\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5 Tanglewood dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Toler\",\n                                \"first_name\": \"Cassie\",\n                                \"customer_id\": 8013917421875,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013917421875\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T13:49:04-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T13:49:04-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:57-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"4ea1216daff00e0445df8c2b6741be9e\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.02,\n                                \"price\": \"0.08\",\n                                \"title\": \"Hickory Creek City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"2607:fb91:9ce:cf50:3424:aaff:fe20:e9f9\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBUlk3NkNYTUYxNjdUWlNLUFk0Q1FD\",\n                        \"created_at\": \"2024-06-01T13:49:04-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030130344243,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Hickory Creek City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030130344243\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:57-07:00\",\n                        \"checkout_id\": 37856939180339,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055907123,\n                                \"name\": \"#1309.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919326601523,\n                                \"created_at\": \"2024-06-03T15:14:57-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030130344243,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Hickory Creek City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030130344243\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:57-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055907123\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYAYCNn71gQgO6FyNU0SOj5rl4PHQnaCflHa6PJnAXEHdnyAPVFagYqt00_aem_AU711jQ0qJBxcKFb4K1yGynwwJ0i6xkNvHxyupTdp3AtV5UIJAP6OtKVpvKjt-3R-y5YyWgrLakPK2bQ4bID2WXO&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1309,\n                        \"processed_at\": \"2024-06-01T13:49:01-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"beth.toler@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"ca0772bb57fd838955e1d5a4b7f96a15\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:9ce:cf50:3424:aaff:fe20:e9f9\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; moto g 5G - 2023 Build/U1TPNS34.26-78-3-1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.180 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 280dpi; 720x1439; motorola; moto g 5G - 2023; pnangn; qcom; en_US; 604247853)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746253664563,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.08\",\n                                        \"title\": \"Hickory Creek City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"75065\",\n                            \"city\": \"Hickory creek\",\n                            \"name\": \"Cassie Toler\",\n                            \"phone\": \"+18172137132\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5 Tanglewood dr\",\n                            \"address2\": null,\n                            \"latitude\": 33.1089974,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Toler\",\n                            \"longitude\": -97.0158032,\n                            \"first_name\": \"Cassie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/2b03e5121bfe9004ad02c36af1e07da1/authenticate?key=fa5a55fb09e30f9ad4a791e9268c8c6f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"75065\",\n                            \"city\": \"Hickory creek\",\n                            \"name\": \"Cassie Toler\",\n                            \"phone\": \"+18172137132\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5 Tanglewood dr\",\n                            \"address2\": null,\n                            \"latitude\": 33.1089974,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Toler\",\n                            \"longitude\": -97.0158032,\n                            \"first_name\": \"Cassie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"4ea1216daff00e0445df8c2b6741be9e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"CUVXM88T8\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919326601523\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869259714867,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919326601523,\n                            \"created_at\": \"2024-06-01T13:49:05-07:00\",\n                            \"fulfill_at\": \"2024-06-01T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170381807923,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030130344243,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869259714867\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:57-07:00\",\n                            \"destination\": {\n                                \"id\": 6362871365939,\n                                \"zip\": \"75065\",\n                                \"city\": \"Hickory creek\",\n                                \"email\": \"beth.toler@yahoo.com\",\n                                \"phone\": \"+18172137132\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5 Tanglewood dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Toler\",\n                                \"first_name\": \"Cassie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868251205939,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:01.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"123\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"124\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"50\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"38\",\n            \"attributes\": {\n                \"number\": \"#1308\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T20:36:28.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:38.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:03.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"377\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919313297715,\n                        \"name\": \"#1308\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jandow@comcast.net\",\n                        \"phone\": null,\n                        \"token\": \"228e85363674377fed6cd602bbd1d941\",\n                        \"app_id\": 580111,\n                        \"number\": 308,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013901562163,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jandow@comcast.net\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Dow\",\n                            \"created_at\": \"2024-06-01T13:36:25-07:00\",\n                            \"first_name\": \"Nell\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T13:36:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036672332083,\n                                \"zip\": \"01832\",\n                                \"city\": \"Haverhill\",\n                                \"name\": \"Nell Dow\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"132 Lake St\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Dow\",\n                                \"first_name\": \"Nell\",\n                                \"customer_id\": 8013901562163,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013901562163\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T13:36:29-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T13:36:29-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:58-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"c91616c585202afd34f68a0174851510\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.196.208.120\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpBUjdKOTM1UjI5UEExRDFSSlBaOVBE\",\n                        \"created_at\": \"2024-06-01T13:36:28-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030103277875,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030103277875\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:58-07:00\",\n                        \"checkout_id\": 37856901529907,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055939891,\n                                \"name\": \"#1308.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919313297715,\n                                \"created_at\": \"2024-06-03T15:14:58-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030103277875,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030103277875\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:58-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055939891\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1308,\n                        \"processed_at\": \"2024-06-01T13:36:25-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jandow@comcast.net\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e35fb9f3877b7eb992ef4094ecb9cbdb\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.196.208.120\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/465.0.1.41.103;FBBV/602060281;FBDV/iPhone13,1;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/605516918]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746246226227,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"01832\",\n                            \"city\": \"Haverhill\",\n                            \"name\": \"Nell Dow\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"132 Lake St\",\n                            \"address2\": null,\n                            \"latitude\": 42.783019,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Dow\",\n                            \"longitude\": -71.1438654,\n                            \"first_name\": \"Nell\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/228e85363674377fed6cd602bbd1d941/authenticate?key=1e84f17e352a8eb411eece30723c6322&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"01832\",\n                            \"city\": \"Haverhill\",\n                            \"name\": \"Nell Dow\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"132 Lake St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Dow\",\n                            \"longitude\": null,\n                            \"first_name\": \"Nell\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"c91616c585202afd34f68a0174851510\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"WU7ZL65IQ\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919313297715\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869246181683,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919313297715,\n                            \"created_at\": \"2024-06-01T13:36:29-07:00\",\n                            \"fulfill_at\": \"2024-06-01T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170355233075,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030103277875,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869246181683\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:58-07:00\",\n                            \"destination\": {\n                                \"id\": 6362863305011,\n                                \"zip\": \"01832\",\n                                \"city\": \"Haverhill\",\n                                \"email\": \"jandow@comcast.net\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"132 Lake St\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Dow\",\n                                \"first_name\": \"Nell\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868237672755,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:02.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"125\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"126\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"51\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"39\",\n            \"attributes\": {\n                \"number\": \"#1307\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T20:33:33.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:39.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"384\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919309955379,\n                        \"name\": \"#1307\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"ktlovescows@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"c2b34b8acbd89e5eef9b7f57d6f23916\",\n                        \"app_id\": 580111,\n                        \"number\": 307,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013897630003,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"ktlovescows@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Gjesdahl\",\n                            \"created_at\": \"2024-06-01T13:33:30-07:00\",\n                            \"first_name\": \"Katie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T13:33:38-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036669546803,\n                                \"zip\": \"55113\",\n                                \"city\": \"Roseville\",\n                                \"name\": \"Katie Gjesdahl\",\n                                \"phone\": \"+14022106654\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"484 Judith Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Minnesota\",\n                                \"last_name\": \"Gjesdahl\",\n                                \"first_name\": \"Katie\",\n                                \"customer_id\": 8013897630003,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MN\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013897630003\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:59-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"fae973966da105bc27422a58125d35fe\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"107.2.103.244\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBUjM1M1I5UkszNUJKUFpZQVA3N0pO\",\n                        \"created_at\": \"2024-06-01T13:33:33-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030096167219,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Transit Improvement (Ramsey Co)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Transportation\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Tax For Housing\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Minnesota State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030096167219\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:14:59-07:00\",\n                        \"checkout_id\": 37856894255411,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056005427,\n                                \"name\": \"#1307.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919309955379,\n                                \"created_at\": \"2024-06-03T15:14:59-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030096167219,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Transit Improvement (Ramsey Co)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Transportation\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metro Area Tax For Housing\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06875,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Minnesota State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030096167219\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:14:59-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056005427\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZORpbA6UL2K1g00_rRzEjDwznmWPtHDfxaUvUlEHdqRviYuI5ydhxhR14_aem_ATw-7fqmm6ZV4b2Bwr2ysQ-zVwxCBi7TNxsHoOD84Kd2FZZg9ZzNYBMfU2ftbxO_CC2BFH7DabA7f-btbYGWHNgV&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1307,\n                        \"processed_at\": \"2024-06-01T13:33:29-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"ktlovescows@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"ed2d38d5232a409ae4518346cfdf8350\",\n                        \"client_details\": {\n                            \"browser_ip\": \"107.2.103.244\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746244227379,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Transit Improvement (Ramsey Co)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Transportation\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metro Area Tax For Housing\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Minnesota State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"55113\",\n                            \"city\": \"Roseville\",\n                            \"name\": \"Katie Gjesdahl\",\n                            \"phone\": \"+14022106654\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"484 Judith Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Minnesota\",\n                            \"last_name\": \"Gjesdahl\",\n                            \"longitude\": null,\n                            \"first_name\": \"Katie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c2b34b8acbd89e5eef9b7f57d6f23916/authenticate?key=f88765fd7cbe39975a7d289ed57a69bf&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"55113\",\n                            \"city\": \"Roseville\",\n                            \"name\": \"Katie Gjesdahl\",\n                            \"phone\": \"+14022106654\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"484 Judith Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 45.025382,\n                            \"province\": \"Minnesota\",\n                            \"last_name\": \"Gjesdahl\",\n                            \"longitude\": -93.1206275,\n                            \"first_name\": \"Katie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MN\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"fae973966da105bc27422a58125d35fe\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"T29TAQ0L6\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919309955379\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869242872115,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919309955379,\n                            \"created_at\": \"2024-06-01T13:33:33-07:00\",\n                            \"fulfill_at\": \"2024-06-01T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170348187955,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030096167219,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869242872115\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:59-07:00\",\n                            \"destination\": {\n                                \"id\": 6362861240627,\n                                \"zip\": \"55113\",\n                                \"city\": \"Roseville\",\n                                \"email\": \"ktlovescows@yahoo.com\",\n                                \"phone\": \"+14022106654\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"484 Judith Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Minnesota\",\n                                \"last_name\": \"Gjesdahl\",\n                                \"first_name\": \"Katie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868234363187,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:04.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"127\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"128\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"52\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"40\",\n            \"attributes\": {\n                \"number\": \"#1303\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:42:26.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:42.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"389\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919006622003,\n                        \"name\": \"#1303\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"rblasagna@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"546d6e7b489a0a628d12a45bfeaeb48c\",\n                        \"app_id\": 580111,\n                        \"number\": 303,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013561921843,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"rblasagna@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Lasagna\",\n                            \"created_at\": \"2024-06-01T09:42:21-07:00\",\n                            \"first_name\": \"Romina\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:42:31-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036396622131,\n                                \"zip\": \"77845\",\n                                \"city\": \"College Station\",\n                                \"name\": \"Romina Lasagna\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3405 Dallis Dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Lasagna\",\n                                \"first_name\": \"Romina\",\n                                \"customer_id\": 8013561921843,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013561921843\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:42:26-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:42:26-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:05-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"2cf48367b5a99b09c7b811e6916c8d0a\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.005,\n                                \"price\": \"0.02\",\n                                \"title\": \"Brazos County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.015,\n                                \"price\": \"0.06\",\n                                \"title\": \"College Station City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.06\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"166.205.190.128\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBQVZTVzYzTkNOQzFOUkVRRjUwS1Ez\",\n                        \"created_at\": \"2024-06-01T09:42:26-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029533016371,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Brazos County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"College Station City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029533016371\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:05-07:00\",\n                        \"checkout_id\": 37856130498867,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056234803,\n                                \"name\": \"#1303.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919006622003,\n                                \"created_at\": \"2024-06-03T15:15:05-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029533016371,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Brazos County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.015,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"College Station City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029533016371\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:05-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056234803\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Explore&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYsgfSf8igxTlSlMCQP1OA7XYIIxJtkfacLhEeeRf3gFkh7KfB81H9ySBo_aem_AU5yipbCvue6iODYAnehxQdpF5A4JDOnperXdXAs0alB8GCjSHexgstfxL93LJ1Va18M8rj13O3tI6esI28Eay7j&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1303,\n                        \"processed_at\": \"2024-06-01T09:42:21-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"rblasagna@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"16c0f7b948b0d43e2ea956f2a8d54dc2\",\n                        \"client_details\": {\n                            \"browser_ip\": \"166.205.190.128\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone15,2; iOS 17_4_1; en_US; en; scale=3.00; 1179x2556; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746059841843,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.02\",\n                                        \"title\": \"Brazos County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.015,\n                                        \"price\": \"0.06\",\n                                        \"title\": \"College Station City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.06\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"77845-7327\",\n                            \"city\": \"College Station\",\n                            \"name\": \"Romina Lasagna\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3405 Dallis Dr\",\n                            \"address2\": null,\n                            \"latitude\": 30.5823725,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Lasagna\",\n                            \"longitude\": -96.2942531,\n                            \"first_name\": \"Romina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/546d6e7b489a0a628d12a45bfeaeb48c/authenticate?key=ae00d08e38053cbfe1b4e03418ba9ba8&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"77845\",\n                            \"city\": \"College Station\",\n                            \"name\": \"Romina Lasagna\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3405 Dallis Dr\",\n                            \"address2\": null,\n                            \"latitude\": 30.5823725,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Lasagna\",\n                            \"longitude\": -96.2942531,\n                            \"first_name\": \"Romina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"2cf48367b5a99b09c7b811e6916c8d0a\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"TC2L8AMDX\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919006622003\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868935639347,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919006622003,\n                            \"created_at\": \"2024-06-01T09:42:26-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169789886771,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029533016371,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868935639347\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:05-07:00\",\n                            \"destination\": {\n                                \"id\": 6362649985331,\n                                \"zip\": \"77845\",\n                                \"city\": \"College Station\",\n                                \"email\": \"rblasagna@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3405 Dallis Dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Lasagna\",\n                                \"first_name\": \"Romina\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867927294259,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"129\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"130\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"53\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"41\",\n            \"attributes\": {\n                \"number\": \"#1306\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T19:04:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:40.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"396\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919208702259,\n                        \"name\": \"#1306\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sjbishop@ymail.com\",\n                        \"phone\": null,\n                        \"token\": \"d0f7e03d6a8467bbf16207b96d013d1c\",\n                        \"app_id\": 580111,\n                        \"number\": 306,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013771505971,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sjbishop@ymail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Bishop\",\n                            \"created_at\": \"2024-06-01T12:04:10-07:00\",\n                            \"first_name\": \"Sarah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T12:04:22-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036576944435,\n                                \"zip\": \"78231\",\n                                \"city\": \"San Antonio\",\n                                \"name\": \"Sarah Bishop\",\n                                \"phone\": \"+16107515712\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"13419 Orchard Ridge Drive\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Bishop\",\n                                \"first_name\": \"Sarah\",\n                                \"customer_id\": 8013771505971,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013771505971\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T12:04:17-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T12:04:17-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:00-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"aff93f80d0c7f7729a17180dd84e6a7a\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0125,\n                                \"price\": \"0.05\",\n                                \"title\": \"San Antonio City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.005,\n                                \"price\": \"0.02\",\n                                \"title\": \"San Antonio Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.02\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0025,\n                                \"price\": \"0.01\",\n                                \"title\": \"San Antonio Atd Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"2600:387:a:3::72\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBSlpITlRZRFlCWVlOREJLTTlYNVla\",\n                        \"created_at\": \"2024-06-01T12:04:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029908832563,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Antonio City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Antonio Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Antonio Atd Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029908832563\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:00-07:00\",\n                        \"checkout_id\": 37856616251699,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056070963,\n                                \"name\": \"#1306.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919208702259,\n                                \"created_at\": \"2024-06-03T15:15:00-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029908832563,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Antonio City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Antonio Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Antonio Atd Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029908832563\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:00-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056070963\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR07mynB-TDtdcD_UVq_iI17NfmMwgwVv3gwp6f22E-u-GiT1HmvXIp_k7s_aem_AU7WEkP7U7iEfpt6iDCUM-Nkdvkgs2cWt5BDPsjln0AD9tWgPHEvT6XBS5Nz1PRkc0m1XRTl3I3ut3cafQaoFbFD&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1306,\n                        \"processed_at\": \"2024-06-01T12:04:10-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sjbishop@ymail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"06f702fb1768c630aa51c03cf28a4f22\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:a:3::72\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 12; SM-G973U Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.133 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/465.0.0.63.83;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746185539891,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.05\",\n                                        \"title\": \"San Antonio City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.02\",\n                                        \"title\": \"San Antonio Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.02\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"San Antonio Atd Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"78231\",\n                            \"city\": \"San Antonio\",\n                            \"name\": \"Sarah Bishop\",\n                            \"phone\": \"+16107515712\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"13419 Orchard Ridge Drive\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Bishop\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/d0f7e03d6a8467bbf16207b96d013d1c/authenticate?key=05e8fd188349f9d64b297f3060a31502&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"78231\",\n                            \"city\": \"San Antonio\",\n                            \"name\": \"Sarah Bishop\",\n                            \"phone\": \"+16107515712\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"13419 Orchard Ridge Drive\",\n                            \"address2\": null,\n                            \"latitude\": 29.5629905,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Bishop\",\n                            \"longitude\": -98.5301033,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"aff93f80d0c7f7729a17180dd84e6a7a\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"5D60IZGCE\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919208702259\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869140439347,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919208702259,\n                            \"created_at\": \"2024-06-01T12:04:17-07:00\",\n                            \"fulfill_at\": \"2024-06-01T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170162786611,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029908832563,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869140439347\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:00-07:00\",\n                            \"destination\": {\n                                \"id\": 6362793640243,\n                                \"zip\": \"78231\",\n                                \"city\": \"San Antonio\",\n                                \"email\": \"sjbishop@ymail.com\",\n                                \"phone\": \"+16107515712\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"13419 Orchard Ridge Drive\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Bishop\",\n                                \"first_name\": \"Sarah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868131930419,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"131\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"132\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"54\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"42\",\n            \"attributes\": {\n                \"number\": \"#1302\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:18:09.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:43.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"403\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918973264179,\n                        \"name\": \"#1302\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"chemi-luminescence@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"2c800f1c31d0c9916f18fafa871d4d18\",\n                        \"app_id\": 580111,\n                        \"number\": 302,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013525942579,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"chemi-luminescence@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hanawalt\",\n                            \"created_at\": \"2024-06-01T09:18:05-07:00\",\n                            \"first_name\": \"Erin\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:18:15-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036363854131,\n                                \"zip\": \"30032\",\n                                \"city\": \"Decatur\",\n                                \"name\": \"Erin Hanawalt\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2056 Castlegate Terrace\",\n                                \"address2\": \"Unit A\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"Hanawalt\",\n                                \"first_name\": \"Erin\",\n                                \"customer_id\": 8013525942579,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"GA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013525942579\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:18:10-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:18:10-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:07-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"636615f3267fbbef4e4ad634ce7ef94e\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.03,\n                                \"price\": \"0.12\",\n                                \"title\": \"Dekalb County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.12\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.12\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Dekalb Co Tsplost Sp\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Georgia State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"99.104.198.139\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpBOUNCVEE5NFoxSlRQWjA4QjlTUU1S\",\n                        \"created_at\": \"2024-06-01T09:18:09-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029468168499,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Dekalb County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Dekalb Co Tsplost Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029468168499\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:07-07:00\",\n                        \"checkout_id\": 37856046842163,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056267571,\n                                \"name\": \"#1302.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918973264179,\n                                \"created_at\": \"2024-06-03T15:15:07-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029468168499,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Dekalb County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Dekalb Co Tsplost Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Georgia State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029468168499\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:07-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056267571\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Reels&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwY2xjawDIKHgBHUVszqKxsAmxtLviSuUPsAF8RiAgNNwGeMtEyr3dtIpshHeCyCdSqT2xrg_aem_AT6Nr1_H_TiggFXif8KGKW7shbT1ZJASs5uuO3YlgflVDpPdtsU8AjA-ebm-jXQsHq-hcAOPAnbeWecPTVhUzdwi&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1302,\n                        \"processed_at\": \"2024-06-01T09:18:05-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"chemi-luminescence@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"f36af4ab523b86ac24aac50f22379b11\",\n                        \"client_details\": {\n                            \"browser_ip\": \"99.104.198.139\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 12; M2007J20CG Build/SKQ1.211019.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746037723443,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.12\",\n                                        \"title\": \"Dekalb County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.12\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.12\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Dekalb Co Tsplost Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Georgia State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"30032\",\n                            \"city\": \"Decatur\",\n                            \"name\": \"Erin Hanawalt\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2056 Castlegate Terrace\",\n                            \"address2\": \"Unit A\",\n                            \"latitude\": 33.7303637,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"Hanawalt\",\n                            \"longitude\": -84.27917,\n                            \"first_name\": \"Erin\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/2c800f1c31d0c9916f18fafa871d4d18/authenticate?key=4635161f8b3f87342301115b7965b66f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"30032\",\n                            \"city\": \"Decatur\",\n                            \"name\": \"Erin Hanawalt\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2056 Castlegate Terrace\",\n                            \"address2\": \"Unit A\",\n                            \"latitude\": 33.7303637,\n                            \"province\": \"Georgia\",\n                            \"last_name\": \"Hanawalt\",\n                            \"longitude\": -84.27917,\n                            \"first_name\": \"Erin\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"GA\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"636615f3267fbbef4e4ad634ce7ef94e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GK0556F0X\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918973264179\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868901790003,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918973264179,\n                            \"created_at\": \"2024-06-01T09:18:10-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169725530419,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029468168499,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868901790003\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:07-07:00\",\n                            \"destination\": {\n                                \"id\": 6362624295219,\n                                \"zip\": \"30032\",\n                                \"city\": \"Decatur\",\n                                \"email\": \"chemi-luminescence@hotmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2056 Castlegate Terrace\",\n                                \"address2\": \"Unit A\",\n                                \"province\": \"Georgia\",\n                                \"last_name\": \"Hanawalt\",\n                                \"first_name\": \"Erin\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867893477683,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"133\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"134\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"55\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"43\",\n            \"attributes\": {\n                \"number\": \"#1305\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.41,\n                \"discount\": 0,\n                \"total\": 4.4,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T18:55:21.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:41.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"412\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919196905779,\n                        \"name\": \"#1305\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jhuk1309@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"eaceca1cf7d1315df638b5e38094c73d\",\n                        \"app_id\": 580111,\n                        \"number\": 305,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013756105011,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jhuk1309@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Huk\",\n                            \"created_at\": \"2024-06-01T11:55:17-07:00\",\n                            \"first_name\": \"Yuliya\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T11:55:26-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036566622515,\n                                \"zip\": \"60622\",\n                                \"city\": \"Chicago\",\n                                \"name\": \"Julia Huk\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"853 N Hermitage Ave\",\n                                \"address2\": \"Apt 2F\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Huk\",\n                                \"first_name\": \"Julia\",\n                                \"customer_id\": 8013756105011,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013756105011\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T11:55:21-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T11:55:21-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:01-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e701a44700c05b3ca60424e0fe2fa927\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0175,\n                                \"price\": \"0.07\",\n                                \"title\": \"Cook County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0125,\n                                \"price\": \"0.05\",\n                                \"title\": \"Chicago City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.41\",\n                        \"browser_ip\": \"209.107.189.181\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBSkRTM1pHNTQ1RTBHWkozRUs3M1hT\",\n                        \"created_at\": \"2024-06-01T11:55:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029886288179,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029886288179\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:01-07:00\",\n                        \"checkout_id\": 37856584761651,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.40\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056136499,\n                                \"name\": \"#1305.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919196905779,\n                                \"created_at\": \"2024-06-03T15:15:01-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029886288179,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cook County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Chicago City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Illinois State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029886288179\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:01-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056136499\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYMGSaYS_Ynt1kMCuj3OLZ1eEJ_bQrdG-kdPUBEjd7y2hQPkiuYnTkX0cE_aem_AU6cnDQXF6H0yjOZntyHZAm3ZRRnBsMxLYwMcD_hqky2JMRieVTlnFrpRcQOWo5o8esuPuVskkmeL8iZGcDiUu12&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1305,\n                        \"processed_at\": \"2024-06-01T11:55:17-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jhuk1309@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"11a180deacf7a3ff1680778319e40a47\",\n                        \"client_details\": {\n                            \"browser_ip\": \"209.107.189.181\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746178462003,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.07\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.05\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"60622\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Yuliya Huk\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"853 N Hermitage Ave\",\n                            \"address2\": \"Apt 2F\",\n                            \"latitude\": 41.89759249999999,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Huk\",\n                            \"longitude\": -87.6707156,\n                            \"first_name\": \"Yuliya\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/eaceca1cf7d1315df638b5e38094c73d/authenticate?key=7d4cd9821400e632610ea29a50ac5a55&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"60622\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Julia Huk\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"853 N Hermitage Ave\",\n                            \"address2\": \"Apt 2F\",\n                            \"latitude\": 41.89759249999999,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Huk\",\n                            \"longitude\": -87.6707156,\n                            \"first_name\": \"Julia\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"current_total_tax\": \"0.41\",\n                        \"source_identifier\": \"e701a44700c05b3ca60424e0fe2fa927\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"9GI025AKK\",\n                        \"current_total_price\": \"4.40\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919196905779\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869128249651,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919196905779,\n                            \"created_at\": \"2024-06-01T11:55:21-07:00\",\n                            \"fulfill_at\": \"2024-06-01T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170140340531,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029886288179,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869128249651\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:01-07:00\",\n                            \"destination\": {\n                                \"id\": 6362785546547,\n                                \"zip\": \"60622\",\n                                \"city\": \"Chicago\",\n                                \"email\": \"jhuk1309@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"853 N Hermitage Ave\",\n                                \"address2\": \"Apt 2F\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Huk\",\n                                \"first_name\": \"Julia\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868119773491,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"135\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"136\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"56\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"44\",\n            \"attributes\": {\n                \"number\": \"#1300\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.41,\n                \"discount\": 0,\n                \"total\": 4.4,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T16:08:28.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:44.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"417\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918959665459,\n                        \"name\": \"#1300\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"crawfordama@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"3d7e87881018d855680b08ae535a52d1\",\n                        \"app_id\": 580111,\n                        \"number\": 300,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013509722419,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"crawfordama@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Crawford\",\n                            \"created_at\": \"2024-06-01T09:08:22-07:00\",\n                            \"first_name\": \"Amanda\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T09:08:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036349305139,\n                                \"zip\": \"60657\",\n                                \"city\": \"Chicago\",\n                                \"name\": \"Amanda Crawford\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"807 West Cornelia Avenue\",\n                                \"address2\": \"Apt 2E\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Crawford\",\n                                \"first_name\": \"Amanda\",\n                                \"customer_id\": 8013509722419,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013509722419\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T09:08:29-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T09:08:29-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:09-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"074e9929f0af44e01fcd6a5628c3539f\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0175,\n                                \"price\": \"0.07\",\n                                \"title\": \"Cook County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.07\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0125,\n                                \"price\": \"0.05\",\n                                \"title\": \"Chicago City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Illinois State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.41\",\n                        \"browser_ip\": \"2607:fb91:229c:1b93:b4ee:66ed:283b:95f4\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBOFgzNTRCRlpBS1BSUTExVjRENzhH\",\n                        \"created_at\": \"2024-06-01T09:08:28-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029442117939,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029442117939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:09-07:00\",\n                        \"checkout_id\": 37856010469683,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.40\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056333107,\n                                \"name\": \"#1300.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918959665459,\n                                \"created_at\": \"2024-06-03T15:15:09-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029442117939,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Cook County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Chicago City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Regional Transport. Authority (Rta)\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Illinois State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029442117939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:09-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056333107\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabOyXoPMVJGdM4S56ibZh273V_MPbBXwtADUjCy3NwqE7NhrVkHa7s_n68_aem_AT63vZcOob6Q7ktJx5xHaGidiBpbpByoVikC2JHNFRXHS_nbTGLWQ3ikRKjLc-T9RwLbyDUvLV_LYbp6n2ZIYWmu&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1300,\n                        \"processed_at\": \"2024-06-01T09:08:22-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"crawfordama@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"be7c7e1ad498027e7578f0cac401f81f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb91:229c:1b93:b4ee:66ed:283b:95f4\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 332.0.2.29.94 (iPhone14,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 600349675)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746028482867,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0175,\n                                        \"price\": \"0.07\",\n                                        \"title\": \"Cook County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.07\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.05\",\n                                        \"title\": \"Chicago City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Regional Transport. Authority (Rta)\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Illinois State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"60657\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Amanda Crawford\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"807 West Cornelia Avenue\",\n                            \"address2\": \"Apt 2E\",\n                            \"latitude\": null,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Crawford\",\n                            \"longitude\": null,\n                            \"first_name\": \"Amanda\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3d7e87881018d855680b08ae535a52d1/authenticate?key=ca5c9054ebdcae8662aac6882743aafa&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"60657\",\n                            \"city\": \"Chicago\",\n                            \"name\": \"Amanda Crawford\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"807 West Cornelia Avenue\",\n                            \"address2\": \"Apt 2E\",\n                            \"latitude\": 41.94503599999999,\n                            \"province\": \"Illinois\",\n                            \"last_name\": \"Crawford\",\n                            \"longitude\": -87.6497717,\n                            \"first_name\": \"Amanda\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IL\"\n                        },\n                        \"current_total_tax\": \"0.41\",\n                        \"source_identifier\": \"074e9929f0af44e01fcd6a5628c3539f\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"GMAXEF8K3\",\n                        \"current_total_price\": \"4.40\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918959665459\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.40\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868888518963,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918959665459,\n                            \"created_at\": \"2024-06-01T09:08:29-07:00\",\n                            \"fulfill_at\": \"2024-06-01T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169699774771,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029442117939,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868888518963\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:09-07:00\",\n                            \"destination\": {\n                                \"id\": 6362613940531,\n                                \"zip\": \"60657\",\n                                \"city\": \"Chicago\",\n                                \"email\": \"crawfordama@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"807 West Cornelia Avenue\",\n                                \"address2\": \"Apt 2E\",\n                                \"province\": \"Illinois\",\n                                \"last_name\": \"Crawford\",\n                                \"first_name\": \"Amanda\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867880206643,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"137\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"138\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"57\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"45\",\n            \"attributes\": {\n                \"number\": \"#1292\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T15:19:20.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:45.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"426\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918891573555,\n                        \"name\": \"#1292\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"cmallari925@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"f521220b3b9b69d75a8158b44fb43c85\",\n                        \"app_id\": 580111,\n                        \"number\": 292,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013436846387,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"cmallari925@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Jimenez\",\n                            \"created_at\": \"2024-06-01T08:19:17-07:00\",\n                            \"first_name\": \"Christine\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T08:19:25-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036285505843,\n                                \"zip\": \"78665\",\n                                \"city\": \"Round Rock\",\n                                \"name\": \"Christine Jimenez\",\n                                \"phone\": \"+12104280137\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2950 E Old Settlers Blvd\",\n                                \"address2\": \"Unit 51\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Jimenez\",\n                                \"first_name\": \"Christine\",\n                                \"customer_id\": 8013436846387,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013436846387\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T08:19:21-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T08:19:21-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:12-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d1a9fd459acc30b8fad17a0b32bbf67c\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.02,\n                                \"price\": \"0.08\",\n                                \"title\": \"Round Rock City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.08\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"2600:100c:b003:bc3c:4024:a6d8:6e24:7036\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpBNjNBRTM0SjdaM0paNUtFTUpNWUoz\",\n                        \"created_at\": \"2024-06-01T08:19:20-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029305147699,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Round Rock City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029305147699\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:12-07:00\",\n                        \"checkout_id\": 37855840993587,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056365875,\n                                \"name\": \"#1292.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918891573555,\n                                \"created_at\": \"2024-06-03T15:15:12-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029305147699,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Round Rock City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029305147699\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:12-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056365875\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR32hbjqpbsqtGv-AWZNr2AiQbM_YLaEU2CxL-_MWs2tXL2e1-chiyaPIFw_aem_AT4vb3MQyOXyICGHAuYp4--JaFjcw52Gn-NuJ8Ee_QriHNsJ-IhSDmHvqyX4NpNRTUXDCyEuTg7PxlqYzJGV2XqG&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1292,\n                        \"processed_at\": \"2024-06-01T08:19:17-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"cmallari925@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"03b83190a4b2521408d148397cbf5260\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:100c:b003:bc3c:4024:a6d8:6e24:7036\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone13,4;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4745984901427,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.08\",\n                                        \"title\": \"Round Rock City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.08\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"78665\",\n                            \"city\": \"Round Rock\",\n                            \"name\": \"Christine Jimenez\",\n                            \"phone\": \"+12104280137\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2950 E Old Settlers Blvd\",\n                            \"address2\": \"Unit 51\",\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Jimenez\",\n                            \"longitude\": null,\n                            \"first_name\": \"Christine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/f521220b3b9b69d75a8158b44fb43c85/authenticate?key=57ec40ffb95e719521bc883bca9dc38f&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"78665\",\n                            \"city\": \"Round Rock\",\n                            \"name\": \"Christine Jimenez\",\n                            \"phone\": \"+12104280137\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2950 E Old Settlers Blvd\",\n                            \"address2\": \"Unit 51\",\n                            \"latitude\": 30.5471461,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Jimenez\",\n                            \"longitude\": -97.6403649,\n                            \"first_name\": \"Christine\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"d1a9fd459acc30b8fad17a0b32bbf67c\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"2YZ0M9QIP\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918891573555\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868819312947,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918891573555,\n                            \"created_at\": \"2024-06-01T08:19:21-07:00\",\n                            \"fulfill_at\": \"2024-06-01T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169564115251,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029305147699,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868819312947\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:12-07:00\",\n                            \"destination\": {\n                                \"id\": 6362563150131,\n                                \"zip\": \"78665\",\n                                \"city\": \"Round Rock\",\n                                \"email\": \"cmallari925@gmail.com\",\n                                \"phone\": \"+12104280137\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2950 E Old Settlers Blvd\",\n                                \"address2\": \"Unit 51\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Jimenez\",\n                                \"first_name\": \"Christine\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867811066163,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"139\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"140\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"58\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"46\",\n            \"attributes\": {\n                \"number\": \"#1304\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T17:41:51.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:41.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"427\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919092965683,\n                        \"name\": \"#1304\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"huynh.diana96@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"a5c81c7b40cf6672d5a8bcb71f2ca4e6\",\n                        \"app_id\": 580111,\n                        \"number\": 304,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013651968307,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"huynh.diana96@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Spagnoli\",\n                            \"created_at\": \"2024-06-01T10:41:48-07:00\",\n                            \"first_name\": \"Kelton\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T10:41:56-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10036477919539,\n                                \"zip\": \"98663\",\n                                \"city\": \"Vancouver\",\n                                \"name\": \"Diana Huynh\",\n                                \"phone\": \"+14084394985\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4918 NE 23rd Ct\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Huynh\",\n                                \"first_name\": \"Diana\",\n                                \"customer_id\": 8013651968307,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"WA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013651968307\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T10:41:51-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T10:41:51-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:03-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"905c25c7a514a006f0e925bd071ab062\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:100f:b103:4c26:912e:6311:248d:6994\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpBRTNEMFoxVFNDWE1NM0NZRkQ2RTBO\",\n                        \"created_at\": \"2024-06-01T10:41:51-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15029695840563,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.022,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Vancouver City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029695840563\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:03-07:00\",\n                        \"checkout_id\": 37856329531699,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056202035,\n                                \"name\": \"#1304.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919092965683,\n                                \"created_at\": \"2024-06-03T15:15:03-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15029695840563,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Clark County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.022,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Vancouver City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.065,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15029695840563\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:03-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056202035\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaamG4IXhlNxpFcWVYC6Nak_9_zOEZ0usDD-j7r9bBbBEOvcsk1EXYyZ85k_aem_AU6jwqeMpDDEK46PKJJ587dV5Ft0tmHP_LoLWXUw1A3r-9n9i_wRcQsfYEwou7AJpzBHihcJF6qp5tPKH1I04-FZ&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1304,\n                        \"processed_at\": \"2024-06-01T10:41:48-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"huynh.diana96@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"cbadfad288e21c4df1c382f345d3b1fc\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:100f:b103:4c26:912e:6311:248d:6994\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746115776819,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Clark County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.022,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Vancouver City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"98663\",\n                            \"city\": \"Vancouver\",\n                            \"name\": \"Kelton Spagnoli\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4918 NE 23rd Ct\",\n                            \"address2\": null,\n                            \"latitude\": 45.6574671,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Spagnoli\",\n                            \"longitude\": -122.6474677,\n                            \"first_name\": \"Kelton\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/a5c81c7b40cf6672d5a8bcb71f2ca4e6/authenticate?key=139e0c91253643607675bb90d28a670d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"98663\",\n                            \"city\": \"Vancouver\",\n                            \"name\": \"Diana Huynh\",\n                            \"phone\": \"+14084394985\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4918 NE 23rd Ct\",\n                            \"address2\": null,\n                            \"latitude\": 45.6574671,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"Huynh\",\n                            \"longitude\": -122.6474677,\n                            \"first_name\": \"Diana\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"905c25c7a514a006f0e925bd071ab062\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NW21R4YQI\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919092965683\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869022998835,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919092965683,\n                            \"created_at\": \"2024-06-01T10:41:51-07:00\",\n                            \"fulfill_at\": \"2024-06-01T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169951465779,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15029695840563,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869022998835\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:03-07:00\",\n                            \"destination\": {\n                                \"id\": 6362713588019,\n                                \"zip\": \"98663\",\n                                \"city\": \"Vancouver\",\n                                \"email\": \"huynh.diana96@gmail.com\",\n                                \"phone\": \"+14084394985\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4918 NE 23rd Ct\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"Huynh\",\n                                \"first_name\": \"Diana\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868014653747,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"141\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"142\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"59\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"47\",\n            \"attributes\": {\n                \"number\": \"#1291\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-01T12:49:10.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:46.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:10.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"440\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5918718230835,\n                        \"name\": \"#1291\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jenny199705@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"6aa734d5b3eb73503d257ae6e530764c\",\n                        \"app_id\": 580111,\n                        \"number\": 291,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8013203964211,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jenny199705@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Kim\",\n                            \"created_at\": \"2024-06-01T05:49:07-07:00\",\n                            \"first_name\": \"Jenny\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T05:49:15-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10035276382515,\n                                \"zip\": \"11364\",\n                                \"city\": \"Bayside\",\n                                \"name\": \"Jenny Kim\",\n                                \"phone\": \"(201) 364-3216\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"57-26 226th Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Kim\",\n                                \"first_name\": \"Jenny\",\n                                \"customer_id\": 8013203964211,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8013203964211\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:14-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"fd236750d0e6e53326c1a24a4d45bc56\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"100.37.252.51\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFo5WEZRNVFTMFpOUjRBSDM0RTU4RjVW\",\n                        \"created_at\": \"2024-06-01T05:49:10-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15028993425715,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15028993425715\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:14-07:00\",\n                        \"checkout_id\": 37855352783155,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056398643,\n                                \"name\": \"#1291.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5918718230835,\n                                \"created_at\": \"2024-06-03T15:15:14-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15028993425715,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15028993425715\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:14-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056398643\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabavROwmK4TYRPtQjQ6KMO4azfSSDVMKS3HPO_GoLSsyLtWxnJgDV9sZ6k_aem_AT7Lku446asp7ggU-6iMlhf23s0bcYEz_loagw-K4NXN2OJPGYHjITmIuPa-uqc-0XpQ4ZKO8wMrylzl_dUiVPLR&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1291,\n                        \"processed_at\": \"2024-06-01T05:49:07-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jenny199705@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"bf6f24b5095d6005b9a6f05d8326ad87\",\n                        \"client_details\": {\n                            \"browser_ip\": \"100.37.252.51\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4745859596595,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11364\",\n                            \"city\": \"Bayside\",\n                            \"name\": \"Jenny Kim\",\n                            \"phone\": \"(201) 364-3216\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"57-26 226th Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Kim\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jenny\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/6aa734d5b3eb73503d257ae6e530764c/authenticate?key=9c6facbfbb3f6f5e742378149fa5c965&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11364\",\n                            \"city\": \"Bayside\",\n                            \"name\": \"Jenny Kim\",\n                            \"phone\": \"(201) 364-3216\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"57-26 226th Street\",\n                            \"address2\": null,\n                            \"latitude\": 40.7524723,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Kim\",\n                            \"longitude\": -73.75304899999999,\n                            \"first_name\": \"Jenny\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"fd236750d0e6e53326c1a24a4d45bc56\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N0KHX8VUE\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5918718230835\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6868642988339,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5918718230835,\n                            \"created_at\": \"2024-06-01T05:49:11-07:00\",\n                            \"fulfill_at\": \"2024-06-01T05:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15169254850867,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15028993425715,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6868642988339\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:14-07:00\",\n                            \"destination\": {\n                                \"id\": 6362418184499,\n                                \"zip\": \"11364\",\n                                \"city\": \"Bayside\",\n                                \"email\": \"jenny199705@gmail.com\",\n                                \"phone\": \"(201) 364-3216\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"57-26 226th Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Kim\",\n                                \"first_name\": \"Jenny\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 867635036467,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:10.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"143\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"144\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"60\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"48\",\n            \"attributes\": {\n                \"number\": \"#1340\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T12:19:31.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:47.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:12.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"447\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921267614003,\n                        \"name\": \"#1340\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jj102891@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"0126f3955c542e090894a7fb33c52c32\",\n                        \"app_id\": 580111,\n                        \"number\": 340,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8016704799027,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jj102891@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Jang\",\n                            \"created_at\": \"2024-06-03T05:19:28-07:00\",\n                            \"first_name\": \"Jenny\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T05:19:37-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038989750579,\n                                \"zip\": \"10306\",\n                                \"city\": \"Staten Island\",\n                                \"name\": \"Jenny Jang\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"25 Roma Ave\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Jang\",\n                                \"first_name\": \"Jenny\",\n                                \"customer_id\": 8016704799027,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8016704799027\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T05:19:32-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T05:19:32-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:17-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"0a73a52cb450f2c0308dd4a148393f59\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"162.83.134.142\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGMEs2SkUyNzcwWEM2N1A4RVFWUlBN\",\n                        \"created_at\": \"2024-06-03T05:19:31-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033545425203,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033545425203\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:17-07:00\",\n                        \"checkout_id\": 37863034978611,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056431411,\n                                \"name\": \"#1340.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921267614003,\n                                \"created_at\": \"2024-06-03T15:15:16-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033545425203,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033545425203\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:16-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056431411\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaagUpywS5Tt9IhrFokpgWLofrwi0Q7GabvxpJ-jWd60KLL2vCS5zqbKuw0_aem_ATqGl6dyCiu9-jjE06yHg5hplKvz_WrzsYfOBqLWeX7sBkwIMV4Zi8KAii1zPVmeCBoB2ZmfEVYRO3GZ_Z-T4Kzm&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1340,\n                        \"processed_at\": \"2024-06-03T05:19:27-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jj102891@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"69224ce805853a06e086d5f8f2d2cf53\",\n                        \"client_details\": {\n                            \"browser_ip\": \"162.83.134.142\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 324.0.4.26.52 (iPhone16,1; iOS 17_4_1; en_US; en; scale=3.00; 1179x2556; 580117525)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747770691891,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"10306\",\n                            \"city\": \"Staten Island\",\n                            \"name\": \"Jenny Jang\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"25 Roma Ave\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Jang\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jenny\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/0126f3955c542e090894a7fb33c52c32/authenticate?key=83c1a6dc83289e880495cf31a13cbbce&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"10306\",\n                            \"city\": \"Staten Island\",\n                            \"name\": \"Jenny Jang\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"25 Roma Ave\",\n                            \"address2\": null,\n                            \"latitude\": 40.5651023,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Jang\",\n                            \"longitude\": -74.1008338,\n                            \"first_name\": \"Jenny\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"0a73a52cb450f2c0308dd4a148393f59\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"3A8AQD2L0\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921267614003\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871224484147,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921267614003,\n                            \"created_at\": \"2024-06-03T05:19:32-07:00\",\n                            \"fulfill_at\": \"2024-06-03T05:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15173782864179,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033545425203,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871224484147\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:17-07:00\",\n                            \"destination\": {\n                                \"id\": 6364627435827,\n                                \"zip\": \"10306\",\n                                \"city\": \"Staten Island\",\n                                \"email\": \"jj102891@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"25 Roma Ave\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Jang\",\n                                \"first_name\": \"Jenny\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870212305203,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:11.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"145\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"146\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"61\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"49\",\n            \"attributes\": {\n                \"number\": \"#1347\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.35,\n                \"discount\": 0,\n                \"total\": 4.34,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:57:30.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:48.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:13.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"454\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921469595955,\n                        \"name\": \"#1347\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"issakatu4611@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"6c7cbe52d7525f620b08534af117b970\",\n                        \"app_id\": 580111,\n                        \"number\": 347,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017794498867,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"issakatu4611@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"F\",\n                            \"created_at\": \"2024-06-03T08:57:25-07:00\",\n                            \"first_name\": \"Kat\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:57:35-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039574888755,\n                                \"zip\": \"11204\",\n                                \"city\": \"Brooklyn\",\n                                \"name\": \"Kat F\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2335 63rd Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"F\",\n                                \"first_name\": \"Kat\",\n                                \"customer_id\": 8017794498867,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017794498867\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T08:57:30-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T08:57:30-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:19-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"777237641088753e8684de8f2293aed4\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.045,\n                                \"price\": \"0.18\",\n                                \"title\": \"New York City City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.18\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.00375,\n                                \"price\": \"0.01\",\n                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.01\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.35\",\n                        \"browser_ip\": \"68.199.77.228\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGQ1dZSzEyS1M0S0taU0pTU0RYMldN\",\n                        \"created_at\": \"2024-06-03T08:57:30-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033903284531,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033903284531\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:19-07:00\",\n                        \"checkout_id\": 37863630962995,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.34\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056496947,\n                                \"name\": \"#1347.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921469595955,\n                                \"created_at\": \"2024-06-03T15:15:19-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033903284531,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033903284531\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:19-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056496947\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa2j1T-or2jyueqyNeOZvwbgobC5BGqQu9FpIOLpfPsq3H1zfFQ11jcPIY_aem_AbAFzE6D9NWCF55JFcGs7zncXhccxx1-YOy5eqLd7jtt85XQbokoDi7y2P7jdDNjI3frHajKbFdtMZnyj1I4nsz8&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1347,\n                        \"processed_at\": \"2024-06-03T08:57:25-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"issakatu4611@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9a74b79efc6ddf47ae4912dd21f8756c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"68.199.77.228\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone15,3; iOS 17_4_1; en_US; en; scale=3.00; 1290x2796; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747920638259,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.18\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.18\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.01\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.01\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"11204\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Kat F\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2335 63rd Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"F\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kat\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/6c7cbe52d7525f620b08534af117b970/authenticate?key=251206a4131d90452c08fb7eed39cb49&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"11204\",\n                            \"city\": \"Brooklyn\",\n                            \"name\": \"Kat F\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2335 63rd Street\",\n                            \"address2\": null,\n                            \"latitude\": 40.6132596,\n                            \"province\": \"New York\",\n                            \"last_name\": \"F\",\n                            \"longitude\": -73.9769001,\n                            \"first_name\": \"Kat\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.35\",\n                        \"source_identifier\": \"777237641088753e8684de8f2293aed4\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"875APGEZF\",\n                        \"current_total_price\": \"4.34\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921469595955\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.35\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.34\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871429742899,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921469595955,\n                            \"created_at\": \"2024-06-03T08:57:30-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174141673779,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033903284531,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871429742899\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:19-07:00\",\n                            \"destination\": {\n                                \"id\": 6364826403123,\n                                \"zip\": \"11204\",\n                                \"city\": \"Brooklyn\",\n                                \"email\": \"issakatu4611@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2335 63rd Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"F\",\n                                \"first_name\": \"Kat\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870416351539,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"147\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"148\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"62\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"50\",\n            \"attributes\": {\n                \"number\": \"#1346\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:41:13.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:49.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"461\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921452687667,\n                        \"name\": \"#1346\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jmcas19@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"37377633e99dc0772a075dd8fefd0bb2\",\n                        \"app_id\": 580111,\n                        \"number\": 346,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017722016051,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jmcas19@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Case\",\n                            \"created_at\": \"2024-06-03T08:41:12-07:00\",\n                            \"first_name\": \"Jeff\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:41:13-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039554507059,\n                                \"zip\": \"63123\",\n                                \"city\": \"St. Louis\",\n                                \"name\": \"Jeff Case\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6017 Maxwell Ave\",\n                                \"address2\": null,\n                                \"province\": \"Missouri\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Jeff\",\n                                \"customer_id\": 8017722016051,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MO\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017722016051\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:22-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ea3fc635f36f0930fa3af02e039009fc\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"166.196.54.94\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGQzRIUVMxNE1SQUEzUzdUSFkwVlhZ\",\n                        \"created_at\": \"2024-06-03T08:41:13-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033874448691,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Missouri State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02263,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"St. Louis City County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Louis Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033874448691\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:22-07:00\",\n                        \"checkout_id\": 37863594131763,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056562483,\n                                \"name\": \"#1346.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921452687667,\n                                \"created_at\": \"2024-06-03T15:15:21-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033874448691,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Missouri State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02263,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"St. Louis City County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0125,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Saint Louis Co Tr\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033874448691\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:21-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056562483\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1346,\n                        \"processed_at\": \"2024-06-03T08:41:12-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jmcas19@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"af043842ca6eee2c62bc1b2df6b74176\",\n                        \"client_details\": {\n                            \"browser_ip\": \"166.196.54.94\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747908383027,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Missouri State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02263,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"St. Louis City County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0125,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Saint Louis Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"63123\",\n                            \"city\": \"St. Louis\",\n                            \"name\": \"Jeff Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6017 Maxwell Ave\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Missouri\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jeff\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MO\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/37377633e99dc0772a075dd8fefd0bb2/authenticate?key=57169cbc355107cf60e15e4a431eabe6&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"63123\",\n                            \"city\": \"St. Louis\",\n                            \"name\": \"Jeff Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6017 Maxwell Ave\",\n                            \"address2\": null,\n                            \"latitude\": 38.5571525,\n                            \"province\": \"Missouri\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": -90.3186344,\n                            \"first_name\": \"Jeff\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MO\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"ea3fc635f36f0930fa3af02e039009fc\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"CWLI47J0A\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921452687667\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871412113715,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921452687667,\n                            \"created_at\": \"2024-06-03T08:41:13-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174113100083,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033874448691,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871412113715\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:22-07:00\",\n                            \"destination\": {\n                                \"id\": 6364811067699,\n                                \"zip\": \"63123\",\n                                \"city\": \"St. Louis\",\n                                \"email\": \"jmcas19@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6017 Maxwell Ave\",\n                                \"address2\": null,\n                                \"province\": \"Missouri\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Jeff\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870398820659,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"149\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"150\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"63\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"51\",\n            \"attributes\": {\n                \"number\": \"#1345\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:41:09.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:50.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"468\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921452425523,\n                        \"name\": \"#1345\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"shbislanders1@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"734e1b372940bd5f7dfcf13c776f68b0\",\n                        \"app_id\": 580111,\n                        \"number\": 345,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017721688371,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"shbislanders1@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Breier\",\n                            \"created_at\": \"2024-06-03T08:41:06-07:00\",\n                            \"first_name\": \"Ryan\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:41:10-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039554408755,\n                                \"zip\": \"10029\",\n                                \"city\": \"New York\",\n                                \"name\": \"Ryan Breier\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1624 Madison Ave\",\n                                \"address2\": \"4S\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Breier\",\n                                \"first_name\": \"Ryan\",\n                                \"customer_id\": 8017721688371,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017721688371\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T08:41:10-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T08:41:10-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:24-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"75c252978e25b3e59282f5d64942a666\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"67.254.212.240\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGQzRUWkM5U1hDRjFOSzFGOUM4TlE0\",\n                        \"created_at\": \"2024-06-03T08:41:09-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033874055475,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033874055475\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:24-07:00\",\n                        \"checkout_id\": 37863594754355,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056595251,\n                                \"name\": \"#1345.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921452425523,\n                                \"created_at\": \"2024-06-03T15:15:24-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033874055475,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.045,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.00375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Metropolitan Commuter Transportation District\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033874055475\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:24-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056595251\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1345,\n                        \"processed_at\": \"2024-06-03T08:41:06-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"shbislanders1@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"3a7e9c64739c1cfd932394e7c17d79ed\",\n                        \"client_details\": {\n                            \"browser_ip\": \"67.254.212.240\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747908219187,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.045,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.00375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Metropolitan Commuter Transportation District\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"10029\",\n                            \"city\": \"New York\",\n                            \"name\": \"Ryan Breier\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1624 Madison Ave\",\n                            \"address2\": \"4S\",\n                            \"latitude\": 40.7953049,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Breier\",\n                            \"longitude\": -73.9485905,\n                            \"first_name\": \"Ryan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/734e1b372940bd5f7dfcf13c776f68b0/authenticate?key=a401c94e150b851983b1736d366841e1&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"10029\",\n                            \"city\": \"New York\",\n                            \"name\": \"Ryan Breier\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1624 Madison Ave\",\n                            \"address2\": \"4S\",\n                            \"latitude\": 40.7953049,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Breier\",\n                            \"longitude\": -73.9485905,\n                            \"first_name\": \"Ryan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"75c252978e25b3e59282f5d64942a666\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"CNQ2PC92Q\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921452425523\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871411949875,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921452425523,\n                            \"created_at\": \"2024-06-03T08:41:10-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174112706867,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033874055475,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871411949875\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:24-07:00\",\n                            \"destination\": {\n                                \"id\": 6364810838323,\n                                \"zip\": \"10029\",\n                                \"city\": \"New York\",\n                                \"email\": \"shbislanders1@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1624 Madison Ave\",\n                                \"address2\": \"4S\",\n                                \"province\": \"New York\",\n                                \"last_name\": \"Breier\",\n                                \"first_name\": \"Ryan\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870398656819,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"151\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"152\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"64\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"52\",\n            \"attributes\": {\n                \"number\": \"#1344\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:40:38.000000Z\",\n                \"updated_at\": \"2024-07-31T22:17:50.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:17.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"475\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921451770163,\n                        \"name\": \"#1344\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"uhhey09@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"64d9d676931aaf49f23a27255776d913\",\n                        \"app_id\": 580111,\n                        \"number\": 344,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017717002547,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"uhhey09@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Shah\",\n                            \"created_at\": \"2024-06-03T08:40:37-07:00\",\n                            \"first_name\": \"Syed\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-09T00:48:02-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039551787315,\n                                \"zip\": \"95660\",\n                                \"city\": \"NORTH HIGHLANDS\",\n                                \"name\": \"Syed Shah\",\n                                \"phone\": \"+19166961925\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3809 DAVID DR\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Shah\",\n                                \"first_name\": \"Syed\",\n                                \"customer_id\": 8017717002547,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017717002547\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T08:40:38-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T08:40:38-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:27-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"48bcd719e35111b0e410b77a9ed1e040\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:f:4b16::1\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpGQzJNSjc5VFdBMzZTV0M2SEFRUEdI\",\n                        \"created_at\": \"2024-06-03T08:40:38-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033872974131,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033872974131\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:27-07:00\",\n                        \"checkout_id\": 37863590068531,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056628019,\n                                \"name\": \"#1344.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921451770163,\n                                \"created_at\": \"2024-06-03T15:15:27-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033872974131,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Sacramento County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Sacramento County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Sacramento Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033872974131\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:27-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056628019\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1344,\n                        \"processed_at\": \"2024-06-03T08:40:37-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"uhhey09@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"ee18eff2808eb1db8a8f3b9111f8d414\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:f:4b16::1\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747907793203,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Sacramento Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95660\",\n                            \"city\": \"NORTH HIGHLANDS\",\n                            \"name\": \"Syed Shah\",\n                            \"phone\": \"+19166961925\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3809 DAVID DR\",\n                            \"address2\": null,\n                            \"latitude\": 38.6765397,\n                            \"province\": \"California\",\n                            \"last_name\": \"Shah\",\n                            \"longitude\": -121.3756156,\n                            \"first_name\": \"Syed\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/64d9d676931aaf49f23a27255776d913/authenticate?key=8012e8a018489e4369d9ab2453c72647&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"95660\",\n                            \"city\": \"NORTH HIGHLANDS\",\n                            \"name\": \"Syed Shah\",\n                            \"phone\": \"+19166961925\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3809 DAVID DR\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Shah\",\n                            \"longitude\": null,\n                            \"first_name\": \"Syed\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"48bcd719e35111b0e410b77a9ed1e040\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"W700CXEZX\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921451770163\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871411163443,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921451770163,\n                            \"created_at\": \"2024-06-03T08:40:38-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174111625523,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033872974131,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871411163443\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:27-07:00\",\n                            \"destination\": {\n                                \"id\": 6364810412339,\n                                \"zip\": \"95660\",\n                                \"city\": \"NORTH HIGHLANDS\",\n                                \"email\": \"uhhey09@gmail.com\",\n                                \"phone\": \"+19166961925\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3809 DAVID DR\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Shah\",\n                                \"first_name\": \"Syed\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870397870387,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:16.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"153\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"154\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"65\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"53\",\n            \"attributes\": {\n                \"number\": \"#1343\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:39:40.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:09.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:18.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"482\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921450754355,\n                        \"name\": \"#1343\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"zaidyasinfrbackup@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"43c73c67c7a7157de3b4d026e9a5cf09\",\n                        \"app_id\": 580111,\n                        \"number\": 343,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017705107763,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"zaidyasinfrbackup@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"yasin\",\n                            \"created_at\": \"2024-06-03T08:39:37-07:00\",\n                            \"first_name\": \"freeb\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:39:40-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039543988531,\n                                \"zip\": \"98037\",\n                                \"city\": \"Lynnwood\",\n                                \"name\": \"freeb yasin\",\n                                \"phone\": \"+14255205889\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"17119 6th Avenue West\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"yasin\",\n                                \"first_name\": \"freeb\",\n                                \"customer_id\": 8017705107763,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"WA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017705107763\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T08:39:40-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T08:39:40-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:30-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"6bc971aad0530972bb85a4a90275966e\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:ec19:c853:2154:e968:c64e:7b1e\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpGQzJFOTlWMjNLVkg0WUdENlE5VERL\",\n                        \"created_at\": \"2024-06-03T08:39:40-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033871466803,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Snohomish County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.041,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lynnwood City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033871466803\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:30-07:00\",\n                        \"checkout_id\": 37863589577011,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056693555,\n                                \"name\": \"#1343.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921450754355,\n                                \"created_at\": \"2024-06-03T15:15:30-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033871466803,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.065,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Washington State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Snohomish County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.041,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Lynnwood City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033871466803\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:30-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056693555\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1343,\n                        \"processed_at\": \"2024-06-03T08:39:37-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"zaidyasinfrbackup@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"0e8afca9b5a6cbbb910ca9c1feab8d5c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:ec19:c853:2154:e968:c64e:7b1e\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747907137843,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Washington State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Snohomish County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.041,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lynnwood City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"98037\",\n                            \"city\": \"Lynnwood\",\n                            \"name\": \"freeb yasin\",\n                            \"phone\": \"+14255205889\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"17119 6th Avenue West\",\n                            \"address2\": null,\n                            \"latitude\": 47.8423764,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"yasin\",\n                            \"longitude\": -122.2416458,\n                            \"first_name\": \"freeb\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/43c73c67c7a7157de3b4d026e9a5cf09/authenticate?key=c28db2cd2e2cdedb0e92663346338116&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"98037\",\n                            \"city\": \"Lynnwood\",\n                            \"name\": \"freeb yasin\",\n                            \"phone\": \"+14255205889\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"17119 6th Avenue West\",\n                            \"address2\": null,\n                            \"latitude\": 47.8423764,\n                            \"province\": \"Washington\",\n                            \"last_name\": \"yasin\",\n                            \"longitude\": -122.2416458,\n                            \"first_name\": \"freeb\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"WA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"6bc971aad0530972bb85a4a90275966e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VZG7LHNII\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921450754355\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871410147635,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921450754355,\n                            \"created_at\": \"2024-06-03T08:39:41-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174110118195,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033871466803,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871410147635\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:30-07:00\",\n                            \"destination\": {\n                                \"id\": 6364809527603,\n                                \"zip\": \"98037\",\n                                \"city\": \"Lynnwood\",\n                                \"email\": \"zaidyasinfrbackup@gmail.com\",\n                                \"phone\": \"+14255205889\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"17119 6th Avenue West\",\n                                \"address2\": null,\n                                \"province\": \"Washington\",\n                                \"last_name\": \"yasin\",\n                                \"first_name\": \"freeb\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870396854579,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:17.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"155\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"156\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"66\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"54\",\n            \"attributes\": {\n                \"number\": \"#1342\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:35:54.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:10.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:19.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"489\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921447412019,\n                        \"name\": \"#1342\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jmcase19@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"b313eb2ba36118d502b912ecbd7c8e3e\",\n                        \"app_id\": 580111,\n                        \"number\": 342,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017657299251,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jmcase19@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Case\",\n                            \"created_at\": \"2024-06-03T08:35:54-07:00\",\n                            \"first_name\": \"Jeff\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:48:03-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039504404787,\n                                \"zip\": \"33410\",\n                                \"city\": \"Palm Beach Gardens\",\n                                \"name\": \"Jeff Case\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3542 Gardens East Drive\",\n                                \"address2\": \"Apt B\",\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Jeff\",\n                                \"customer_id\": 8017657299251,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"FL\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017657299251\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:34-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"80c0ae91c3cbdb1ebe64cc89b39545e1\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:1817::a\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGQlZBUVFUU1BROTgxS1M0MjlGUTc1\",\n                        \"created_at\": \"2024-06-03T08:35:54-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033865765171,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Palm Beach County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033865765171\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:34-07:00\",\n                        \"checkout_id\": 37863577616691,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056791859,\n                                \"name\": \"#1342.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921447412019,\n                                \"created_at\": \"2024-06-03T15:15:34-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033865765171,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Palm Beach County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033865765171\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:34-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056791859\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Stories&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa5UPfsa_kfqoNyojVSawEpnvHiEFi9zgUlXFMaaBVW37PNjW_Zmo3urJA_aem_AbCdx4Omb96EpmjgyVs-fD2APDa6X6xvI2_ivtzQ5FDxy_F3LFRQxTLaqoT5wjAaqtrNIeCdhPLJD9utGueGorQ0&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1342,\n                        \"processed_at\": \"2024-06-03T08:35:54-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jmcase19@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d06e2517cc494df7921f7397b5b515f0\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:1817::a\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone14,5; iOS 17_5_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"shipping\",\n                                \"amount\": \"3.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747904778547,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Palm Beach County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"33410\",\n                            \"city\": \"Palm Beach Gardens\",\n                            \"name\": \"Jeff Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3542 Gardens East Drive\",\n                            \"address2\": \"Apt B\",\n                            \"latitude\": 26.8289964,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": -80.088212,\n                            \"first_name\": \"Jeff\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b313eb2ba36118d502b912ecbd7c8e3e/authenticate?key=797a0e29bbfae4508a7664a33e05f0e4&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"33410\",\n                            \"city\": \"Palm Beach Gardens\",\n                            \"name\": \"Jeff Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3542 Gardens East Drive\",\n                            \"address2\": \"Apt B\",\n                            \"latitude\": 26.8289964,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": -80.088212,\n                            \"first_name\": \"Jeff\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"80c0ae91c3cbdb1ebe64cc89b39545e1\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"IUCHW552H\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921447412019\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"FREESHIP\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"shipping_line\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"each\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"3.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871406772531,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921447412019,\n                            \"created_at\": \"2024-06-03T08:35:55-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174104514867,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033865765171,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871406772531\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:34-07:00\",\n                            \"destination\": {\n                                \"id\": 6364806447411,\n                                \"zip\": \"33410\",\n                                \"city\": \"Palm Beach Gardens\",\n                                \"email\": \"jmcase19@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3542 Gardens East Drive\",\n                                \"address2\": \"Apt B\",\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Jeff\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870393512243,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:19.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"157\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"158\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"67\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"55\",\n            \"attributes\": {\n                \"number\": \"#1341\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T15:14:49.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:11.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:20.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"496\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921427226931,\n                        \"name\": \"#1341\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"josallevindua@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"dad321674607f07849b2b979ecec7d93\",\n                        \"app_id\": 580111,\n                        \"number\": 341,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017307369779,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"josallevindua@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"vindua\",\n                            \"created_at\": \"2024-06-03T08:14:45-07:00\",\n                            \"first_name\": \"josalle\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T08:14:54-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039260676403,\n                                \"zip\": \"92116\",\n                                \"city\": \"San Diego\",\n                                \"name\": \"josalle vindua\",\n                                \"phone\": \"+16193163377\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4508 Kensington Drive\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"vindua\",\n                                \"first_name\": \"josalle\",\n                                \"customer_id\": 8017307369779,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017307369779\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:37-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"44af9eec0032e210a1c725af0eb92a9c\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1700:ac50:1f20:7803:7425:c7ed:42b5\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpGQUtHU1JBMTM0RjUxM0FOR0tIMVNI\",\n                        \"created_at\": \"2024-06-03T08:14:49-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15033828933939,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033828933939\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:37-07:00\",\n                        \"checkout_id\": 37863519158579,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056824627,\n                                \"name\": \"#1341.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921427226931,\n                                \"created_at\": \"2024-06-03T15:15:37-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15033828933939,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Diego County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15033828933939\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:37-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056824627\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaYDIPi-HlaCYSWzwey-OvV-ljv5X7u0atAs-HcK3WuHJjy6TjGcm8B8GN4_aem_AbBoCFD1IFvRWkReHs_TeMYi12-uHEu98fn0dmt0UIW2IZw3ZvJHCz7ykTUT2mcg-IhaQwtT3kgvLGPLixcG-H6f&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1341,\n                        \"processed_at\": \"2024-06-03T08:14:45-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"josallevindua@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"5290294648bea28271083d7af3cd007e\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1700:ac50:1f20:7803:7425:c7ed:42b5\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 324.0.4.26.52 (iPhone15,5; iOS 17_4_1; en_US; en; scale=3.00; 1290x2796; 580117525)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747890032947,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Diego County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92116\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"josalle vindua\",\n                            \"phone\": \"+16193163377\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4508 Kensington Drive\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"vindua\",\n                            \"longitude\": null,\n                            \"first_name\": \"josalle\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/dad321674607f07849b2b979ecec7d93/authenticate?key=cd37c62c7d3d45c9724a15e73b4a222b&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92116\",\n                            \"city\": \"San Diego\",\n                            \"name\": \"josalle vindua\",\n                            \"phone\": \"+16193163377\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4508 Kensington Drive\",\n                            \"address2\": null,\n                            \"latitude\": 32.7591628,\n                            \"province\": \"California\",\n                            \"last_name\": \"vindua\",\n                            \"longitude\": -117.1075954,\n                            \"first_name\": \"josalle\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"44af9eec0032e210a1c725af0eb92a9c\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VVCGZ5QMD\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921427226931\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871386161459,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921427226931,\n                            \"created_at\": \"2024-06-03T08:14:50-07:00\",\n                            \"fulfill_at\": \"2024-06-03T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174067847475,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15033828933939,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871386161459\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:37-07:00\",\n                            \"destination\": {\n                                \"id\": 6364786721075,\n                                \"zip\": \"92116\",\n                                \"city\": \"San Diego\",\n                                \"email\": \"josallevindua@gmail.com\",\n                                \"phone\": \"+16193163377\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4508 Kensington Drive\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"vindua\",\n                                \"first_name\": \"josalle\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870372966707,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:20.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"159\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"160\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"68\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"56\",\n            \"attributes\": {\n                \"number\": \"#1349\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T17:08:16.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:12.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:22.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"503\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921547485491,\n                        \"name\": \"#1349\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"mattisthemann@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"a04dfbf6fad8d8a95c458721491ca5f5\",\n                        \"app_id\": 580111,\n                        \"number\": 349,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017947492659,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"mattisthemann@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Mann\",\n                            \"created_at\": \"2024-06-03T10:08:12-07:00\",\n                            \"first_name\": \"Matt\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T10:08:22-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039663395123,\n                                \"zip\": \"66106\",\n                                \"city\": \"Kansas City\",\n                                \"name\": \"Matt Mann\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2936 S 53rd St\",\n                                \"address2\": null,\n                                \"province\": \"Kansas\",\n                                \"last_name\": \"Mann\",\n                                \"first_name\": \"Matt\",\n                                \"customer_id\": 8017947492659,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"KS\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017947492659\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T10:08:17-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T10:08:17-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:41-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d8c322d46a320f48548a69a206a66bef\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"23.228.143.140\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpGSDNYNjJLWDhZS0tTNzJQRFYxMjYw\",\n                        \"created_at\": \"2024-06-03T10:08:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034045890867,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Wyandotte County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034045890867\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:41-07:00\",\n                        \"checkout_id\": 37863843234099,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056857395,\n                                \"name\": \"#1349.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921547485491,\n                                \"created_at\": \"2024-06-03T15:15:41-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034045890867,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Wyandotte County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kansas City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kansas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034045890867\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:41-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056857395\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source={{site_source_name}}&utm_medium={{placement}}&utm_campaign={{campaign.name}}&utm_content={{ad.name}}&fbclid=IwZXh0bgNhZW0CMTEAAR1s1OT676Toy4b2rRyiVj2s1Hl8n4euxCJqK74QChckdclHRqqixXWJS-s_aem_ARWWAYpauYCGpavYxb1p6sknSm0xNUmECjV8aT7WMJgPzqNY298Qi5Smbg88RYCTu-deCIHEr4o_MpGyvySxdtbd\",\n                        \"order_number\": 1349,\n                        \"processed_at\": \"2024-06-03T10:08:12-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"mattisthemann@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d96fc4e32de2fc65829286298a0eeff2\",\n                        \"client_details\": {\n                            \"browser_ip\": \"23.228.143.140\",\n                            \"user_agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://l.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747973296435,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Wyandotte County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"66106\",\n                            \"city\": \"Kansas City\",\n                            \"name\": \"Matt Mann\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2936 S 53rd St\",\n                            \"address2\": null,\n                            \"latitude\": 39.0485041,\n                            \"province\": \"Kansas\",\n                            \"last_name\": \"Mann\",\n                            \"longitude\": -94.7007909,\n                            \"first_name\": \"Matt\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KS\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/a04dfbf6fad8d8a95c458721491ca5f5/authenticate?key=cfba3995346c9de83db46e2d7a801710&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"66106\",\n                            \"city\": \"Kansas City\",\n                            \"name\": \"Matt Mann\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2936 S 53rd St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Kansas\",\n                            \"last_name\": \"Mann\",\n                            \"longitude\": null,\n                            \"first_name\": \"Matt\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KS\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"d8c322d46a320f48548a69a206a66bef\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"64FWM0TZ8\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921547485491\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871509762355,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921547485491,\n                            \"created_at\": \"2024-06-03T10:08:17-07:00\",\n                            \"fulfill_at\": \"2024-06-03T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174283231539,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034045890867,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871509762355\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:41-07:00\",\n                            \"destination\": {\n                                \"id\": 6364894167347,\n                                \"zip\": \"66106\",\n                                \"city\": \"Kansas City\",\n                                \"email\": \"mattisthemann@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2936 S 53rd St\",\n                                \"address2\": null,\n                                \"province\": \"Kansas\",\n                                \"last_name\": \"Mann\",\n                                \"first_name\": \"Matt\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870495977779,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:21.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"161\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"162\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"69\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"57\",\n            \"attributes\": {\n                \"number\": \"#1348\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T17:03:18.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:13.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:23.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"510\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921541652787,\n                        \"name\": \"#1348\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kandicemann@hotmail.com\",\n                        \"phone\": null,\n                        \"token\": \"5f0b0552649eca083c669c42c22007fe\",\n                        \"app_id\": 580111,\n                        \"number\": 348,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017939169587,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kandicemann@hotmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Mann\",\n                            \"created_at\": \"2024-06-03T10:03:14-07:00\",\n                            \"first_name\": \"Kandice\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T10:03:24-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039656677683,\n                                \"zip\": \"66106\",\n                                \"city\": \"Kansas City\",\n                                \"name\": \"Kandice Mann\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2936 S 53rd St\",\n                                \"address2\": null,\n                                \"province\": \"Kansas\",\n                                \"last_name\": \"Mann\",\n                                \"first_name\": \"Kandice\",\n                                \"customer_id\": 8017939169587,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"KS\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017939169587\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T10:03:19-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T10:03:19-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:45-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d606a8486e6ce6b6e1f75d6772135c86\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"70.122.170.40\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpGR1BTS1hGQUhROTRKTldWRzdOMUM4\",\n                        \"created_at\": \"2024-06-03T10:03:18-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034035110195,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Wyandotte County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034035110195\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:45-07:00\",\n                        \"checkout_id\": 37863824425267,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227056955699,\n                                \"name\": \"#1348.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921541652787,\n                                \"created_at\": \"2024-06-03T15:15:44-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034035110195,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Wyandotte County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kansas City City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kansas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034035110195\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:44-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227056955699\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR1wKLA3HvXiKiHkv0ISfxK5L03jGiiTU_Q4MjJPvQRvkwjXoMRu7sgJ7UA_aem_AbBQKtsR-IW1QFfo7vr7Xm2eWJB_xZON9Izwxuet0Mx0hhlrAgoaq8nHuyNk9gXJOMfLycEYrokeQbTdV7StLTia&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1348,\n                        \"processed_at\": \"2024-06-03T10:03:14-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kandicemann@hotmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"f77b9fdc76c0381781c9ca2f1d907937\",\n                        \"client_details\": {\n                            \"browser_ip\": \"70.122.170.40\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20H240 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone10,3;FBMD/iPhone;FBSN/iOS;FBSV/16.7.4;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/606435219]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747969364275,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Wyandotte County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas City City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.065,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kansas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"66106\",\n                            \"city\": \"Kansas City\",\n                            \"name\": \"Kandice Mann\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2951 S. 34 St\",\n                            \"address2\": null,\n                            \"latitude\": 39.04773,\n                            \"province\": \"Kansas\",\n                            \"last_name\": \"Mann\",\n                            \"longitude\": -94.666607,\n                            \"first_name\": \"Kandice\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KS\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5f0b0552649eca083c669c42c22007fe/authenticate?key=f28e948b9d3f5c318422a4e63a8dc7c9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"66106\",\n                            \"city\": \"Kansas City\",\n                            \"name\": \"Kandice Mann\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2936 S 53rd St\",\n                            \"address2\": null,\n                            \"latitude\": 39.0485041,\n                            \"province\": \"Kansas\",\n                            \"last_name\": \"Mann\",\n                            \"longitude\": -94.7007909,\n                            \"first_name\": \"Kandice\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KS\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"d606a8486e6ce6b6e1f75d6772135c86\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"0CN7RG5TM\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921541652787\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871503765811,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921541652787,\n                            \"created_at\": \"2024-06-03T10:03:19-07:00\",\n                            \"fulfill_at\": \"2024-06-03T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174272483635,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034035110195,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871503765811\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:45-07:00\",\n                            \"destination\": {\n                                \"id\": 6364889776435,\n                                \"zip\": \"66106\",\n                                \"city\": \"Kansas City\",\n                                \"email\": \"kandicemann@hotmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2936 S 53rd St\",\n                                \"address2\": null,\n                                \"province\": \"Kansas\",\n                                \"last_name\": \"Mann\",\n                                \"first_name\": \"Kandice\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870489981235,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:23.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"163\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"164\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"70\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"58\",\n            \"attributes\": {\n                \"number\": \"#1351\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T17:42:54.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:13.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:24.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"517\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921585070387,\n                        \"name\": \"#1351\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kelliwolf808@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"bb9b84432e4ff621536022a82c8bd284\",\n                        \"app_id\": 580111,\n                        \"number\": 351,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018000773427,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kelliwolf808@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Murphy\",\n                            \"created_at\": \"2024-06-03T10:42:50-07:00\",\n                            \"first_name\": \"Kelli\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T10:43:00-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039707992371,\n                                \"zip\": \"06419\",\n                                \"city\": \"Killingworth\",\n                                \"name\": \"Kelli Murphy\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"218 N Parker Hill Rd.\",\n                                \"address2\": null,\n                                \"province\": \"Connecticut\",\n                                \"last_name\": \"Murphy\",\n                                \"first_name\": \"Kelli\",\n                                \"customer_id\": 8018000773427,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CT\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018000773427\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T10:42:55-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T10:42:55-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:49-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"d1a7a58cd47e13e77514a2650868f86d\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.192.6.243\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGSzFBUVhTQlQyTUZGOVpaWk1RUkRR\",\n                        \"created_at\": \"2024-06-03T10:42:54-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034112966963,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0635,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Connecticut State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034112966963\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:49-07:00\",\n                        \"checkout_id\": 37863943307571,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227057054003,\n                                \"name\": \"#1351.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921585070387,\n                                \"created_at\": \"2024-06-03T15:15:49-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034112966963,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0635,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Connecticut State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034112966963\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:49-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227057054003\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR0ZJq6Gt-AxSbkIfpEZPpDxrB4eqfvIP6uFfD6KK3j7tubSrdEddFww71Y_aem_AbCGwZscHtQ7T9eXL2Xba2-gqQ5frS4d1O060-tGnFzjyDDlElKJ1yifbuVpgHvS2AGV7tXW8SJaKm_99esiM_m2&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1351,\n                        \"processed_at\": \"2024-06-03T10:42:50-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kelliwolf808@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"d1ea9ff52da272322e9c3fe2b825e287\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.192.6.243\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 9; SM-G950U1 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747999117619,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0635,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Connecticut State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"06419\",\n                            \"city\": \"Killingworth\",\n                            \"name\": \"Kelli Murphy\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"218 N Parker Hill Rd.\",\n                            \"address2\": null,\n                            \"latitude\": 41.4039244,\n                            \"province\": \"Connecticut\",\n                            \"last_name\": \"Murphy\",\n                            \"longitude\": -72.5478748,\n                            \"first_name\": \"Kelli\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CT\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/bb9b84432e4ff621536022a82c8bd284/authenticate?key=4adcefebe39b332f78622a4157c76246&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"06419\",\n                            \"city\": \"Killingworth\",\n                            \"name\": \"Kelli Murphy\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"218 N Parker Hill Rd.\",\n                            \"address2\": null,\n                            \"latitude\": 41.4039244,\n                            \"province\": \"Connecticut\",\n                            \"last_name\": \"Murphy\",\n                            \"longitude\": -72.5478748,\n                            \"first_name\": \"Kelli\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CT\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"d1a7a58cd47e13e77514a2650868f86d\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"KPY57DLQI\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921585070387\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871547445555,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921585070387,\n                            \"created_at\": \"2024-06-03T10:42:55-07:00\",\n                            \"fulfill_at\": \"2024-06-03T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174349750579,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034112966963,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871547445555\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:49-07:00\",\n                            \"destination\": {\n                                \"id\": 6364925722931,\n                                \"zip\": \"06419\",\n                                \"city\": \"Killingworth\",\n                                \"email\": \"kelliwolf808@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"218 N Parker Hill Rd.\",\n                                \"address2\": null,\n                                \"province\": \"Connecticut\",\n                                \"last_name\": \"Murphy\",\n                                \"first_name\": \"Kelli\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870533497139,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:24.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"165\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"166\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"71\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"59\",\n            \"attributes\": {\n                \"number\": \"#1350\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T17:20:06.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:14.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:25.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"524\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921561477427,\n                        \"name\": \"#1350\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"tpham0993@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"1f10fd59f3b57b4121d8435a5d7ca1a9\",\n                        \"app_id\": 580111,\n                        \"number\": 350,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8017966825779,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"tpham0993@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Pham\",\n                            \"created_at\": \"2024-06-03T10:20:02-07:00\",\n                            \"first_name\": \"Trang\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T10:20:12-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039679385907,\n                                \"zip\": \"78739\",\n                                \"city\": \"Austin\",\n                                \"name\": \"Trang Pham\",\n                                \"phone\": \"+16262833056\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4616 Hibiscus Valley Dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Pham\",\n                                \"first_name\": \"Trang\",\n                                \"customer_id\": 8017966825779,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8017966825779\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T10:20:07-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T10:20:07-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:55-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ef7414c990746204f324a42bf359b8c7\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Austin City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Austin Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"2605:a601:ab57:a600:b0f1:cde2:51d4:1c45\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpGSFM4TjZIREdCNVlLWjVCVE4xQlNI\",\n                        \"created_at\": \"2024-06-03T10:20:06-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034071515443,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034071515443\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:55-07:00\",\n                        \"checkout_id\": 37863880360243,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227057152307,\n                                \"name\": \"#1350.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921561477427,\n                                \"created_at\": \"2024-06-03T15:15:54-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034071515443,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034071515443\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:54-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227057152307\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwZXh0bgNhZW0BMAABHewbm3-K03xGKOlnnmaTulc7BTNK91IEoboHQGzmBLj2bibenT6K1Yu7_g_aem_ARWX93LEUClOUxaKS_a-Bz_SqpgnbL7xBucEq3lc6eu05Dgrw3uDGMy_iWoW0g7pF1WVms3XRSYP8Qjx0d6_y4l_&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1350,\n                        \"processed_at\": \"2024-06-03T10:20:02-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"tpham0993@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"8ff3294731f54713fc9d25113602dd62\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2605:a601:ab57:a600:b0f1:cde2:51d4:1c45\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone16,1;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/606275857]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747983028531,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"78739\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Trang Pham\",\n                            \"phone\": \"+16262833056\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4616 Hibiscus Valley Dr\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Pham\",\n                            \"longitude\": null,\n                            \"first_name\": \"Trang\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/1f10fd59f3b57b4121d8435a5d7ca1a9/authenticate?key=4018c81f6a9108aa17dda814109762de&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"78739\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Trang Pham\",\n                            \"phone\": \"+16262833056\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4616 Hibiscus Valley Dr\",\n                            \"address2\": null,\n                            \"latitude\": 30.1885284,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Pham\",\n                            \"longitude\": -97.8657888,\n                            \"first_name\": \"Trang\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"ef7414c990746204f324a42bf359b8c7\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8AC6Y58QR\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921561477427\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871523557683,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921561477427,\n                            \"created_at\": \"2024-06-03T10:20:07-07:00\",\n                            \"fulfill_at\": \"2024-06-03T10:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174308626739,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034071515443,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871523557683\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:54-07:00\",\n                            \"destination\": {\n                                \"id\": 6364905734451,\n                                \"zip\": \"78739\",\n                                \"city\": \"Austin\",\n                                \"email\": \"tpham0993@gmail.com\",\n                                \"phone\": \"+16262833056\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4616 Hibiscus Valley Dr\",\n                                \"address2\": null,\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Pham\",\n                                \"first_name\": \"Trang\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870509773107,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:25.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"167\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"168\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"72\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"60\",\n            \"attributes\": {\n                \"number\": \"#1353\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T19:06:08.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:15.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:27.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"531\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921669415219,\n                        \"name\": \"#1353\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"cassie102286@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"bab5ed3f91e054a8dadbf6560f9a9c6b\",\n                        \"app_id\": 580111,\n                        \"number\": 353,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018196365619,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"cassie102286@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Richardson\",\n                            \"created_at\": \"2024-06-03T12:06:04-07:00\",\n                            \"first_name\": \"Cassandra\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T12:06:14-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039930683699,\n                                \"zip\": \"12986\",\n                                \"city\": \"Tupper Lake\",\n                                \"name\": \"Cassandra Richardson\",\n                                \"phone\": \"+15185930461\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"159 Ivy Terrace\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Richardson\",\n                                \"first_name\": \"Cassandra\",\n                                \"customer_id\": 8018196365619,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018196365619\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T12:06:09-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T12:06:09-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:15:59-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"bcaa80baa34b267c3e00244cd2c4af66\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Franklin County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"2603:7081:3c3b:56f2:28e7:cfc5:4ec2:1191\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGUVZTREMwRkRCMlpNSE5KSkpKQzBF\",\n                        \"created_at\": \"2024-06-03T12:06:08-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034273694003,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Franklin County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034273694003\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:15:59-07:00\",\n                        \"checkout_id\": 37864178385203,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227057185075,\n                                \"name\": \"#1353.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921669415219,\n                                \"created_at\": \"2024-06-03T15:15:59-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034273694003,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Franklin County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034273694003\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:15:59-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227057185075\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR28m9JZvVbS9gs6BmMZEQ_DaKS-HDLWce5ofoPGFVfY0Ur0dP_x5p3PhVk_aem_ARWe1IEt_NoWM-0Pj-J1mJv_4dAS_Ge4g3eJSWl8VuDxVUORRxtvuYSb6VdmJtU_X0v69hv5AqQejfasmufyrKCT&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1353,\n                        \"processed_at\": \"2024-06-03T12:06:03-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"cassie102286@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"a51fd96e4b682986a8232aa576d992a8\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:7081:3c3b:56f2:28e7:cfc5:4ec2:1191\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21B101 [FBAN/FBIOS;FBAV/465.0.1.41.103;FBBV/602060281;FBDV/iPhone14,8;FBMD/iPhone;FBSN/iOS;FBSV/17.1.2;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/605516918]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748057936179,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Franklin County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"12986\",\n                            \"city\": \"Tupper Lake\",\n                            \"name\": \"Cassandra Richardson\",\n                            \"phone\": \"+15185930461\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"159 Ivy Terrace\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Richardson\",\n                            \"longitude\": null,\n                            \"first_name\": \"Cassandra\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/bab5ed3f91e054a8dadbf6560f9a9c6b/authenticate?key=1ffeed30393e7fe59eccaefd5caea0c0&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"12986\",\n                            \"city\": \"Tupper Lake\",\n                            \"name\": \"Cassandra Richardson\",\n                            \"phone\": \"+15185930461\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"159 Ivy Terrace\",\n                            \"address2\": null,\n                            \"latitude\": 44.22755189999999,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Richardson\",\n                            \"longitude\": -74.455996,\n                            \"first_name\": \"Cassandra\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"bcaa80baa34b267c3e00244cd2c4af66\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"D5ZMM2QMY\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921669415219\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871635132723,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921669415219,\n                            \"created_at\": \"2024-06-03T12:06:09-07:00\",\n                            \"fulfill_at\": \"2024-06-03T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174513000755,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034273694003,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871635132723\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:15:59-07:00\",\n                            \"destination\": {\n                                \"id\": 6365001187635,\n                                \"zip\": \"12986\",\n                                \"city\": \"Tupper Lake\",\n                                \"email\": \"cassie102286@yahoo.com\",\n                                \"phone\": \"+15185930461\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"159 Ivy Terrace\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Richardson\",\n                                \"first_name\": \"Cassandra\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870619316531,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:26.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"169\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"170\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"73\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"61\",\n            \"attributes\": {\n                \"number\": \"#1352\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T18:24:53.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:16.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:28.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"538\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921626915123,\n                        \"name\": \"#1352\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"driel0212@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"69421fd9233e83068646e3eaed2d9582\",\n                        \"app_id\": 580111,\n                        \"number\": 352,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018062508339,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"driel0212@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hawkey\",\n                            \"created_at\": \"2024-06-03T11:24:50-07:00\",\n                            \"first_name\": \"Desiree\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T11:24:58-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039758422323,\n                                \"zip\": \"12302\",\n                                \"city\": \"Schenectady\",\n                                \"name\": \"Desiree Hawkey\",\n                                \"phone\": \"+15188366793\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"212 Spring Road\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Hawkey\",\n                                \"first_name\": \"Desiree\",\n                                \"customer_id\": 8018062508339,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018062508339\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T11:24:54-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T11:24:54-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:16:04-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"cefd00ee970c6034d189bb35fe3d1cd9\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Schenectady County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"2603:7080:8640:d800:5517:7c51:350e:5d87\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGTkcwUjFXVlpZRVpURUo2WldZUFhS\",\n                        \"created_at\": \"2024-06-03T11:24:53-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034190463283,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Schenectady County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034190463283\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:16:04-07:00\",\n                        \"checkout_id\": 37864061927731,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227057217843,\n                                \"name\": \"#1352.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921626915123,\n                                \"created_at\": \"2024-06-03T15:16:03-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034190463283,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Schenectady County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034190463283\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:16:03-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227057217843\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZWUEIesvNkKlAoaO1SUkXzyqOMtNum7abswDY8N6cpoAAHDIVmJG2cD9U_aem_ARVbBBE2B9WIgvKFT3l1O8YCKTA1PaApvSH4qCWhB1US6s5sNdRZXEdUg0SKLqCtcMH_dpf-qV-SeKjvfK0EUOMG&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1352,\n                        \"processed_at\": \"2024-06-03T11:24:50-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"driel0212@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9278fa4fc432f974c61532e2b2c4439d\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:7080:8640:d800:5517:7c51:350e:5d87\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-A536U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.54 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 420dpi; 1080x2186; samsung; SM-A536U; a53x; s5e8825; en_US; 604247854)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748029395251,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Schenectady County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"12302\",\n                            \"city\": \"Schenectady\",\n                            \"name\": \"Desiree Hawkey\",\n                            \"phone\": \"+15188366793\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"212 Spring Road\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Hawkey\",\n                            \"longitude\": null,\n                            \"first_name\": \"Desiree\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/69421fd9233e83068646e3eaed2d9582/authenticate?key=949666806cc89c7ed7f24e98f398ef61&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"12302\",\n                            \"city\": \"Schenectady\",\n                            \"name\": \"Desiree Hawkey\",\n                            \"phone\": \"+15188366793\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"212 Spring Road\",\n                            \"address2\": null,\n                            \"latitude\": 42.8771946,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Hawkey\",\n                            \"longitude\": -73.95722099999999,\n                            \"first_name\": \"Desiree\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"cefd00ee970c6034d189bb35fe3d1cd9\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"500HDJZNE\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921626915123\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871591125299,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921626915123,\n                            \"created_at\": \"2024-06-03T11:24:54-07:00\",\n                            \"fulfill_at\": \"2024-06-03T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174427935027,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034190463283,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871591125299\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:16:04-07:00\",\n                            \"destination\": {\n                                \"id\": 6364964716851,\n                                \"zip\": \"12302\",\n                                \"city\": \"Schenectady\",\n                                \"email\": \"driel0212@gmail.com\",\n                                \"phone\": \"+15188366793\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"212 Spring Road\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Hawkey\",\n                                \"first_name\": \"Desiree\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870575997235,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:28.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"171\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"172\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"74\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"62\",\n            \"attributes\": {\n                \"number\": \"#1238\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-29T00:58:34.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:16.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:30.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"545\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Free\",\n                \"shipping_method_code\": \"custom\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5913536889139,\n                        \"name\": \"#1238\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"prisca152@yahoo.com\",\n                        \"phone\": \"+12134007886\",\n                        \"token\": \"3ccf872aa48e51b54c4a436c588cdf26\",\n                        \"app_id\": 129785,\n                        \"number\": 238,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 7999244337459,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"prisca152@yahoo.com\",\n                            \"phone\": \"+12134007886\",\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Wimwipha\",\n                            \"created_at\": \"2024-05-28T17:57:14-07:00\",\n                            \"first_name\": \"Kwan\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-28T18:13:37-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10018313830707,\n                                \"zip\": \"90017\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Kwan Wimwipha\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1000 W 8th apt506\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Wimwipha\",\n                                \"first_name\": \"Kwan\",\n                                \"customer_id\": 7999244337459,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/7999244337459\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null,\n                                \"consent_collected_from\": \"SHOPIFY\"\n                            },\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-05-29T15:13:49-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"a2c3f2481566bf624d5770a274e47dd6\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"104.173.165.33\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-05-28T17:58:34-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15018280616243,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018280616243\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15018280649011,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018280649011\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T15:19:42-07:00\",\n                        \"checkout_id\": 37841659101491,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"29.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5221648302387,\n                                \"name\": \"#1238.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5913536889139,\n                                \"created_at\": \"2024-05-29T15:13:48-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15018280616243,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018280616243\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15018280649011,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018280649011\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T15:19:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420900179261290357467600050118\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420900179261290357467600050118\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420900179261290357467600050118\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420900179261290357467600050118\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5221648302387\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1238,\n                        \"processed_at\": \"2024-05-28T17:58:32-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"prisca152@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"B4604798-92AB-4A6B-A1A3-3F78CECEF60E\",\n                        \"client_details\": {\n                            \"browser_ip\": \"104.173.165.33\",\n                            \"user_agent\": \"Shopify POS/9.9.2/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4741828247859,\n                                \"code\": \"custom\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Free\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"a53cf2ce9b5dabf5dd222b3615c29569\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"29.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3ccf872aa48e51b54c4a436c588cdf26/authenticate?key=762013fd74581fe34b9b4e9f3aa91513&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90017\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Kwan Wimwipha\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1000 W 8th apt506\",\n                            \"address2\": null,\n                            \"latitude\": 34.048879,\n                            \"province\": \"California\",\n                            \"last_name\": \"Wimwipha\",\n                            \"longitude\": -118.2633718,\n                            \"first_name\": \"Kwan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1054\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"HRLDC9RYQ\",\n                        \"current_total_price\": \"29.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5913536889139\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.99\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6863339684147,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5913536889139,\n                            \"created_at\": \"2024-05-28T17:58:35-07:00\",\n                            \"fulfill_at\": \"2024-05-28T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15158524379443,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15018280616243,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863339684147\n                                },\n                                {\n                                    \"id\": 15158524412211,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15018280649011,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863339684147\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-29T15:13:48-07:00\",\n                            \"destination\": {\n                                \"id\": 6357553119539,\n                                \"zip\": \"90017\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"prisca152@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1000 W 8th apt506\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Wimwipha\",\n                                \"first_name\": \"Kwan\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 862340677939,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"173\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"174\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"75\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"76\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"63\",\n            \"attributes\": {\n                \"number\": \"#1359\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 50.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:51:25.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:17.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"555\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922071150899,\n                        \"name\": \"#1359\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"3746175e1754f04d358116a43b85ec47\",\n                        \"app_id\": 129785,\n                        \"number\": 359,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T21:51:26-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"32746c1d30bfd72a1ab88f05a2041cb9\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:51:25-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035023982899,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"25.49\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035023982899\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.50\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024015667,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024015667\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024048435,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024048435\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T21:51:26-07:00\",\n                        \"checkout_id\": 37856048677171,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"50.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227265655091,\n                                \"name\": \"#1359.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922071150899,\n                                \"created_at\": \"2024-06-03T21:51:25-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035023982899,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"25.49\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035023982899\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.50\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024015667,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024015667\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024048435,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024048435\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:51:25-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227265655091\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1359,\n                        \"processed_at\": \"2024-06-03T21:51:24-07:00\",\n                        \"total_weight\": 450,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"908FB443-0035-431C-B802-2355BD950C65\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"8.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"50.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"8.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3746175e1754f04d358116a43b85ec47/authenticate?key=7fd3062869a9d7eefa40af23f2547e51&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1067\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"ZH0JGVJ84\",\n                        \"current_total_price\": \"50.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922071150899\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"50.99\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"8.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872049582387,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922071150899,\n                            \"created_at\": \"2024-06-03T21:51:25-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175264895283,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15035023982899,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049582387\n                                },\n                                {\n                                    \"id\": 15175264928051,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15035024015667,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049582387\n                                },\n                                {\n                                    \"id\": 15175264960819,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035024048435,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049582387\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:51:25-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871031275827,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"175\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"176\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"77\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"78\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"79\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"64\",\n            \"attributes\": {\n                \"number\": \"#1361\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:53:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:18.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:33.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"568\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922071937331,\n                        \"name\": \"#1361\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"382ce722d678c4781b0aeb3f7a53f70f\",\n                        \"app_id\": 129785,\n                        \"number\": 361,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T21:53:18-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"77a678763c1d7b19281fe8366dbde6bb\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:53:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035024933171,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024933171\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024965939,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024965939\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T21:53:18-07:00\",\n                        \"checkout_id\": 37865555296563,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227268047155,\n                                \"name\": \"#1361.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922071937331,\n                                \"created_at\": \"2024-06-03T21:53:18-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035024933171,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024933171\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024965939,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024965939\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:53:18-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227268047155\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1361,\n                        \"processed_at\": \"2024-06-03T21:53:16-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"810AC0BA-F01F-44EB-8972-15CF9E2239EE\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/382ce722d678c4781b0aeb3f7a53f70f/authenticate?key=de0e977dedf588117a5210988945555e&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1069\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8JX9CN779\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922071937331\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872050336051,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922071937331,\n                            \"created_at\": \"2024-06-03T21:53:17-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175265845555,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15035024933171,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872050336051\n                                },\n                                {\n                                    \"id\": 15175265878323,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035024965939,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872050336051\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:53:18-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871032029491,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"177\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"178\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"80\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"81\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"65\",\n            \"attributes\": {\n                \"number\": \"#1364\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 28.05,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T05:02:33.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:19.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:36.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"578\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922076000563,\n                        \"name\": \"#1364\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"4506baaa615e14ddb00b8c79b2d8c99a\",\n                        \"app_id\": 129785,\n                        \"number\": 364,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:02:34-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"fe92da561a4f00cb729931c1a14b3899\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T22:02:33-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035032043827,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"28.05\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"28.05\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"28.05\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035032043827\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.94\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.94\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.94\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035032076595,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035032076595\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:02:34-07:00\",\n                        \"checkout_id\": 37865576530227,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"28.05\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227271618867,\n                                \"name\": \"#1364.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922076000563,\n                                \"created_at\": \"2024-06-03T22:02:33-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035032043827,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"28.05\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"28.05\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"28.05\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035032043827\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.94\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.94\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.94\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035032076595,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035032076595\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T22:02:33-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227271618867\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1364,\n                        \"processed_at\": \"2024-06-03T22:02:32-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"B285C447-3175-461A-83DF-A77E619988D9\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.94\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"28.05\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.94\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/4506baaa615e14ddb00b8c79b2d8c99a/authenticate?key=0486b3e49b579a5f1aad036a18a7828a&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1072\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"FY8TNDP8A\",\n                        \"current_total_price\": \"28.05\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.94\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.94\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922076000563\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"28.05\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.94\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"28.05\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.94\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.94\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872054530355,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922076000563,\n                            \"created_at\": \"2024-06-03T22:02:33-07:00\",\n                            \"fulfill_at\": \"2024-06-03T22:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175272956211,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15035032043827,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872054530355\n                                },\n                                {\n                                    \"id\": 15175272988979,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035032076595,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872054530355\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T22:02:34-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871036223795,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"179\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"180\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"82\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"83\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"66\",\n            \"attributes\": {\n                \"number\": \"#1365\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T05:05:30.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:20.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"588\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922077638963,\n                        \"name\": \"#1365\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"4b47f02d05a287d2833de6c7da251f43\",\n                        \"app_id\": 129785,\n                        \"number\": 365,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:05:31-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"bd44a72ca6ec43f6b7e0463d404e4dce\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T22:05:30-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035034730803,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035034730803\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035034763571,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035034763571\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:05:31-07:00\",\n                        \"checkout_id\": 37865577906483,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227272667443,\n                                \"name\": \"#1365.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922077638963,\n                                \"created_at\": \"2024-06-03T22:05:31-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035034730803,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035034730803\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035034763571,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035034763571\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T22:05:31-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227272667443\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1365,\n                        \"processed_at\": \"2024-06-03T22:05:29-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"49278F7A-59DF-445C-80A5-507ED114216E\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/4b47f02d05a287d2833de6c7da251f43/authenticate?key=98c5c027cf79b67d28a17168ebb20ebf&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1073\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"KFLJIQCLT\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922077638963\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872056168755,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922077638963,\n                            \"created_at\": \"2024-06-03T22:05:30-07:00\",\n                            \"fulfill_at\": \"2024-06-03T22:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175275610419,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15035034730803,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872056168755\n                                },\n                                {\n                                    \"id\": 15175275643187,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035034763571,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872056168755\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T22:05:31-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871037862195,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"181\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"182\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"84\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"85\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"67\",\n            \"attributes\": {\n                \"number\": \"#1360\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 50.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:52:15.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:20.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:39.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"598\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922071511347,\n                        \"name\": \"#1360\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"3f6ee9359658fe4a167fa427b033c9fb\",\n                        \"app_id\": 129785,\n                        \"number\": 360,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:07:16-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"c1fd1c322c0ed75d24981548692b736c\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:52:15-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035024441651,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"25.49\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.49\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024441651\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.50\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024474419,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024474419\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035024507187,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024507187\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:07:16-07:00\",\n                        \"checkout_id\": 37865552904499,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"50.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227266867507,\n                                \"name\": \"#1360.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922071511347,\n                                \"created_at\": \"2024-06-03T21:52:15-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035024441651,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"25.49\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024441651\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.50\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.50\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024474419,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024474419\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035024507187,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035024507187\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:52:15-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227266867507\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1360,\n                        \"processed_at\": \"2024-06-03T21:52:13-07:00\",\n                        \"total_weight\": 450,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"737FE0B0-3855-41B9-99EA-320C30CC3824\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"8.99\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"50.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"8.99\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3f6ee9359658fe4a167fa427b033c9fb/authenticate?key=7b7ce5e1fd03aa895eef0bfa31fef011&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1068\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"M57CACTQ8\",\n                        \"current_total_price\": \"50.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922071511347\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"50.99\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"8.99\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"50.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872049942835,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922071511347,\n                            \"created_at\": \"2024-06-03T21:52:15-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175265354035,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15035024441651,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049942835\n                                },\n                                {\n                                    \"id\": 15175265386803,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15035024474419,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049942835\n                                },\n                                {\n                                    \"id\": 15175265419571,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035024507187,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872049942835\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:52:16-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871031636275,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"183\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"184\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"86\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"87\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"88\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"68\",\n            \"attributes\": {\n                \"number\": \"#1362\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:56:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:21.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"611\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922073084211,\n                        \"name\": \"#1362\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"b1972e49182f11d22d54176bb6752301\",\n                        \"app_id\": 129785,\n                        \"number\": 362,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:11:19-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"46c0a376e929e790aa59b7c32c80d839\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:56:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035026735411,\n                                \"sku\": \"yuzucitrus\",\n                                \"name\": \"YUZU CITRUS\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"YUZU CITRUS\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091589939,\n                                \"properties\": [],\n                                \"variant_id\": 47759609725235,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035026735411\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035026768179,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035026768179\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:11:19-07:00\",\n                        \"checkout_id\": 37865556640051,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227269062963,\n                                \"name\": \"#1362.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922073084211,\n                                \"created_at\": \"2024-06-03T21:56:18-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035026735411,\n                                        \"sku\": \"yuzucitrus\",\n                                        \"name\": \"YUZU CITRUS\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"YUZU CITRUS\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091589939,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609725235,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035026735411\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035026768179,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035026768179\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:56:18-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227269062963\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1362,\n                        \"processed_at\": \"2024-06-03T21:56:16-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"4A3A3212-C383-4538-9826-5CD5CBF8B9A8\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b1972e49182f11d22d54176bb6752301/authenticate?key=73e9d1070bd4aeb1f8fb399250af505d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1070\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"I9CGIPDER\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922073084211\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872051515699,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922073084211,\n                            \"created_at\": \"2024-06-03T21:56:18-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175267615027,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609725235,\n                                    \"line_item_id\": 15035026735411,\n                                    \"inventory_item_id\": 49808359358771,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872051515699\n                                },\n                                {\n                                    \"id\": 15175267647795,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035026768179,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872051515699\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:56:18-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871033209139,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"185\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"186\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"89\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"90\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"69\",\n            \"attributes\": {\n                \"number\": \"#1363\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T04:58:31.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:22.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:42.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"621\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922074165555,\n                        \"name\": \"#1363\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"ce0bc66f10d1f3964d92a2d58875b2e8\",\n                        \"app_id\": 129785,\n                        \"number\": 363,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-03T22:13:32-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"cd9253fa93b52886e080f3486b0dee49\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:387:15:31::1\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-03T21:58:31-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035029127475,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035029127475\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15035029160243,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035029160243\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-03T22:13:32-07:00\",\n                        \"checkout_id\": 37865563783475,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227269718323,\n                                \"name\": \"#1363.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922074165555,\n                                \"created_at\": \"2024-06-03T21:58:32-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035029127475,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035029127475\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15035029160243,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035029160243\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-03T21:58:32-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227269718323\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1363,\n                        \"processed_at\": \"2024-06-03T21:58:30-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"B48002EE-5854-4E58-AADC-FD13BAA15139\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:387:15:31::1\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/ce0bc66f10d1f3964d92a2d58875b2e8/authenticate?key=09acb4a474efb0260bbc2010634d504d&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1071\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"G50C8ZLX2\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922074165555\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872052662579,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922074165555,\n                            \"created_at\": \"2024-06-03T21:58:31-07:00\",\n                            \"fulfill_at\": \"2024-06-03T21:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175270039859,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15035029127475,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872052662579\n                                },\n                                {\n                                    \"id\": 15175270072627,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15035029160243,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872052662579\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T21:58:32-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871034356019,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"187\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"188\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"91\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"92\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"70\",\n            \"attributes\": {\n                \"number\": \"#1282\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 4.41,\n                \"discount\": 0,\n                \"total\": 67.39,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-31T13:10:38.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:23.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:44.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"631\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5917338239283,\n                        \"name\": \"#1282\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"mystori17@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"81d04d60024dc0da1366b3803895a79c\",\n                        \"app_id\": 580111,\n                        \"number\": 282,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8007849935155,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"mystori17@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Benjamin\",\n                            \"created_at\": \"2024-05-31T06:10:34-07:00\",\n                            \"first_name\": \"Tori\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-31T06:10:44-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10026545709363,\n                                \"zip\": \"32909\",\n                                \"city\": \"Palm Bay\",\n                                \"name\": \"Tori Benjamin\",\n                                \"phone\": \"+15165825719\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1872 Amberwood Drive Southeast\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Benjamin\",\n                                \"first_name\": \"Tori\",\n                                \"customer_id\": 8007849935155,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"FL\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8007849935155\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-31T06:10:39-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-31T06:10:39-07:00\"\n                        },\n                        \"closed_at\": \"2024-05-31T15:13:57-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"4bd5340be6423e26d32272612a768aa0\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.63\",\n                                \"title\": \"Brevard County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.63\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.63\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"3.78\",\n                                \"title\": \"Florida State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.78\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.78\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"4.41\",\n                        \"browser_ip\": \"2600:1006:a131:e7d3:2586:9b:536d:6a04\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFo3QjZCMVE1Q0syWDFRMTc3RlAxTjdX\",\n                        \"created_at\": \"2024-05-31T06:10:38-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15026458984755,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026458984755\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15026459017523,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.33\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.33\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.33\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"1.98\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.98\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.98\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459017523\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15026459050291,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459050291\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15026459083059,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.30\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.30\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.30\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"1.80\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"1.80\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"1.80\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"29.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459083059\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T10:05:48-07:00\",\n                        \"checkout_id\": 37851125055795,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"67.39\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5223950450995,\n                                \"name\": \"#1282.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5917338239283,\n                                \"created_at\": \"2024-05-31T15:13:57-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15026458984755,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Brevard County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026458984755\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15026459017523,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.33\",\n                                                \"title\": \"Brevard County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.33\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.33\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"1.98\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.98\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.98\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459017523\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15026459050291,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Brevard County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459050291\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15026459083059,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.30\",\n                                                \"title\": \"Brevard County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"1.80\",\n                                                \"title\": \"Florida State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"1.80\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"1.80\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"29.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15026459083059\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T10:05:48-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9434611105500172111385\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9434611105500172111385\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434611105500172111385\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"9434611105500172111385\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5223950450995\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR3sSyoe1qUueYV9e9G2F4MCuPI6uXgvmU3Q_bnqoaWWhgNc5XbGg0r5OSw_aem_AcecOZzwFIt0dr1gZ36p_rTsYaoAIu1wh46TsLww_VrJrPUPkEVIwY3jRR3xq0g4VKmYpYHhmyZdpw0ni2TSKwZB&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1282,\n                        \"processed_at\": \"2024-05-31T06:10:34-07:00\",\n                        \"total_weight\": 551,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"mystori17@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"87636aaadbf4e2228f0c8aaee0419019\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1006:a131:e7d3:2586:9b:536d:6a04\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4744854044979,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Brevard County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Florida State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"62.98\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"32901\",\n                            \"city\": \"Melbourne\",\n                            \"name\": \"Tori Benjamin\",\n                            \"phone\": \"+15165825719\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1029 East Lincoln Avenue\",\n                            \"address2\": \"Apt 102\",\n                            \"latitude\": 28.0823515,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Benjamin\",\n                            \"longitude\": -80.6031388,\n                            \"first_name\": \"Tori\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"67.39\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"67.39\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/81d04d60024dc0da1366b3803895a79c/authenticate?key=db1d811d47cba41363a5a0d347e4d86a&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"32909\",\n                            \"city\": \"Palm Bay\",\n                            \"name\": \"Tori Benjamin\",\n                            \"phone\": \"+15165825719\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1872 Amberwood Drive Southeast\",\n                            \"address2\": null,\n                            \"latitude\": 27.9497175,\n                            \"province\": \"Florida\",\n                            \"last_name\": \"Benjamin\",\n                            \"longitude\": -80.6636595,\n                            \"first_name\": \"Tori\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"FL\"\n                        },\n                        \"current_total_tax\": \"4.41\",\n                        \"source_identifier\": \"4bd5340be6423e26d32272612a768aa0\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"AVRHMLD35\",\n                        \"current_total_price\": \"67.39\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5917338239283\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.41\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.41\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"62.98\",\n                        \"total_line_items_price\": \"62.98\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"67.39\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"67.39\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"62.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6867239305523,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5917338239283,\n                            \"created_at\": \"2024-05-31T06:10:39-07:00\",\n                            \"fulfill_at\": \"2024-05-31T06:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15166720278835,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15026458984755,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867239305523\n                                },\n                                {\n                                    \"id\": 15166720311603,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15026459017523,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867239305523\n                                },\n                                {\n                                    \"id\": 15166720344371,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15026459050291,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867239305523\n                                },\n                                {\n                                    \"id\": 15166720377139,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15026459083059,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6867239305523\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-31T15:13:57-07:00\",\n                            \"destination\": {\n                                \"id\": 6361210782003,\n                                \"zip\": \"32909\",\n                                \"city\": \"Palm Bay\",\n                                \"email\": \"mystori17@gmail.com\",\n                                \"phone\": \"+15165825719\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1872 Amberwood Drive Southeast\",\n                                \"address2\": null,\n                                \"province\": \"Florida\",\n                                \"last_name\": \"Benjamin\",\n                                \"first_name\": \"Tori\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 866234433843,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"189\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"190\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"93\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"94\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"95\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"96\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"71\",\n            \"attributes\": {\n                \"number\": \"#1317\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 53.98,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T03:34:43.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:24.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"647\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5919603622195,\n                        \"name\": \"#1317\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"rosalia.aguillon@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"c1e1679738b2d11a4cfd219f6a9f1978\",\n                        \"app_id\": 580111,\n                        \"number\": 317,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8007895744819,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"rosalia.aguillon@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Aguillon\",\n                            \"created_at\": \"2024-05-31T06:47:06-07:00\",\n                            \"first_name\": \"Rosalia\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-01T20:34:44-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10026584539443,\n                                \"zip\": \"90650\",\n                                \"city\": \"Norwalk\",\n                                \"name\": \"Rosalia Aguillon\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"11218 Dune Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Aguillon\",\n                                \"first_name\": \"Rosalia\",\n                                \"customer_id\": 8007895744819,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8007895744819\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"unsubscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-01T20:34:44-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-01T20:34:44-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T15:14:49-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"0f76260e8eafbffe9b39a07cbb22f60a\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"47.37.141.243\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpBN05KMk45UTlGMVY4MDlHTUpSM0RC\",\n                        \"created_at\": \"2024-06-01T20:34:43-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15030643556659,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643556659\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15030643589427,\n                                \"sku\": \"wp-15\",\n                                \"name\": \"WHITE PEACH\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"WHITE PEACH\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091819315,\n                                \"properties\": [],\n                                \"variant_id\": 47759609692467,\n                                \"pre_tax_price\": \"26.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"26.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"26.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643589427\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15030643622195,\n                                \"sku\": \"ly-15\",\n                                \"name\": \"LYCHEE\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"LYCHEE\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091688243,\n                                \"properties\": [],\n                                \"variant_id\": 47759609069875,\n                                \"pre_tax_price\": \"26.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"26.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"26.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643622195\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15030643654963,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643654963\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T13:57:57-07:00\",\n                        \"checkout_id\": 37857724137779,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"53.98\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227055546675,\n                                \"name\": \"#1317.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5919603622195,\n                                \"created_at\": \"2024-06-03T15:14:49-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15030643556659,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Norwalk City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643556659\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15030643589427,\n                                        \"sku\": \"wp-15\",\n                                        \"name\": \"WHITE PEACH\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"WHITE PEACH\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Norwalk City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091819315,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609692467,\n                                        \"pre_tax_price\": \"26.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"26.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"26.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643589427\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15030643622195,\n                                        \"sku\": \"ly-15\",\n                                        \"name\": \"LYCHEE\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"LYCHEE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Norwalk City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091688243,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609069875,\n                                        \"pre_tax_price\": \"26.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"26.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"26.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643622195\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15030643654963,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0075,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Norwalk City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15030643654963\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T13:57:57-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9434611105500135174679\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9434611105500135174679\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9434611105500135174679\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"9434611105500135174679\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227055546675\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1317,\n                        \"processed_at\": \"2024-06-01T20:34:39-07:00\",\n                        \"total_weight\": 540,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"rosalia.aguillon@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"83995e01a93a32e6d66327714c4bd089\",\n                        \"client_details\": {\n                            \"browser_ip\": \"47.37.141.243\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"6.00\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4746435133747,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"0.00\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0075,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Norwalk City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"0.00\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"53.98\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90650\",\n                            \"city\": \"Norwalk\",\n                            \"name\": \"Rosalia Aguillon\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"11218 Dune Street\",\n                            \"address2\": null,\n                            \"latitude\": 33.9212835,\n                            \"province\": \"California\",\n                            \"last_name\": \"Aguillon\",\n                            \"longitude\": -118.0940049,\n                            \"first_name\": \"Rosalia\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"6.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c1e1679738b2d11a4cfd219f6a9f1978/authenticate?key=da0b6d5be9fa2ab1dbf89b80aa8324f9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90650\",\n                            \"city\": \"Norwalk\",\n                            \"name\": \"Rosalia Aguillon\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"11218 Dune Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Aguillon\",\n                            \"longitude\": null,\n                            \"first_name\": \"Rosalia\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"0f76260e8eafbffe9b39a07cbb22f60a\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N5LP5M55G\",\n                        \"current_total_price\": \"53.98\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5919603622195\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"10.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"53.98\",\n                        \"total_line_items_price\": \"59.98\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"6.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"53.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"59.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"6.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"6.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6869540077875,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5919603622195,\n                            \"created_at\": \"2024-06-01T20:34:44-07:00\",\n                            \"fulfill_at\": \"2024-06-01T20:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15170891153715,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15030643556659,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869540077875\n                                },\n                                {\n                                    \"id\": 15170891186483,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609692467,\n                                    \"line_item_id\": 15030643589427,\n                                    \"inventory_item_id\": 49808359326003,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869540077875\n                                },\n                                {\n                                    \"id\": 15170891219251,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609069875,\n                                    \"line_item_id\": 15030643622195,\n                                    \"inventory_item_id\": 49808358703411,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869540077875\n                                },\n                                {\n                                    \"id\": 15170891252019,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15030643654963,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6869540077875\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T15:14:49-07:00\",\n                            \"destination\": {\n                                \"id\": 6363082490163,\n                                \"zip\": \"90650\",\n                                \"city\": \"Norwalk\",\n                                \"email\": \"rosalia.aguillon@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"11218 Dune Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Aguillon\",\n                                \"first_name\": \"Rosalia\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 868531011891,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"191\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"192\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"97\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"98\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"99\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"100\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"72\",\n            \"attributes\": {\n                \"number\": \"#1239\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 34.68,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-29T01:23:54.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:25.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:47.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"663\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5913555173683,\n                        \"name\": \"#1239\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"phugnguyen@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"fcca47052fb07d14f85ace811fe8e822\",\n                        \"app_id\": 580111,\n                        \"number\": 239,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 7753995092275,\n                            \"note\": null,\n                            \"tags\": \"Login with Shop, Shop\",\n                            \"email\": \"phugnguyen@gmail.com\",\n                            \"phone\": \"+19168976903\",\n                            \"state\": \"enabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Nguyen\",\n                            \"created_at\": \"2024-03-04T16:43:02-08:00\",\n                            \"first_name\": \"Phu\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-07-24T19:58:32-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10131581075763,\n                                \"zip\": \"92557\",\n                                \"city\": \"Moreno Valley\",\n                                \"name\": \"Amanda Tran\",\n                                \"phone\": \"+19168976903\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"22703 White Lily Circle\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Tran\",\n                                \"first_name\": \"Amanda\",\n                                \"customer_id\": 7753995092275,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/7753995092275\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"unknown\",\n                                \"consent_updated_at\": \"2024-06-20T14:49:51-07:00\",\n                                \"consent_collected_from\": \"OTHER\"\n                            },\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-28T18:23:55-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-28T18:23:55-07:00\"\n                        },\n                        \"closed_at\": \"2024-05-29T15:13:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"7957574f055484c0ab09dcf7dba636a9\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"75.140.74.246\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFowWjAyWEVaN1o5UUIxREtWVkE3WDcw\",\n                        \"created_at\": \"2024-05-28T18:23:54-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15018312565043,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"29.69\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018312565043\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.30\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15018312597811,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018312597811\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T14:03:02-07:00\",\n                        \"checkout_id\": 37841715462451,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"34.68\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5221648171315,\n                                \"name\": \"#1239.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5913555173683,\n                                \"created_at\": \"2024-05-29T15:13:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15018312565043,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"29.69\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018312565043\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.30\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15018312597811,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15018312597811\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T14:03:02-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420906209261290357467600055113\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420906209261290357467600055113\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420906209261290357467600055113\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420906209261290357467600055113\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5221648171315\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1239,\n                        \"processed_at\": \"2024-05-28T18:23:50-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"phugnguyen@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"b5e1bebd86bdc77996cd92122426fe2f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"75.140.74.246\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"PHU10\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"3.30\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4741843779891,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"29.69\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95829\",\n                            \"city\": \"Sacramento\",\n                            \"name\": \"Phu Nguyen\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8196 Medeiros Way\",\n                            \"address2\": null,\n                            \"latitude\": 38.4608154,\n                            \"province\": \"California\",\n                            \"last_name\": \"Nguyen\",\n                            \"longitude\": -121.3271327,\n                            \"first_name\": \"Phu\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.30\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fcca47052fb07d14f85ace811fe8e822/authenticate?key=69b1bae065b4c7237da903325d224c03&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90620\",\n                            \"city\": \"Buena Park\",\n                            \"name\": \"Sarah Sham\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"7109 Fillmore Dr\",\n                            \"address2\": null,\n                            \"latitude\": 33.83777010000001,\n                            \"province\": \"California\",\n                            \"last_name\": \"Sham\",\n                            \"longitude\": -118.0092572,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"7957574f055484c0ab09dcf7dba636a9\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NIDYNXLWM\",\n                        \"current_total_price\": \"34.68\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5913555173683\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"PHU10\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"10.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.69\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.30\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6863357837619,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5913555173683,\n                            \"created_at\": \"2024-05-28T18:23:55-07:00\",\n                            \"fulfill_at\": \"2024-05-28T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15158556197171,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15018312565043,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863357837619\n                                },\n                                {\n                                    \"id\": 15158556229939,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15018312597811,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6863357837619\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-29T15:13:46-07:00\",\n                            \"destination\": {\n                                \"id\": 6357570814259,\n                                \"zip\": \"90620\",\n                                \"city\": \"Buena Park\",\n                                \"email\": \"phugnguyen@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"7109 Fillmore Dr\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Sham\",\n                                \"first_name\": \"Sarah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 862358831411,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"193\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"194\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"101\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"102\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"73\",\n            \"attributes\": {\n                \"number\": \"#1354\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.28,\n                \"discount\": 0,\n                \"total\": 4.27,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T19:38:09.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:26.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:48.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"673\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921701331251,\n                        \"name\": \"#1354\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"katieman888@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"41cc974e5417bffa61e5aba12d4ae434\",\n                        \"app_id\": 580111,\n                        \"number\": 354,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018242470195,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"katieman888@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Man\",\n                            \"created_at\": \"2024-06-03T12:38:05-07:00\",\n                            \"first_name\": \"Katie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T12:38:15-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10039968268595,\n                                \"zip\": \"15203\",\n                                \"city\": \"Pittsburgh\",\n                                \"name\": \"Katie Man\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2210 East Carson Street\",\n                                \"address2\": \"2\",\n                                \"province\": \"Pennsylvania\",\n                                \"last_name\": \"Man\",\n                                \"first_name\": \"Katie\",\n                                \"customer_id\": 8018242470195,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"PA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018242470195\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T12:38:09-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T12:38:09-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:37-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"a9f5485acc42a9386d24c7619dc0695b\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Allegheny County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.06,\n                                \"price\": \"0.24\",\n                                \"title\": \"Pennsylvania State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.24\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.28\",\n                        \"browser_ip\": \"98.236.33.75\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpGU0pOUlk3VjRGTksyU0ZIRzJRWk5T\",\n                        \"created_at\": \"2024-06-03T12:38:09-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034329137459,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Allegheny County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Pennsylvania State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034329137459\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:38-07:00\",\n                        \"checkout_id\": 37864261124403,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.27\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190073139,\n                                \"name\": \"#1354.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921701331251,\n                                \"created_at\": \"2024-06-04T15:13:37-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034329137459,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Allegheny County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Pennsylvania State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034329137459\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:37-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190073139\"\n                            }\n                        ],\n                        \"landing_site\": \"/?fbclid=PAZXh0bgNhZW0CMTEAAab9BUeNCyHv6wuHVq4Uh9GgZ88J5YA4O6vw08FYpSM4jY4m0UkOSys-xT8_aem_ARVZKFJZiRw8M_j41Q5jrvubPFy2GquS7wAM2psEp734kCvVKmkuzUqTyhxKZkptLzr_vkrixtmZfCgHVMV-VdZn\",\n                        \"order_number\": 1354,\n                        \"processed_at\": \"2024-06-03T12:38:05-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"katieman888@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"870d6d92b39371d663b5464a0649124a\",\n                        \"client_details\": {\n                            \"browser_ip\": \"98.236.33.75\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone11,8; iOS 17_4_1; en_US; en; scale=2.00; 750x1624; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://l.instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748079989043,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Allegheny County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.24\",\n                                        \"title\": \"Pennsylvania State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.24\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"15203\",\n                            \"city\": \"Pittsburgh\",\n                            \"name\": \"Katie Man\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2210 East Carson Street\",\n                            \"address2\": \"2\",\n                            \"latitude\": null,\n                            \"province\": \"Pennsylvania\",\n                            \"last_name\": \"Man\",\n                            \"longitude\": null,\n                            \"first_name\": \"Katie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"PA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/41cc974e5417bffa61e5aba12d4ae434/authenticate?key=5186c61f066e37a3d78b215c8e4ff8dd&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"15203\",\n                            \"city\": \"Pittsburgh\",\n                            \"name\": \"Katie Man\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2210 East Carson Street\",\n                            \"address2\": \"2\",\n                            \"latitude\": 40.4281754,\n                            \"province\": \"Pennsylvania\",\n                            \"last_name\": \"Man\",\n                            \"longitude\": -79.9740894,\n                            \"first_name\": \"Katie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"PA\"\n                        },\n                        \"current_total_tax\": \"0.28\",\n                        \"source_identifier\": \"a9f5485acc42a9386d24c7619dc0695b\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"JNQUJ4HYD\",\n                        \"current_total_price\": \"4.27\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921701331251\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871667835187,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921701331251,\n                            \"created_at\": \"2024-06-03T12:38:10-07:00\",\n                            \"fulfill_at\": \"2024-06-03T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174568313139,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034329137459,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871667835187\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:37-07:00\",\n                            \"destination\": {\n                                \"id\": 6365030678835,\n                                \"zip\": \"15203\",\n                                \"city\": \"Pittsburgh\",\n                                \"email\": \"katieman888@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2210 East Carson Street\",\n                                \"address2\": \"2\",\n                                \"province\": \"Pennsylvania\",\n                                \"last_name\": \"Man\",\n                                \"first_name\": \"Katie\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870651855155,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:48.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"195\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"196\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"103\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"74\",\n            \"attributes\": {\n                \"number\": \"#1355\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.28,\n                \"discount\": 0,\n                \"total\": 4.27,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-03T23:35:38.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:26.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:50.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"680\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921895678259,\n                        \"name\": \"#1355\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"izzy2shop@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"78374325be7cd9594427d5b89daeec72\",\n                        \"app_id\": 580111,\n                        \"number\": 355,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018523095347,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"izzy2shop@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Laski\",\n                            \"created_at\": \"2024-06-03T16:35:34-07:00\",\n                            \"first_name\": \"Isabelle\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T16:35:44-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040181489971,\n                                \"zip\": \"27012-9670\",\n                                \"city\": \"Clemmons\",\n                                \"name\": \"Isabelle Laski\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"5715 Misty Hill Circle\",\n                                \"address2\": null,\n                                \"province\": \"North Carolina\",\n                                \"last_name\": \"Laski\",\n                                \"first_name\": \"Isabelle\",\n                                \"customer_id\": 8018523095347,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NC\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018523095347\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T16:35:38-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T16:35:38-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:38-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"8d50baf1088a8f0944802254ccdea98d\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.0225,\n                                \"price\": \"0.09\",\n                                \"title\": \"Forsyth County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.09\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0475,\n                                \"price\": \"0.19\",\n                                \"title\": \"North Carolina State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.19\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.28\",\n                        \"browser_ip\": \"24.163.13.96\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpHNzlDSzJQQ1JCUzFOTVpORlJCUDkz\",\n                        \"created_at\": \"2024-06-03T16:35:38-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034699415859,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Forsyth County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.02,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"North Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034699415859\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:38-07:00\",\n                        \"checkout_id\": 37864807792947,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.27\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190105907,\n                                \"name\": \"#1355.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921895678259,\n                                \"created_at\": \"2024-06-04T15:13:38-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034699415859,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Forsyth County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.02,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"North Carolina State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034699415859\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:38-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190105907\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1355,\n                        \"processed_at\": \"2024-06-03T16:35:34-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"izzy2shop@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"84e1454b7063f049e31ad52d0d035bc3\",\n                        \"client_details\": {\n                            \"browser_ip\": \"24.163.13.96\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748215877939,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.09\",\n                                        \"title\": \"Forsyth County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.09\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0475,\n                                        \"price\": \"0.19\",\n                                        \"title\": \"North Carolina State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.19\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"27012-9670\",\n                            \"city\": \"Clemmons\",\n                            \"name\": \"Isabelle Laski\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5715 Misty Hill Circle\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"North Carolina\",\n                            \"last_name\": \"Laski\",\n                            \"longitude\": null,\n                            \"first_name\": \"Isabelle\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NC\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/78374325be7cd9594427d5b89daeec72/authenticate?key=ec26b40d13f07d75dfa681bbf5565d90&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"27012-9670\",\n                            \"city\": \"Clemmons\",\n                            \"name\": \"Isabelle Laski\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"5715 Misty Hill Circle\",\n                            \"address2\": null,\n                            \"latitude\": 36.0047209,\n                            \"province\": \"North Carolina\",\n                            \"last_name\": \"Laski\",\n                            \"longitude\": -80.3505945,\n                            \"first_name\": \"Isabelle\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NC\"\n                        },\n                        \"current_total_tax\": \"0.28\",\n                        \"source_identifier\": \"8d50baf1088a8f0944802254ccdea98d\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"0RC8R50TF\",\n                        \"current_total_price\": \"4.27\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921895678259\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.28\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.27\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871866540339,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921895678259,\n                            \"created_at\": \"2024-06-03T16:35:39-07:00\",\n                            \"fulfill_at\": \"2024-06-03T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15174938788147,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034699415859,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871866540339\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:38-07:00\",\n                            \"destination\": {\n                                \"id\": 6365210247475,\n                                \"zip\": \"27012-9670\",\n                                \"city\": \"Clemmons\",\n                                \"email\": \"izzy2shop@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"5715 Misty Hill Circle\",\n                                \"address2\": null,\n                                \"province\": \"North Carolina\",\n                                \"last_name\": \"Laski\",\n                                \"first_name\": \"Isabelle\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870848659763,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:49.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"197\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"198\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"104\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"75\",\n            \"attributes\": {\n                \"number\": \"#1358\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.33,\n                \"discount\": 0,\n                \"total\": 4.32,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T01:00:48.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:27.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:51.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"687\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921945256243,\n                        \"name\": \"#1358\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kelly.yangsy@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"5fd1e61fc8467b7bc9f98e34c2dacc27\",\n                        \"app_id\": 580111,\n                        \"number\": 358,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018601673011,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kelly.yangsy@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Yang\",\n                            \"created_at\": \"2024-06-03T18:00:24-07:00\",\n                            \"first_name\": \"Kelly\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T18:00:53-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040238178611,\n                                \"zip\": \"78753\",\n                                \"city\": \"Austin\",\n                                \"name\": \"Kelly Yang\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"12600 McCallen Pass\",\n                                \"address2\": \"Apt. 1213\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Yang\",\n                                \"first_name\": \"Kelly\",\n                                \"customer_id\": 8018601673011,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"TX\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018601673011\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T18:00:48-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T18:00:48-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:39-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"42f574216144a44482fb993bc9730b69\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Austin City Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.01,\n                                \"price\": \"0.04\",\n                                \"title\": \"Austin Mta Transit\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.04\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.0625,\n                                \"price\": \"0.25\",\n                                \"title\": \"Texas State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.25\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.33\",\n                        \"browser_ip\": \"166.205.190.54\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpHQzNFWFhDUVMyRTYxWDRUOTJRMldS\",\n                        \"created_at\": \"2024-06-03T18:00:48-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034792673587,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034792673587\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:39-07:00\",\n                        \"checkout_id\": 37864962556211,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.32\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190138675,\n                                \"name\": \"#1358.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921945256243,\n                                \"created_at\": \"2024-06-04T15:13:39-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034792673587,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Austin Mta Transit\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Texas State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034792673587\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:39-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190138675\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Reels&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAab5EEWK30upWWDAtk4yH10KMJ8sCfF40cQjVSTw76MTtN42awPLK4Q-GOQ_aem_ATGIFgn9xB2RFni5o4HwmC9_uLiN6emTZmx67gVTv9VT57-5ZJTMSIFO7A3-tXIwgAmhouhMpKVo7BdtRly8GAWO&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1358,\n                        \"processed_at\": \"2024-06-03T18:00:44-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kelly.yangsy@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e4b70fb0db5db555c9c6cc641b47f50f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"166.205.190.54\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_5_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748253921587,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Austin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.04\",\n                                        \"title\": \"Austin Mta Transit\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.04\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.25\",\n                                        \"title\": \"Texas State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.25\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"78753\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Kelly Yang\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"12600 McCallen Pass\",\n                            \"address2\": \"Apt. 1213\",\n                            \"latitude\": null,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Yang\",\n                            \"longitude\": null,\n                            \"first_name\": \"Kelly\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/5fd1e61fc8467b7bc9f98e34c2dacc27/authenticate?key=d98ab079874b2888fd2cee63e4cd08f3&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"78753\",\n                            \"city\": \"Austin\",\n                            \"name\": \"Kelly Yang\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"12600 McCallen Pass\",\n                            \"address2\": \"Apt. 1213\",\n                            \"latitude\": 30.4042125,\n                            \"province\": \"Texas\",\n                            \"last_name\": \"Yang\",\n                            \"longitude\": -97.6667177,\n                            \"first_name\": \"Kelly\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"TX\"\n                        },\n                        \"current_total_tax\": \"0.33\",\n                        \"source_identifier\": \"42f574216144a44482fb993bc9730b69\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"VTI5L5K2L\",\n                        \"current_total_price\": \"4.32\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921945256243\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.33\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871917986099,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921945256243,\n                            \"created_at\": \"2024-06-03T18:00:48-07:00\",\n                            \"fulfill_at\": \"2024-06-03T18:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175031783731,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034792673587,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871917986099\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:39-07:00\",\n                            \"destination\": {\n                                \"id\": 6365263233331,\n                                \"zip\": \"78753\",\n                                \"city\": \"Austin\",\n                                \"email\": \"kelly.yangsy@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"12600 McCallen Pass\",\n                                \"address2\": \"Apt. 1213\",\n                                \"province\": \"Texas\",\n                                \"last_name\": \"Yang\",\n                                \"first_name\": \"Kelly\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870899843379,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:51.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"199\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"200\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"105\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"76\",\n            \"attributes\": {\n                \"number\": \"#1357\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T00:40:12.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:28.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:53.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"694\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5921933525299,\n                        \"name\": \"#1357\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"msjudythang@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"c6fabb4ad3952e329ab3c8d58b71f6dd\",\n                        \"app_id\": 580111,\n                        \"number\": 357,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8018583388467,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"msjudythang@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Thang\",\n                            \"created_at\": \"2024-06-03T17:40:07-07:00\",\n                            \"first_name\": \"Judy\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-03T17:40:18-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040224317747,\n                                \"zip\": \"47802\",\n                                \"city\": \"Terre Haute\",\n                                \"name\": \"Judy Thang\",\n                                \"phone\": \"+16198885862\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"231 Southridge Road\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Thang\",\n                                \"first_name\": \"Judy\",\n                                \"customer_id\": 8018583388467,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IN\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8018583388467\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-03T17:40:12-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-03T17:40:12-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:40-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"184a928b57cea870c9df7ccaa477d22e\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"63.134.145.215\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpHQVlOQVg4V1JSV1lYNFgzQUtNRUpW\",\n                        \"created_at\": \"2024-06-03T17:40:12-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15034769998131,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034769998131\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:40-07:00\",\n                        \"checkout_id\": 37864923103539,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190171443,\n                                \"name\": \"#1357.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5921933525299,\n                                \"created_at\": \"2024-06-04T15:13:40-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15034769998131,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.07,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Indiana State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15034769998131\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:40-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190171443\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaba8-iinIZJKRt_fSCaFWJ3i3-hz-RZ1KmVz1aplxcUJ0tQtybr79tymEY_aem_ATHnTY0g20wA058t5k9SwrtuSJI0ELobVACcsin5PrSOkLLWgVVGsWjGWpcch20XUHY4aIHyeF2oFQaMfTyW7aOR&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1357,\n                        \"processed_at\": \"2024-06-03T17:40:07-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"msjudythang@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"8b0dd10175d05e4382b73f3720cf6706\",\n                        \"client_details\": {\n                            \"browser_ip\": \"63.134.145.215\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone15,4; iOS 17_4_1; en_US; en; scale=3.00; 1179x2556; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748244812083,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"47802\",\n                            \"city\": \"Terre Haute\",\n                            \"name\": \"Judy Thang\",\n                            \"phone\": \"+16198885862\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"231 Southridge Road\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Thang\",\n                            \"longitude\": null,\n                            \"first_name\": \"Judy\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/c6fabb4ad3952e329ab3c8d58b71f6dd/authenticate?key=82bad595f3956583a7cb7b6b696f6ad8&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"47802\",\n                            \"city\": \"Terre Haute\",\n                            \"name\": \"Judy Thang\",\n                            \"phone\": \"+16198885862\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"231 Southridge Road\",\n                            \"address2\": null,\n                            \"latitude\": 39.3785021,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Thang\",\n                            \"longitude\": -87.3781673,\n                            \"first_name\": \"Judy\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"184a928b57cea870c9df7ccaa477d22e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"IH8RCRCPI\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5921933525299\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6871905599795,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5921933525299,\n                            \"created_at\": \"2024-06-03T17:40:13-07:00\",\n                            \"fulfill_at\": \"2024-06-03T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175009173811,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15034769998131,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6871905599795\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:40-07:00\",\n                            \"destination\": {\n                                \"id\": 6365251338547,\n                                \"zip\": \"47802\",\n                                \"city\": \"Terre Haute\",\n                                \"email\": \"msjudythang@gmail.com\",\n                                \"phone\": \"+16198885862\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"231 Southridge Road\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Thang\",\n                                \"first_name\": \"Judy\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 870887555379,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:52.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"201\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"202\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"106\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"77\",\n            \"attributes\": {\n                \"number\": \"#1366\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T13:57:11.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:29.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:54.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"701\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922403287347,\n                        \"name\": \"#1366\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"laurabelle923@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"33eb982537ea006cec77ab363a542ec8\",\n                        \"app_id\": 580111,\n                        \"number\": 366,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019410452787,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"laurabelle923@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Schreiber\",\n                            \"created_at\": \"2024-06-04T06:57:07-07:00\",\n                            \"first_name\": \"Laura\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T06:57:16-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040781144371,\n                                \"zip\": \"90025\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Laura Schreiber\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1530 Purdue Ave Apt 17\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Schreiber\",\n                                \"first_name\": \"Laura\",\n                                \"customer_id\": 8019410452787,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019410452787\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T06:57:11-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T06:57:11-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"aaebdd125cde5bdbb4a0be1eac2d076e\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"198.72.186.48\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpIUkhNRVZRSEVSR1ZHVDc2SjFSSzhS\",\n                        \"created_at\": \"2024-06-04T06:57:11-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035579433267,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035579433267\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:42-07:00\",\n                        \"checkout_id\": 37866739302707,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190236979,\n                                \"name\": \"#1366.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922403287347,\n                                \"created_at\": \"2024-06-04T15:13:41-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035579433267,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035579433267\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:41-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190236979\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAab2Nu9411D9DFKTTKfr9F6MCfu1-bu473qMk2CN-Ks4vaZcDDfRAF_mEqc_aem_AeZf1HtqfDxal3AkHAWrWArn8yA-o5E5a0vzOorcwcDE-mtKnmRZszoyKiWnfsPzeIhlHtNFonoM5ma4cqohmbnt&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1366,\n                        \"processed_at\": \"2024-06-04T06:57:06-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"laurabelle923@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"99fb9dc6aac92b521768fdcf519428be\",\n                        \"client_details\": {\n                            \"browser_ip\": \"198.72.186.48\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748620202291,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90025\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Laura Schreiber\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1530 Purdue Ave Apt 17\",\n                            \"address2\": null,\n                            \"latitude\": 34.0465799,\n                            \"province\": \"California\",\n                            \"last_name\": \"Schreiber\",\n                            \"longitude\": -118.4511784,\n                            \"first_name\": \"Laura\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/33eb982537ea006cec77ab363a542ec8/authenticate?key=aaa67a62c168790ba1c9bf913ecc8d83&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90025\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Laura Schreiber\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1530 Purdue Ave Apt 17\",\n                            \"address2\": null,\n                            \"latitude\": 34.0465799,\n                            \"province\": \"California\",\n                            \"last_name\": \"Schreiber\",\n                            \"longitude\": -118.4511784,\n                            \"first_name\": \"Laura\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"aaebdd125cde5bdbb4a0be1eac2d076e\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"Q5LE0L2K8\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922403287347\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872390828339,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922403287347,\n                            \"created_at\": \"2024-06-04T06:57:11-07:00\",\n                            \"fulfill_at\": \"2024-06-04T06:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15175825391923,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15035579433267,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872390828339\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:41-07:00\",\n                            \"destination\": {\n                                \"id\": 6365727949107,\n                                \"zip\": \"90025\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"laurabelle923@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1530 Purdue Ave Apt 17\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Schreiber\",\n                                \"first_name\": \"Laura\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871371931955,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:54.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"203\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"204\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"107\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"78\",\n            \"attributes\": {\n                \"number\": \"#1368\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T15:47:08.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:30.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:56.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"708\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922509291827,\n                        \"name\": \"#1368\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"ealworth@gm.slc.edu\",\n                        \"phone\": null,\n                        \"token\": \"d204b65c74cfd07756167b067832d52f\",\n                        \"app_id\": 580111,\n                        \"number\": 368,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019554763059,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"ealworth@gm.slc.edu\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Alworth\",\n                            \"created_at\": \"2024-06-04T08:47:04-07:00\",\n                            \"first_name\": \"Emily\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T08:47:14-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040892850483,\n                                \"zip\": \"84109\",\n                                \"city\": \"Salt Lake City\",\n                                \"name\": \"Emily Alworth\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"2520 East 3300 South\",\n                                \"address2\": null,\n                                \"province\": \"Utah\",\n                                \"last_name\": \"Alworth\",\n                                \"first_name\": \"Emily\",\n                                \"customer_id\": 8019554763059,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"UT\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019554763059\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"cfe02c4a25315a36a82260079b678afb\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.247.147.235\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpIWUtRUlJKRFZNMVpYS1hRRFg4OVRS\",\n                        \"created_at\": \"2024-06-04T08:47:08-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035779744051,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Salt Lake County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Millcreek City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Salt Lake Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.03,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Utah State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035779744051\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:42-07:00\",\n                        \"checkout_id\": 37867032936755,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190269747,\n                                \"name\": \"#1368.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922509291827,\n                                \"created_at\": \"2024-06-04T15:13:42-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035779744051,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Salt Lake County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Millcreek City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Salt Lake Co Tr\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.03,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Utah State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035779744051\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190269747\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaY-pY3yMkl7xqL2LaIz3DrSiM7dGdPHk4_LBVKscklf2wZsUswajE-X2oA_aem_Aebk0T_dB_2jDnZLuX0k1r3SJNbZobeaP4S0aFJxSO6Y7B7IwRvCJeqeSHMhhjNsIuvI_wxutc8kpCEul_sHCZSE&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1368,\n                        \"processed_at\": \"2024-06-04T08:47:04-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"ealworth@gm.slc.edu\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"bb264e6ed5113ad6eb08b9d811c317d8\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.247.147.235\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 13; KB2005 Build/RKQ1.211119.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.54 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (33/13; 408dpi; 1080x2185; OnePlus; KB2005; OnePlus8T; qcom; en_US; 604247782)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748691308851,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0035,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Salt Lake County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Millcreek City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0105,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Salt Lake Co Tr\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0485,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Utah State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"84109\",\n                            \"city\": \"Salt Lake City\",\n                            \"name\": \"Emily Alworth\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2520 East 3300 South\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Utah\",\n                            \"last_name\": \"Alworth\",\n                            \"longitude\": null,\n                            \"first_name\": \"Emily\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"UT\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/d204b65c74cfd07756167b067832d52f/authenticate?key=dd3cb0b1a7910d8646f7b264031991d4&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"84109\",\n                            \"city\": \"Salt Lake City\",\n                            \"name\": \"Emily Alworth\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"2520 East 3300 South\",\n                            \"address2\": null,\n                            \"latitude\": 40.6996237,\n                            \"province\": \"Utah\",\n                            \"last_name\": \"Alworth\",\n                            \"longitude\": -111.819254,\n                            \"first_name\": \"Emily\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"UT\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"cfe02c4a25315a36a82260079b678afb\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"NMPU6YP5U\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922509291827\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872500273459,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922509291827,\n                            \"created_at\": \"2024-06-04T08:47:09-07:00\",\n                            \"fulfill_at\": \"2024-06-04T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176025506099,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15035779744051,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872500273459\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:42-07:00\",\n                            \"destination\": {\n                                \"id\": 6365821796659,\n                                \"zip\": \"84109\",\n                                \"city\": \"Salt Lake City\",\n                                \"email\": \"ealworth@gm.slc.edu\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"2520 East 3300 South\",\n                                \"address2\": null,\n                                \"province\": \"Utah\",\n                                \"last_name\": \"Alworth\",\n                                \"first_name\": \"Emily\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871481049395,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:55.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"205\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"206\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"108\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"79\",\n            \"attributes\": {\n                \"number\": \"#1367\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T15:46:43.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:31.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:57.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"715\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922508767539,\n                        \"name\": \"#1367\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"lkhindy88@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"8c3ade4896f3b4bf5c498e7f18811c8d\",\n                        \"app_id\": 580111,\n                        \"number\": 367,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019554337075,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"lkhindy88@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Hetzler\",\n                            \"created_at\": \"2024-06-04T08:46:39-07:00\",\n                            \"first_name\": \"Lauren\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T08:46:50-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040892358963,\n                                \"zip\": \"46250\",\n                                \"city\": \"Indianapolis\",\n                                \"name\": \"Lauren Hetzler\",\n                                \"phone\": \"3172249552\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"6534 Miramar Court\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Hetzler\",\n                                \"first_name\": \"Lauren\",\n                                \"customer_id\": 8019554337075,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IN\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019554337075\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T08:46:44-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T08:46:44-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T15:13:43-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"5c1168968fda31ac5a96945e5917d251\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2601:803:200:f090:e488:20c9:b4de:1d2a\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpIWVY1RkpaUVFRNFpNQTg4MzRRUDlO\",\n                        \"created_at\": \"2024-06-04T08:46:43-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15035778990387,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035778990387\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T15:13:43-07:00\",\n                        \"checkout_id\": 37867043946803,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228190335283,\n                                \"name\": \"#1367.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922508767539,\n                                \"created_at\": \"2024-06-04T15:13:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15035778990387,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.07,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Indiana State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15035778990387\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T15:13:43-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228190335283\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR0b4YLJ2r_2IMxQ0hF8dBHfvQGX_RHolCDmljsDVXKmw_qqrWdTf2KUwss_aem_AebcCrdRVvRJEgirNS7mFeDKNSFHDmTpyvR1hW91JlIILn4_v5_tmKUJ2DHb12_Oe_CERivox7fZvH6z4CUQUKNC&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1367,\n                        \"processed_at\": \"2024-06-04T08:46:39-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"lkhindy88@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"845034935036936889358b45ebc60cf5\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2601:803:200:f090:e488:20c9:b4de:1d2a\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-G991U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748690981171,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Indiana State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"46250\",\n                            \"city\": \"Indianapolis\",\n                            \"name\": \"Lauren Hetzler\",\n                            \"phone\": \"3172249552\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6534 Miramar Court\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Hetzler\",\n                            \"longitude\": null,\n                            \"first_name\": \"Lauren\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/8c3ade4896f3b4bf5c498e7f18811c8d/authenticate?key=311af6dbb236b1bfa02c7fb240fca3e4&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"46250\",\n                            \"city\": \"Indianapolis\",\n                            \"name\": \"Lauren Hetzler\",\n                            \"phone\": \"3172249552\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"6534 Miramar Court\",\n                            \"address2\": null,\n                            \"latitude\": 39.9267127,\n                            \"province\": \"Indiana\",\n                            \"last_name\": \"Hetzler\",\n                            \"longitude\": -86.0546937,\n                            \"first_name\": \"Lauren\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IN\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"5c1168968fda31ac5a96945e5917d251\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"R9RF85IDA\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922508767539\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872499716403,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922508767539,\n                            \"created_at\": \"2024-06-04T08:46:45-07:00\",\n                            \"fulfill_at\": \"2024-06-04T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176024752435,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15035778990387,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872499716403\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T15:13:43-07:00\",\n                            \"destination\": {\n                                \"id\": 6365821337907,\n                                \"zip\": \"46250\",\n                                \"city\": \"Indianapolis\",\n                                \"email\": \"lkhindy88@gmail.com\",\n                                \"phone\": \"3172249552\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"6534 Miramar Court\",\n                                \"address2\": null,\n                                \"province\": \"Indiana\",\n                                \"last_name\": \"Hetzler\",\n                                \"first_name\": \"Lauren\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871480492339,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:56.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"207\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"208\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"109\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"80\",\n            \"attributes\": {\n                \"number\": \"#1380\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T02:45:16.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:32.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"722\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923144368435,\n                        \"name\": \"#1380\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"72ec4192ab4a351f1e6f3d9c1492d887\",\n                        \"app_id\": 129785,\n                        \"number\": 380,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-04T19:45:17-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"d681be6c3202e3fabdccdee42903dda7\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-04T19:45:16-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036922265907,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036922265907\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15036922298675,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036922298675\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T19:45:17-07:00\",\n                        \"checkout_id\": 37856069353779,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228352831795,\n                                \"name\": \"#1380.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923144368435,\n                                \"created_at\": \"2024-06-04T19:45:16-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036922265907,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036922265907\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15036922298675,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036922298675\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T19:45:16-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228352831795\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1380,\n                        \"processed_at\": \"2024-06-04T19:45:14-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"E7F795E9-13C2-4153-995C-08A833F82F53\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/72ec4192ab4a351f1e6f3d9c1492d887/authenticate?key=1ea51240e78ef0216a13b586432db732&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1008\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"75V49F8NK\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923144368435\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873148522803,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923144368435,\n                            \"created_at\": \"2024-06-04T19:45:16-07:00\",\n                            \"fulfill_at\": \"2024-06-04T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177170420019,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15036922265907,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873148522803\n                                },\n                                {\n                                    \"id\": 15177170452787,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15036922298675,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873148522803\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T19:45:16-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872127824179,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"209\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"210\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"110\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"111\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"81\",\n            \"attributes\": {\n                \"number\": \"#1381\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T02:46:03.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:33.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:00.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"732\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923144991027,\n                        \"name\": \"#1381\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"ce38b3e6395d1e89b4a8ec6a1e04fdbc\",\n                        \"app_id\": 129785,\n                        \"number\": 381,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-04T19:46:04-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"10c8da3ec6a97d5712b8c54094a5e8b8\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-04T19:46:03-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036923183411,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036923183411\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15036923216179,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036923216179\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T19:46:04-07:00\",\n                        \"checkout_id\": 37868663275827,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228353192243,\n                                \"name\": \"#1381.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923144991027,\n                                \"created_at\": \"2024-06-04T19:46:03-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036923183411,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036923183411\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15036923216179,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036923216179\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T19:46:03-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228353192243\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1381,\n                        \"processed_at\": \"2024-06-04T19:46:02-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"82C86186-E49E-4011-85FE-9718DD3FC869\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/ce38b3e6395d1e89b4a8ec6a1e04fdbc/authenticate?key=6d7f5938a5bbe27652a7f47f024492bc&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1009\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"7FU3C5A38\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923144991027\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873149112627,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923144991027,\n                            \"created_at\": \"2024-06-04T19:46:03-07:00\",\n                            \"fulfill_at\": \"2024-06-04T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177171337523,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15036923183411,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873149112627\n                                },\n                                {\n                                    \"id\": 15177171370291,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15036923216179,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873149112627\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T19:46:03-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872128414003,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"211\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"212\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"112\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"113\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"82\",\n            \"attributes\": {\n                \"number\": \"#1382\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T03:21:45.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:34.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:03.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"742\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923166290227,\n                        \"name\": \"#1382\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"kdauer@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"3f2553c9a0faa1df50b309ef219a9e92\",\n                        \"app_id\": 129785,\n                        \"number\": 382,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020335067443,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"kdauer@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-04T20:22:02-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T20:36:49-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020335067443\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T20:22:02-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T20:22:02-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T20:36:46-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"0058a31a290a18888a8668a704648a12\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-04T20:21:45-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036958441779,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036958441779\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15036958474547,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036958474547\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T20:36:46-07:00\",\n                        \"checkout_id\": 37868664389939,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228361744691,\n                                \"name\": \"#1382.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923166290227,\n                                \"created_at\": \"2024-06-04T20:21:46-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036958441779,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036958441779\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15036958474547,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036958474547\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T20:21:46-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228361744691\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1382,\n                        \"processed_at\": \"2024-06-04T20:21:43-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"kdauer@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"4CD82DF8-9568-4DF0-8765-FB6A0E3B36CA\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/3f2553c9a0faa1df50b309ef219a9e92/authenticate?key=535ee24b50ac7f24811c08c91c10b25a&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1010\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"HM808G8AA\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923166290227\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873170805043,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923166290227,\n                            \"created_at\": \"2024-06-04T20:21:45-07:00\",\n                            \"fulfill_at\": \"2024-06-04T20:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177206497587,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15036958441779,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873170805043\n                                },\n                                {\n                                    \"id\": 15177206530355,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15036958474547,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873170805043\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T20:21:46-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872150008115,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"213\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"214\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"114\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"115\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"83\",\n            \"attributes\": {\n                \"number\": \"#1376\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T23:07:03.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:43.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"753\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922937733427,\n                        \"name\": \"#1376\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"jobear6996@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"291a0ada734955a061787998c5d18ac1\",\n                        \"app_id\": 580111,\n                        \"number\": 376,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020091273523,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"jobear6996@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Peterson\",\n                            \"created_at\": \"2024-06-04T16:06:58-07:00\",\n                            \"first_name\": \"Jordan\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T16:07:08-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041319096627,\n                                \"zip\": \"51350\",\n                                \"city\": \"Melvin\",\n                                \"name\": \"Jordan Peterson\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"323 Center St\",\n                                \"address2\": null,\n                                \"province\": \"Iowa\",\n                                \"last_name\": \"Peterson\",\n                                \"first_name\": \"Jordan\",\n                                \"customer_id\": 8020091273523,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"IA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020091273523\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:47-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ab4adb34699b540754c40e027be3e854\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.228.35.245\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpKUjBKVEpOMFhQM1hIWkFZQTYzUTc5\",\n                        \"created_at\": \"2024-06-04T16:07:03-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036574368051,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Osceola County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Melvin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Iowa State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036574368051\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:47-07:00\",\n                        \"checkout_id\": 37868130009395,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398753587,\n                                \"name\": \"#1376.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922937733427,\n                                \"created_at\": \"2024-06-05T15:13:47-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036574368051,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Osceola County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Melvin City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Iowa State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036574368051\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:47-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398753587\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaaPtlBtSwx_Uvn9TYA_MEQ-LyQc6LZBNzyiIFJEQ_DEOI_nh8CRAOkdGbQ_aem_AdPdDbrFwdG92C7mvp7S4QVf2jg8ClEYGUV7vqZ1-3v5RsZta-YZXprUkIYnKjD4kfBTra7__iILVFMIrW-X1E3U&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1376,\n                        \"processed_at\": \"2024-06-04T16:06:58-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"jobear6996@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"a4a44b45cab879c71bde781c5ef7866f\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.228.35.245\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; SM-S908U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.54 Mobile Safari/537.36 Instagram 333.0.0.42.91 Android (34/14; 420dpi; 1080x2115; samsung; SM-S908U; b0q; qcom; en_US; 604247845)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://instagram.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748957778227,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Osceola County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Melvin City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Iowa State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"51350\",\n                            \"city\": \"Melvin\",\n                            \"name\": \"Jordan Peterson\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"323 Center St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Iowa\",\n                            \"last_name\": \"Peterson\",\n                            \"longitude\": null,\n                            \"first_name\": \"Jordan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/291a0ada734955a061787998c5d18ac1/authenticate?key=6301e73efddc2aa971132962ea557878&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"51350\",\n                            \"city\": \"Melvin\",\n                            \"name\": \"Jordan Peterson\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"323 Center St\",\n                            \"address2\": null,\n                            \"latitude\": 43.2859761,\n                            \"province\": \"Iowa\",\n                            \"last_name\": \"Peterson\",\n                            \"longitude\": -95.6061143,\n                            \"first_name\": \"Jordan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"IA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"ab4adb34699b540754c40e027be3e854\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"Z020UW8PE\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922937733427\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872939168051,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922937733427,\n                            \"created_at\": \"2024-06-04T16:07:03-07:00\",\n                            \"fulfill_at\": \"2024-06-04T16:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176823243059,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036574368051,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872939168051\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:47-07:00\",\n                            \"destination\": {\n                                \"id\": 6366169727283,\n                                \"zip\": \"51350\",\n                                \"city\": \"Melvin\",\n                                \"email\": \"jobear6996@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"323 Center St\",\n                                \"address2\": null,\n                                \"province\": \"Iowa\",\n                                \"last_name\": \"Peterson\",\n                                \"first_name\": \"Jordan\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871918698803,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"215\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"216\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"116\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"84\",\n            \"attributes\": {\n                \"number\": \"#1383\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T03:24:29.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:34.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"752\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923167207731,\n                        \"name\": \"#1383\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"reinacbl@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"d14f15f50c97792da0a18bfc3ed47e91\",\n                        \"app_id\": 129785,\n                        \"number\": 383,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020337656115,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"reinacbl@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": null,\n                            \"created_at\": \"2024-06-04T20:24:51-07:00\",\n                            \"first_name\": null,\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T20:39:33-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020337656115\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T20:24:51-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T20:24:51-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-04T20:39:30-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"6dae95f8ca98832f3bf4c4b3e947a089\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-04T20:24:29-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036960047411,\n                                \"sku\": \"ap-15\",\n                                \"name\": \"ASIAN PEAR\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"ASIAN PEAR\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091917619,\n                                \"properties\": [],\n                                \"variant_id\": 47759605039411,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036960047411\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15036960080179,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036960080179\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-04T20:39:30-07:00\",\n                        \"checkout_id\": 37868740968755,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5228362301747,\n                                \"name\": \"#1383.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923167207731,\n                                \"created_at\": \"2024-06-04T20:24:30-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036960047411,\n                                        \"sku\": \"ap-15\",\n                                        \"name\": \"ASIAN PEAR\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"ASIAN PEAR\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091917619,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759605039411,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036960047411\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15036960080179,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036960080179\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-04T20:24:30-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5228362301747\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1383,\n                        \"processed_at\": \"2024-06-04T20:24:27-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"reinacbl@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"A3C1DD88-11A8-474D-A459-EC546DDE89A9\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:29cb:1d47:8e3f:31f3\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"run club\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/d14f15f50c97792da0a18bfc3ed47e91/authenticate?key=63909e5e6a9a21af845f2296da469c74&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1012\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"TGFUQVQJT\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923167207731\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"run club\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873171820851,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923167207731,\n                            \"created_at\": \"2024-06-04T20:24:29-07:00\",\n                            \"fulfill_at\": \"2024-06-04T20:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177208332595,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759605039411,\n                                    \"line_item_id\": 15036960047411,\n                                    \"inventory_item_id\": 49808354672947,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873171820851\n                                },\n                                {\n                                    \"id\": 15177208365363,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15036960080179,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873171820851\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-04T20:24:30-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872151023923,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"217\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"218\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"117\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"118\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"85\",\n            \"attributes\": {\n                \"number\": \"#1378\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T00:46:12.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:44.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:06.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"769\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922995700019,\n                        \"name\": \"#1378\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"carmenmsu@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"70de161c8889b5d1b26b7e59bc68aa80\",\n                        \"app_id\": 580111,\n                        \"number\": 378,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020184006963,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"carmenmsu@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Yu\",\n                            \"created_at\": \"2024-06-04T17:46:09-07:00\",\n                            \"first_name\": \"Carmen\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T17:46:17-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041382568243,\n                                \"zip\": \"48103\",\n                                \"city\": \"Ann Arbor\",\n                                \"name\": \"Carmen Yu\",\n                                \"phone\": \"+15172145681\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4435 E Loch Alpine Dr\",\n                                \"address2\": null,\n                                \"province\": \"Michigan\",\n                                \"last_name\": \"Yu\",\n                                \"first_name\": \"Carmen\",\n                                \"customer_id\": 8020184006963,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MI\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020184006963\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T17:46:13-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T17:46:13-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:48-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"84ee119fb6c10fda6a80c58cda0c2121\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"68.40.185.165\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpKWFFaQ0pFN1M4QUpKQUhFTjBWUDFF\",\n                        \"created_at\": \"2024-06-04T17:46:12-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036681453875,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Michigan State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036681453875\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:48-07:00\",\n                        \"checkout_id\": 37868322390323,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398786355,\n                                \"name\": \"#1378.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922995700019,\n                                \"created_at\": \"2024-06-05T15:13:48-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036681453875,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Michigan State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036681453875\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:48-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398786355\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaa1xpimIph4asFyv-eW7TYFs_IS9VqoqHqgb8bYClK-mAvRHQU40cGJpjM_aem_Afwp-qwcZ9IEXo73JM4-lJocR-7VqovO0iY-NNSfI8QeXppRtQLPJ3X52HdzfAubCAteXM6t8AZgXGsTJn4uHbKO&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1378,\n                        \"processed_at\": \"2024-06-04T17:46:09-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"carmenmsu@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e905a1e4d598423130272fee2fe42c66\",\n                        \"client_details\": {\n                            \"browser_ip\": \"68.40.185.165\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; Pixel 8 Build/AP1A.240505.005; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36 Instagram 334.0.0.42.95 Android (34/14; 420dpi; 1080x2205; Google/google; Pixel 8; shiba; shiba; en_US; 606558551)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749000376627,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Michigan State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"48103\",\n                            \"city\": \"Ann Arbor\",\n                            \"name\": \"Carmen Yu\",\n                            \"phone\": \"+15172145681\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4435 E Loch Alpine Dr\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Michigan\",\n                            \"last_name\": \"Yu\",\n                            \"longitude\": null,\n                            \"first_name\": \"Carmen\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MI\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/70de161c8889b5d1b26b7e59bc68aa80/authenticate?key=31df2d9163cb98cabbed92df8848abf7&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"48103\",\n                            \"city\": \"Ann Arbor\",\n                            \"name\": \"Carmen Yu\",\n                            \"phone\": \"+15172145681\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4435 E Loch Alpine Dr\",\n                            \"address2\": null,\n                            \"latitude\": 42.3421673,\n                            \"province\": \"Michigan\",\n                            \"last_name\": \"Yu\",\n                            \"longitude\": -83.81968289999999,\n                            \"first_name\": \"Carmen\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MI\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"84ee119fb6c10fda6a80c58cda0c2121\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"EKKV74RTF\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922995700019\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872998150451,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922995700019,\n                            \"created_at\": \"2024-06-04T17:46:13-07:00\",\n                            \"fulfill_at\": \"2024-06-04T17:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176930165043,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036681453875,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872998150451\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:48-07:00\",\n                            \"destination\": {\n                                \"id\": 6366222975283,\n                                \"zip\": \"48103\",\n                                \"city\": \"Ann Arbor\",\n                                \"email\": \"carmenmsu@gmail.com\",\n                                \"phone\": \"+15172145681\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4435 E Loch Alpine Dr\",\n                                \"address2\": null,\n                                \"province\": \"Michigan\",\n                                \"last_name\": \"Yu\",\n                                \"first_name\": \"Carmen\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871977582899,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:06.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"219\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"220\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"119\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"86\",\n            \"attributes\": {\n                \"number\": \"#1196\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 4.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 34.68,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-05-25T22:25:21.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:35.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"774\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5910183575859,\n                        \"name\": \"#1196\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"Lkbchau@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"993952e6a99833c8bd83ea3236e6135f\",\n                        \"app_id\": 580111,\n                        \"number\": 196,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 7989270970675,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"lkbchau@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Chau\",\n                            \"created_at\": \"2024-05-25T09:05:08-07:00\",\n                            \"first_name\": \"Leo\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-05-25T15:25:27-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10013800464691,\n                                \"zip\": \"02135\",\n                                \"city\": \"Brighton\",\n                                \"name\": \"Leo Chau\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"71 Arlington St\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Chau\",\n                                \"first_name\": \"Leo\",\n                                \"customer_id\": 7989270970675,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/7989270970675\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"unsubscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-05-25T15:25:22-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-05-25T15:25:22-07:00\"\n                        },\n                        \"closed_at\": \"2024-05-28T15:14:30-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"6405ff6b9c72fea3d75a39b825488aee\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"73.167.234.7\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFlSWEpQRzRUUkc4WE0xTUQzOUVYNjNa\",\n                        \"created_at\": \"2024-05-25T15:25:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15012154900787,\n                                \"sku\": \"varietypack\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"29.69\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15012154900787\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.30\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15012154933555,\n                                \"sku\": \"shakerbottle-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15012154933555\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T07:54:09-07:00\",\n                        \"checkout_id\": 37831245758771,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"34.68\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5220223287603,\n                                \"name\": \"#1196.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5910183575859,\n                                \"created_at\": \"2024-05-28T15:14:30-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15012154900787,\n                                        \"sku\": \"varietypack\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"29.69\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15012154900787\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.30\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15012154933555,\n                                        \"sku\": \"shakerbottle-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Massachusetts State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15012154933555\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T07:54:09-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420021359261290357467600020920\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420021359261290357467600020920\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420021359261290357467600020920\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420021359261290357467600020920\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5220223287603\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1196,\n                        \"processed_at\": \"2024-05-25T15:25:17-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"Lkbchau@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e679f23ea111e6881a0453076b58ee6a\",\n                        \"client_details\": {\n                            \"browser_ip\": \"73.167.234.7\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"3.30\"\n                            }\n                        ],\n                        \"referring_site\": \"https://www.google.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4739400565043,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"4.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Massachusetts State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"4.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"4.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"29.69\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"02135\",\n                            \"city\": \"Brighton\",\n                            \"name\": \"Leo Chau\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"71 Arlington St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Chau\",\n                            \"longitude\": null,\n                            \"first_name\": \"Leo\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.30\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/993952e6a99833c8bd83ea3236e6135f/authenticate?key=f14abfa5653823b4a46016e11d2ed1e0&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"02135\",\n                            \"city\": \"Brighton\",\n                            \"name\": \"Leo Chau\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"71 Arlington St\",\n                            \"address2\": null,\n                            \"latitude\": 42.3526307,\n                            \"province\": \"Massachusetts\",\n                            \"last_name\": \"Chau\",\n                            \"longitude\": -71.15503439999999,\n                            \"first_name\": \"Leo\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"6405ff6b9c72fea3d75a39b825488aee\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"950J2Z7R3\",\n                        \"current_total_price\": \"34.68\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5910183575859\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"10.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\",\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"29.69\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"3.30\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"34.68\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6859944657203,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5910183575859,\n                            \"created_at\": \"2024-05-25T15:25:22-07:00\",\n                            \"fulfill_at\": \"2024-05-25T15:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15152418521395,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15012154900787,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6859944657203\n                                },\n                                {\n                                    \"id\": 15152418554163,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15012154933555,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6859944657203\n                                }\n                            ],\n                            \"updated_at\": \"2024-05-28T15:14:30-07:00\",\n                            \"destination\": {\n                                \"id\": 6354598363443,\n                                \"zip\": \"02135\",\n                                \"city\": \"Brighton\",\n                                \"email\": \"Lkbchau@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"71 Arlington St\",\n                                \"address2\": null,\n                                \"province\": \"Massachusetts\",\n                                \"last_name\": \"Chau\",\n                                \"first_name\": \"Leo\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 858951647539,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"221\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"222\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"120\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"121\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"87\",\n            \"attributes\": {\n                \"number\": \"#1379\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T02:08:48.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:44.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"783\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923121037619,\n                        \"name\": \"#1379\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"auntnini831@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"59b733c3e7707522055b40236cd5bf5b\",\n                        \"app_id\": 580111,\n                        \"number\": 379,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020262584627,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"auntnini831@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Craig\",\n                            \"created_at\": \"2024-06-04T19:08:42-07:00\",\n                            \"first_name\": \"Nicole\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T19:08:54-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041438503219,\n                                \"zip\": \"40065\",\n                                \"city\": \"Shelbyville\",\n                                \"name\": \"Nicole Craig\",\n                                \"phone\": \"+18129871493\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3007 Twilight Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Kentucky\",\n                                \"last_name\": \"Craig\",\n                                \"first_name\": \"Nicole\",\n                                \"customer_id\": 8020262584627,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"KY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020262584627\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T19:08:49-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T19:08:49-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:49-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"dc31919577d4031c78d21703f7b57df1\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:380:10c6:c82f:9107:6f6:9d0e:b5dd\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpLMkU5V0tLMTFNQ0JBNkZNQkM0TThS\",\n                        \"created_at\": \"2024-06-04T19:08:48-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036876325171,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036876325171\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                        \"checkout_id\": 37868590203187,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398819123,\n                                \"name\": \"#1379.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923121037619,\n                                \"created_at\": \"2024-06-05T15:13:49-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036876325171,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Kentucky State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036876325171\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398819123\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2NxDHi_zknEVucxN6azOfHRrkcY2EI4x1jfes85ldzlJrq6x_pquMipl8_aem_AfyyAJrNNJ9nRehz07rZ5J-r6BhQTHleEbhNTFqjFi8x0ot0cjhJjQCPuk6sXuU6W3SwYBUwqOXUATLUeFbfaNlm&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1379,\n                        \"processed_at\": \"2024-06-04T19:08:42-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"auntnini831@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"7c9752d60908e03fb5dc8221bd3d4c0c\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:380:10c6:c82f:9107:6f6:9d0e:b5dd\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 13; SM-G781U Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749037306163,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Kentucky State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"40065\",\n                            \"city\": \"Shelbyville\",\n                            \"name\": \"Nicole Craig\",\n                            \"phone\": \"+18129871493\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3007 Twilight Avenue\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Kentucky\",\n                            \"last_name\": \"Craig\",\n                            \"longitude\": null,\n                            \"first_name\": \"Nicole\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/59b733c3e7707522055b40236cd5bf5b/authenticate?key=94c3a7a48fa5af9820c8ab98d141a4c1&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"40065\",\n                            \"city\": \"Shelbyville\",\n                            \"name\": \"Nicole Craig\",\n                            \"phone\": \"+18129871493\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3007 Twilight Avenue\",\n                            \"address2\": null,\n                            \"latitude\": 38.1765555,\n                            \"province\": \"Kentucky\",\n                            \"last_name\": \"Craig\",\n                            \"longitude\": -85.2015677,\n                            \"first_name\": \"Nicole\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"KY\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"dc31919577d4031c78d21703f7b57df1\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"JHPLR858U\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923121037619\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873125060915,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923121037619,\n                            \"created_at\": \"2024-06-04T19:08:49-07:00\",\n                            \"fulfill_at\": \"2024-06-04T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177124708659,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036876325171,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873125060915\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                            \"destination\": {\n                                \"id\": 6366344905011,\n                                \"zip\": \"40065\",\n                                \"city\": \"Shelbyville\",\n                                \"email\": \"auntnini831@gmail.com\",\n                                \"phone\": \"+18129871493\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3007 Twilight Avenue\",\n                                \"address2\": null,\n                                \"province\": \"Kentucky\",\n                                \"last_name\": \"Craig\",\n                                \"first_name\": \"Nicole\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872104362291,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"223\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"224\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"122\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"88\",\n            \"attributes\": {\n                \"number\": \"#1390\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T18:38:42.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:37.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"791\",\n                \"packing_note\": \"cash\",\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923866870067,\n                        \"name\": \"#1390\",\n                        \"note\": \"cash\",\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"1b57ee4b540a55152b152d3520b97d31\",\n                        \"app_id\": 129785,\n                        \"number\": 390,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-05T11:38:43-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 1,\n                        \"po_number\": null,\n                        \"reference\": \"fb5e87c627366e1980dd1a8dc74c3313\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd5b:e274:6d61:a4b7:685b:fb97\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-05T11:38:42-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15038178656563,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"32.99\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038178656563\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15038178689331,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038178689331\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T11:38:48-07:00\",\n                        \"checkout_id\": 37870921384243,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"32.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229167575347,\n                                \"name\": \"#1390.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923866870067,\n                                \"created_at\": \"2024-06-05T11:38:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15038178656563,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"32.99\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038178656563\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15038178689331,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038178689331\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T11:38:43-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229167575347\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1390,\n                        \"processed_at\": \"2024-06-05T11:38:41-07:00\",\n                        \"total_weight\": 281,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"BA177F7D-8729-4623-936A-A6E3E03F67F7\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd5b:e274:6d61:a4b7:685b:fb97\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/16.1.1/Apple/iPhone14,5/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US,en;q=0.9\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"32.99\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/1b57ee4b540a55152b152d3520b97d31/authenticate?key=1cff2be3f652d35a4645d12528c22963&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-1-1074\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"QLXA5FDHI\",\n                        \"current_total_price\": \"32.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923866870067\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"cash\"\n                        ],\n                        \"current_subtotal_price\": \"32.99\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873886654771,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923866870067,\n                            \"created_at\": \"2024-06-05T11:38:42-07:00\",\n                            \"fulfill_at\": \"2024-06-05T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15178432905523,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15038178656563,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873886654771\n                                },\n                                {\n                                    \"id\": 15178432938291,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15038178689331,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873886654771\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T11:38:43-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872863629619,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"225\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"226\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"123\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"124\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"89\",\n            \"attributes\": {\n                \"number\": \"#1385\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T07:33:49.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:46.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"800\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923302539571,\n                        \"name\": \"#1385\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"technowoman@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"8c323b7ef45ed137a327a5d26010e058\",\n                        \"app_id\": 580111,\n                        \"number\": 385,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020543996211,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"technowoman@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Saludes\",\n                            \"created_at\": \"2024-06-05T00:33:46-07:00\",\n                            \"first_name\": \"Celina\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T00:41:02-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041651036467,\n                                \"zip\": \"91770\",\n                                \"city\": \"Rosemead\",\n                                \"name\": \"Celina Saludes\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"8015 Whitmore St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Saludes\",\n                                \"first_name\": \"Celina\",\n                                \"customer_id\": 8020543996211,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020543996211\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:50-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"bb9f54c7868ebcace815af7a21efc2d3\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"104.28.48.166\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpLTjFBNUdBWU44NktCQ0dGR1YzOUpG\",\n                        \"created_at\": \"2024-06-05T00:33:49-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037200662835,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037200662835\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:50-07:00\",\n                        \"checkout_id\": 37869265518899,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398851891,\n                                \"name\": \"#1385.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923302539571,\n                                \"created_at\": \"2024-06-05T15:13:49-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037200662835,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037200662835\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398851891\"\n                            }\n                        ],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1385,\n                        \"processed_at\": \"2024-06-05T00:33:45-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"technowoman@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"32558330afd317cc6e40ae7884682f13\",\n                        \"client_details\": {\n                            \"browser_ip\": \"104.28.48.166\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749183516979,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"91770\",\n                            \"city\": \"Rosemead\",\n                            \"name\": \"Celina Saludes\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8015 Whitmore St\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Saludes\",\n                            \"longitude\": null,\n                            \"first_name\": \"Celina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/8c323b7ef45ed137a327a5d26010e058/authenticate?key=0bd652d453a2846ade5f77f1a4c87e38&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"91770\",\n                            \"city\": \"Rosemead\",\n                            \"name\": \"Celina Saludes\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"8015 Whitmore St\",\n                            \"address2\": null,\n                            \"latitude\": 34.0653596,\n                            \"province\": \"California\",\n                            \"last_name\": \"Saludes\",\n                            \"longitude\": -118.0945053,\n                            \"first_name\": \"Celina\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"bb9f54c7868ebcace815af7a21efc2d3\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"H1YFCJNU0\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923302539571\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873311052083,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923302539571,\n                            \"created_at\": \"2024-06-05T00:33:49-07:00\",\n                            \"fulfill_at\": \"2024-06-05T00:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177450717491,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037200662835,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873311052083\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:49-07:00\",\n                            \"destination\": {\n                                \"id\": 6366530765107,\n                                \"zip\": \"91770\",\n                                \"city\": \"Rosemead\",\n                                \"email\": \"technowoman@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"8015 Whitmore St\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Saludes\",\n                                \"first_name\": \"Celina\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872290058547,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"227\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"228\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"125\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"90\",\n            \"attributes\": {\n                \"number\": \"#1384\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T07:13:04.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:47.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"811\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923287859507,\n                        \"name\": \"#1384\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"minami.f.sasaki@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"7211bbd41000588dfe3e5cf68c8537d7\",\n                        \"app_id\": 580111,\n                        \"number\": 384,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020524826931,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"minami.f.sasaki@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Sasaki\",\n                            \"created_at\": \"2024-06-05T00:12:59-07:00\",\n                            \"first_name\": \"Minami\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T00:13:09-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041634357555,\n                                \"zip\": \"90057\",\n                                \"city\": \"Los Angeles\",\n                                \"name\": \"Minami Sasaki\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"500 S Lake St.\",\n                                \"address2\": \"417\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Sasaki\",\n                                \"first_name\": \"Minami\",\n                                \"customer_id\": 8020524826931,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020524826931\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-05T00:13:05-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-05T00:13:05-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:50-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"619988c2b17b2dbdf59643a08ad58e15\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"76.32.126.120\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpLS1ZaQzFRQVhNTjJXVFJGRlBZVEFL\",\n                        \"created_at\": \"2024-06-05T00:13:04-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037173727539,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037173727539\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:50-07:00\",\n                        \"checkout_id\": 37869206864179,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398884659,\n                                \"name\": \"#1384.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923287859507,\n                                \"created_at\": \"2024-06-05T15:13:50-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037173727539,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037173727539\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:50-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398884659\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabMYU0RdBzELICCPTdVyV1mkkMob3E7gHSszbuPTiSYeWFRAeTeVofjSG4_aem_AWgez1glWCQH5cgcoIGKg2vXI4YkrCNJtmcMqwnxUnHtpP9siShOA4CDpdBO7r-x35yQGchJHMF9Ufit1yJZ4CZm&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1384,\n                        \"processed_at\": \"2024-06-05T00:12:58-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"minami.f.sasaki@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"06b2e58c555eb5e7ae5655276a64e856\",\n                        \"client_details\": {\n                            \"browser_ip\": \"76.32.126.120\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21A350 Instagram 333.1.4.32.95 (iPhone15,4; iOS 17_0_2; en_US; en; scale=3.00; 1179x2556; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749171228979,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90717\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Minami Sasaki\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1713 256th St\",\n                            \"address2\": null,\n                            \"latitude\": 33.7916757,\n                            \"province\": \"California\",\n                            \"last_name\": \"Sasaki\",\n                            \"longitude\": -118.3080894,\n                            \"first_name\": \"Minami\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/7211bbd41000588dfe3e5cf68c8537d7/authenticate?key=9b2c6e3c0fccb910ade364bdd2b87760&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"90057\",\n                            \"city\": \"Los Angeles\",\n                            \"name\": \"Minami Sasaki\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"500 S Lake St.\",\n                            \"address2\": \"417\",\n                            \"latitude\": 34.06056,\n                            \"province\": \"California\",\n                            \"last_name\": \"Sasaki\",\n                            \"longitude\": -118.275281,\n                            \"first_name\": \"Minami\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"619988c2b17b2dbdf59643a08ad58e15\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"2FDLAUYC8\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923287859507\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873296240947,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923287859507,\n                            \"created_at\": \"2024-06-05T00:13:05-07:00\",\n                            \"fulfill_at\": \"2024-06-05T00:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177423749427,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037173727539,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873296240947\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:50-07:00\",\n                            \"destination\": {\n                                \"id\": 6366517035315,\n                                \"zip\": \"90057\",\n                                \"city\": \"Los Angeles\",\n                                \"email\": \"minami.f.sasaki@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"500 S Lake St.\",\n                                \"address2\": \"417\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Sasaki\",\n                                \"first_name\": \"Minami\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872275280179,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"229\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"230\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"126\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"91\",\n            \"attributes\": {\n                \"number\": \"#1370\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T18:25:01.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:37.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"810\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922672378163,\n                        \"name\": \"#1370\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"minibullbab1@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"b32bae7ef8646c56c6657c2550c9384b\",\n                        \"app_id\": 580111,\n                        \"number\": 370,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019757105459,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"minibullbab1@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Bullock\",\n                            \"created_at\": \"2024-06-04T11:24:57-07:00\",\n                            \"first_name\": \"Alyssa\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T11:25:06-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041056198963,\n                                \"zip\": \"64076\",\n                                \"city\": \"Odessa\",\n                                \"name\": \"Alyssa Bullock\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"951 NW 1401st Rd\",\n                                \"address2\": null,\n                                \"province\": \"Missouri\",\n                                \"last_name\": \"Bullock\",\n                                \"first_name\": \"Alyssa\",\n                                \"customer_id\": 8019757105459,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"MO\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019757105459\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T11:25:02-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T11:25:02-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"b9c1f0f945414d7e7ca147d900d5f018\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"47.233.76.49\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFo3RjVNODlWN0U4MFpNNTROSkM1MUE3\",\n                        \"created_at\": \"2024-06-04T11:25:01-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036081242419,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Missouri State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lafayette County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Odessa City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036081242419\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:42-07:00\",\n                        \"checkout_id\": 37851261993267,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398491443,\n                                \"name\": \"#1370.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922672378163,\n                                \"created_at\": \"2024-06-05T15:13:41-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036081242419,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Missouri State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01625,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Lafayette County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Odessa City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036081242419\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:41-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398491443\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZ62M2uzwBUYlrjgLcdxSogEiwrgiT4lZLwpIqI8EXsybunc8QInz-GW-M_aem_AfoCxFV8x01CYjTjGSQcsV3xot6kz0xJnqLEFMMfjF9VIlSwDMci-2lQSksIUsKQjj1RXEKG_dJgzXATvw83zeNr&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1370,\n                        \"processed_at\": \"2024-06-04T11:24:57-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"minibullbab1@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"acc6fcbf74e3e515569414449fd36a52\",\n                        \"client_details\": {\n                            \"browser_ip\": \"47.233.76.49\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 333.1.4.32.95 (iPhone14,2; iOS 17_4_1; en_US; en; scale=3.00; 1170x2532; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748798296371,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Missouri State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01625,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Lafayette County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Odessa City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"64076\",\n                            \"city\": \"Odessa\",\n                            \"name\": \"Alyssa Bullock\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"951 NW 1401st Rd\",\n                            \"address2\": null,\n                            \"latitude\": 38.90653289999999,\n                            \"province\": \"Missouri\",\n                            \"last_name\": \"Bullock\",\n                            \"longitude\": -94.0014453,\n                            \"first_name\": \"Alyssa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MO\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/b32bae7ef8646c56c6657c2550c9384b/authenticate?key=3200a8ed063314f658fce06899dfcba1&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"64076\",\n                            \"city\": \"Odessa\",\n                            \"name\": \"Alyssa Bullock\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"951 NW 1401st Rd\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Missouri\",\n                            \"last_name\": \"Bullock\",\n                            \"longitude\": null,\n                            \"first_name\": \"Alyssa\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"MO\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"b9c1f0f945414d7e7ca147d900d5f018\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"48MNP3QK2\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922672378163\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872666734899,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922672378163,\n                            \"created_at\": \"2024-06-04T11:25:02-07:00\",\n                            \"fulfill_at\": \"2024-06-04T11:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176326021427,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036081242419,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872666734899\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:41-07:00\",\n                            \"destination\": {\n                                \"id\": 6365955686707,\n                                \"zip\": \"64076\",\n                                \"city\": \"Odessa\",\n                                \"email\": \"minibullbab1@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"951 NW 1401st Rd\",\n                                \"address2\": null,\n                                \"province\": \"Missouri\",\n                                \"last_name\": \"Bullock\",\n                                \"first_name\": \"Alyssa\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871647019315,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"231\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"232\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"127\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"92\",\n            \"attributes\": {\n                \"number\": \"#1387\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T14:38:36.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:48.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"824\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923621011763,\n                        \"name\": \"#1387\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"mnlg_311@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"55ef65d286ac58a677903a46e2f3740b\",\n                        \"app_id\": 580111,\n                        \"number\": 387,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8021000978739,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"mnlg_311@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"L.G.\",\n                            \"created_at\": \"2024-06-05T07:38:33-07:00\",\n                            \"first_name\": \"Micah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T07:38:43-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10042013417779,\n                                \"zip\": \"87114\",\n                                \"city\": \"Albuquerque\",\n                                \"name\": \"Micah Leon-Guerrero\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"4024 Diablo Trail Pl\",\n                                \"address2\": null,\n                                \"province\": \"New Mexico\",\n                                \"last_name\": \"Leon-Guerrero\",\n                                \"first_name\": \"Micah\",\n                                \"customer_id\": 8021000978739,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NM\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8021000978739\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-05T07:38:38-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-05T07:38:38-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:52-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"7cfcdd5d8bef166e136a65bf333d1b46\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"172.58.242.201\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpNREJUME1UMTZGMEpZV1lTU1pNUzJG\",\n                        \"created_at\": \"2024-06-05T07:38:36-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037733634355,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Bernalillo County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0275,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Albuquerque City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New Mexico State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037733634355\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:52-07:00\",\n                        \"checkout_id\": 37870286471475,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398950195,\n                                \"name\": \"#1387.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923621011763,\n                                \"created_at\": \"2024-06-05T15:13:52-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037733634355,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Bernalillo County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0275,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Albuquerque City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04875,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New Mexico State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037733634355\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:52-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398950195\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAab5-jISRcz_F-jnLu6iEJMdyAX87B-xjQ0PxhJoLVIc82mWr3FZipP7new_aem_dHAXX4BROaPV0X5I4t-W-w&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1387,\n                        \"processed_at\": \"2024-06-05T07:38:33-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"mnlg_311@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"9e9461410edd3b2b1b4f91f09f347491\",\n                        \"client_details\": {\n                            \"browser_ip\": \"172.58.242.201\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 333.1.4.32.95 (iPhone15,3; iOS 17_5_1; en_US; en; scale=3.00; 1290x2796; 604797909)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749438189875,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Bernalillo County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0275,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Albuquerque City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04875,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New Mexico State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"87114\",\n                            \"city\": \"Albuquerque\",\n                            \"name\": \"Micah L.G.\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4024 Diablo Trail Pl\",\n                            \"address2\": null,\n                            \"latitude\": 35.1958704,\n                            \"province\": \"New Mexico\",\n                            \"last_name\": \"L.G.\",\n                            \"longitude\": -106.6939803,\n                            \"first_name\": \"Micah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NM\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/55ef65d286ac58a677903a46e2f3740b/authenticate?key=ac7c8d9ee7c8736e7e796ddf5dceb689&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"87114\",\n                            \"city\": \"Albuquerque\",\n                            \"name\": \"Micah Leon-Guerrero\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"4024 Diablo Trail Pl\",\n                            \"address2\": null,\n                            \"latitude\": 35.1958704,\n                            \"province\": \"New Mexico\",\n                            \"last_name\": \"Leon-Guerrero\",\n                            \"longitude\": -106.6939803,\n                            \"first_name\": \"Micah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NM\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"7cfcdd5d8bef166e136a65bf333d1b46\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"FKI05QDQD\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923621011763\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873636438323,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923621011763,\n                            \"created_at\": \"2024-06-05T07:38:38-07:00\",\n                            \"fulfill_at\": \"2024-06-05T07:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15177988964659,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037733634355,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873636438323\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:52-07:00\",\n                            \"destination\": {\n                                \"id\": 6366848614707,\n                                \"zip\": \"87114\",\n                                \"city\": \"Albuquerque\",\n                                \"email\": \"mnlg_311@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"4024 Diablo Trail Pl\",\n                                \"address2\": null,\n                                \"province\": \"New Mexico\",\n                                \"last_name\": \"Leon-Guerrero\",\n                                \"first_name\": \"Micah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872614756659,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:11.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"233\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"234\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"128\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"93\",\n            \"attributes\": {\n                \"number\": \"#1372\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T19:42:59.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:38.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"825\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922754691379,\n                        \"name\": \"#1372\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"erinjacksongeneral@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"9054cba7899c03a4500a635d78e3ba08\",\n                        \"app_id\": 580111,\n                        \"number\": 372,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019856458035,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"erinjacksongeneral@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Jackson\",\n                            \"created_at\": \"2024-06-04T12:42:54-07:00\",\n                            \"first_name\": \"Wren\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T12:43:05-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041136578867,\n                                \"zip\": \"02879\",\n                                \"city\": \"Wakefield\",\n                                \"name\": \"Wren Jackson\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"3331 Post Road\",\n                                \"address2\": null,\n                                \"province\": \"Rhode Island\",\n                                \"last_name\": \"Jackson\",\n                                \"first_name\": \"Wren\",\n                                \"customer_id\": 8019856458035,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"RI\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019856458035\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T12:43:00-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T12:43:00-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:42-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"2f0b7dd50fa0961f4a61cb397fe0c2b8\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"174.242.128.5\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpKQzlHTlE1WU4zMVZXUks0TldLOFZI\",\n                        \"created_at\": \"2024-06-04T12:42:59-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036229321011,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Rhode Island State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036229321011\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:42-07:00\",\n                        \"checkout_id\": 37867670143283,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398556979,\n                                \"name\": \"#1372.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922754691379,\n                                \"created_at\": \"2024-06-05T15:13:42-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036229321011,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.07,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Rhode Island State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036229321011\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:42-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398556979\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAabfyhdi_Ma01HdN3NaMyoUUsJcOKuvmdS4RNhf-qepHpQlTMsRz1T_NReY_aem_ATLaSUJltvhZUszbYYEn88mxFEdo6c5a3pvypWFH-pG8S12ngUwxi6S-cW-TEl5svVjutyKkGjr4LKsWhveBc2Sr&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1372,\n                        \"processed_at\": \"2024-06-04T12:42:54-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"erinjacksongeneral@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"68f36153137fac42d6ac22a06c8794ad\",\n                        \"client_details\": {\n                            \"browser_ip\": \"174.242.128.5\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 Instagram 332.0.2.29.94 (iPhone12,8; iOS 17_4_1; en_US; en; scale=2.00; 750x1334; 600349675)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748849971507,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.07,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Rhode Island State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"02879\",\n                            \"city\": \"Wakefield\",\n                            \"name\": \"Wren Jackson\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3331 Post Road\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"Rhode Island\",\n                            \"last_name\": \"Jackson\",\n                            \"longitude\": null,\n                            \"first_name\": \"Wren\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"RI\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/9054cba7899c03a4500a635d78e3ba08/authenticate?key=9d60866bf2483409e5cfabfcd9e81f0b&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"02879\",\n                            \"city\": \"Wakefield\",\n                            \"name\": \"Wren Jackson\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"3331 Post Road\",\n                            \"address2\": null,\n                            \"latitude\": 41.39498870000001,\n                            \"province\": \"Rhode Island\",\n                            \"last_name\": \"Jackson\",\n                            \"longitude\": -71.60099819999999,\n                            \"first_name\": \"Wren\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"RI\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"2f0b7dd50fa0961f4a61cb397fe0c2b8\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8N1CFC6HL\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922754691379\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872750784819,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922754691379,\n                            \"created_at\": \"2024-06-04T12:43:00-07:00\",\n                            \"fulfill_at\": \"2024-06-04T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176473379123,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036229321011,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872750784819\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:42-07:00\",\n                            \"destination\": {\n                                \"id\": 6366020763955,\n                                \"zip\": \"02879\",\n                                \"city\": \"Wakefield\",\n                                \"email\": \"erinjacksongeneral@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"3331 Post Road\",\n                                \"address2\": null,\n                                \"province\": \"Rhode Island\",\n                                \"last_name\": \"Jackson\",\n                                \"first_name\": \"Wren\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871730938163,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:12.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"235\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"236\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"129\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"94\",\n            \"attributes\": {\n                \"number\": \"#1388\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T15:35:13.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:49.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"838\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923674980659,\n                        \"name\": \"#1388\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"emailystone@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"f355ecf8fce6ed59a06fae1c47089b5e\",\n                        \"app_id\": 580111,\n                        \"number\": 388,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8021075001651,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"emailystone@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Stone\",\n                            \"created_at\": \"2024-06-05T08:35:11-07:00\",\n                            \"first_name\": \"Emily\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T08:35:19-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10042071974195,\n                                \"zip\": \"92780\",\n                                \"city\": \"Tustin\",\n                                \"name\": \"Emily Stone\",\n                                \"phone\": \"+15623877315\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"16571 Alliance Avenue\",\n                                \"address2\": \"Apartment 19\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Stone\",\n                                \"first_name\": \"Emily\",\n                                \"customer_id\": 8021075001651,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": false,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8021075001651\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"not_subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": null\n                            },\n                            \"accepts_marketing_updated_at\": null\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:53-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"bccb32542b09f6f2ee79af3810969c44\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"45.50.231.229\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpNR0haOFczUEpTNjBFM0paME5UUDhC\",\n                        \"created_at\": \"2024-06-05T08:35:13-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037825810739,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037825810739\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                        \"checkout_id\": 37870433567027,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398982963,\n                                \"name\": \"#1388.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923674980659,\n                                \"created_at\": \"2024-06-05T15:13:52-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037825810739,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037825810739\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:52-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398982963\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2WoZJROcWWT8-k4tGz3yZu4TdQfu6nE49_GRqeqdQymp0tk8MGLRRMkYQ_aem_AUYh1GAcmmhDZvQleAfxQnJ1cbypj94qpdIBfq9zvB97Pi7A6yyBdvs8vcior8ZAs9QrQt_0Q5vuO8nFRf_hbklZ&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1388,\n                        \"processed_at\": \"2024-06-05T08:35:10-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"emailystone@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"1db5060aae87ecbd7138a73a92517abd\",\n                        \"client_details\": {\n                            \"browser_ip\": \"45.50.231.229\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 14; Pixel 6 Build/AP1A.240505.004; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749476725043,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92780\",\n                            \"city\": \"Tustin\",\n                            \"name\": \"Emily Stone\",\n                            \"phone\": \"+15623877315\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"16571 Alliance Avenue\",\n                            \"address2\": \"Apartment 19\",\n                            \"latitude\": 33.7370512,\n                            \"province\": \"California\",\n                            \"last_name\": \"Stone\",\n                            \"longitude\": -117.8380214,\n                            \"first_name\": \"Emily\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/f355ecf8fce6ed59a06fae1c47089b5e/authenticate?key=2d602ea3136d48a86a342a7205790e76&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92780\",\n                            \"city\": \"Tustin\",\n                            \"name\": \"Emily Stone\",\n                            \"phone\": \"+15623877315\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"16571 Alliance Avenue\",\n                            \"address2\": \"Apartment 19\",\n                            \"latitude\": 33.7370512,\n                            \"province\": \"California\",\n                            \"last_name\": \"Stone\",\n                            \"longitude\": -117.8380214,\n                            \"first_name\": \"Emily\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"bccb32542b09f6f2ee79af3810969c44\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"DMEJ0NAMD\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923674980659\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873691390259,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923674980659,\n                            \"created_at\": \"2024-06-05T08:35:14-07:00\",\n                            \"fulfill_at\": \"2024-06-05T08:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15178080944435,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037825810739,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873691390259\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                            \"destination\": {\n                                \"id\": 6366896259379,\n                                \"zip\": \"92780\",\n                                \"city\": \"Tustin\",\n                                \"email\": \"emailystone@gmail.com\",\n                                \"phone\": \"+15623877315\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"16571 Alliance Avenue\",\n                                \"address2\": \"Apartment 19\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Stone\",\n                                \"first_name\": \"Emily\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872669413683,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"237\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"238\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"130\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"95\",\n            \"attributes\": {\n                \"number\": \"#1371\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T19:35:21.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:39.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"841\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922746302771,\n                        \"name\": \"#1371\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"trinitytran20@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"77584d058d96ceadf917383e509011b5\",\n                        \"app_id\": 580111,\n                        \"number\": 371,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019359301939,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"trinitytran20@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Tran\",\n                            \"created_at\": \"2024-06-04T06:14:04-07:00\",\n                            \"first_name\": \"Trinity\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T12:35:26-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10040740413747,\n                                \"zip\": \"92831\",\n                                \"city\": \"Fullerton\",\n                                \"name\": \"Trinity Tran\",\n                                \"phone\": \"+14077759059\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1360 Shadow Lane\",\n                                \"address2\": \"Unit G\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Tran\",\n                                \"first_name\": \"Trinity\",\n                                \"customer_id\": 8019359301939,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019359301939\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T06:14:04-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T06:14:04-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:43-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"ce5d269719a56b409d949a8ef589abdc\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2603:8000:5800:849a:c4b1:1f55:1e07:8b7d\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpKQlhKSzhRQ1gyVFQ1UDhZRlA2MlQ5\",\n                        \"created_at\": \"2024-06-04T12:35:21-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036214247731,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036214247731\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:43-07:00\",\n                        \"checkout_id\": 37867650613555,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398589747,\n                                \"name\": \"#1371.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922746302771,\n                                \"created_at\": \"2024-06-05T15:13:43-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036214247731,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Orange County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036214247731\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:43-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398589747\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235&utm_medium=Facebook_Mobile_Reels&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR1TcnhfP4Ktv5v1ds5my8mHx1fzKy2B7TzD95g4_fqndtsMJasAmXumbn0_aem_ATJKz3W6QfH4ntCbNwYy5e0VSR4uZLDhxBEJpFcBpv3CtXeiUTJ3vX13TOKWXV8K-ZqV9B80y1yP-O3pgH90k_2Q&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1371,\n                        \"processed_at\": \"2024-06-04T12:35:17-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"trinitytran20@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"0d28ccb5b4c73a56824e07328ce56658\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2603:8000:5800:849a:c4b1:1f55:1e07:8b7d\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748844826931,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Orange County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"92831\",\n                            \"city\": \"Fullerton\",\n                            \"name\": \"Trinity Tran\",\n                            \"phone\": \"+14077759059\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1360 Shadow Lane\",\n                            \"address2\": \"Unit G\",\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Tran\",\n                            \"longitude\": null,\n                            \"first_name\": \"Trinity\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/77584d058d96ceadf917383e509011b5/authenticate?key=59a5cbc16a0ffa91cb0ce69f3e948130&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"92831\",\n                            \"city\": \"Fullerton\",\n                            \"name\": \"Trinity Tran\",\n                            \"phone\": \"+14077759059\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1360 Shadow Lane\",\n                            \"address2\": \"Unit G\",\n                            \"latitude\": 33.8853152,\n                            \"province\": \"California\",\n                            \"last_name\": \"Tran\",\n                            \"longitude\": -117.9184985,\n                            \"first_name\": \"Trinity\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"ce5d269719a56b409d949a8ef589abdc\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"PPP53WDFW\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922746302771\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872742265139,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922746302771,\n                            \"created_at\": \"2024-06-04T12:35:22-07:00\",\n                            \"fulfill_at\": \"2024-06-04T12:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176458371379,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036214247731,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872742265139\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:43-07:00\",\n                            \"destination\": {\n                                \"id\": 6366013817139,\n                                \"zip\": \"92831\",\n                                \"city\": \"Fullerton\",\n                                \"email\": \"trinitytran20@gmail.com\",\n                                \"phone\": \"+14077759059\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1360 Shadow Lane\",\n                                \"address2\": \"Unit G\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Tran\",\n                                \"first_name\": \"Trinity\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871722418483,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"239\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"240\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"131\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"96\",\n            \"attributes\": {\n                \"number\": \"#1389\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 3.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-05T16:14:23.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:49.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"852\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5923715875123,\n                        \"name\": \"#1389\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"2f3ee040847d356a9e803d0f27002076\",\n                        \"app_id\": 580111,\n                        \"number\": 389,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8021129724211,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Pakzad\",\n                            \"created_at\": \"2024-06-05T09:14:19-07:00\",\n                            \"first_name\": \"Sarvenaz\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-05T09:14:29-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10042113950003,\n                                \"zip\": \"95661\",\n                                \"city\": \"Roseville\",\n                                \"name\": \"Sarvenaz Pakzad\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"1400 Oak Hill Way\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Pakzad\",\n                                \"first_name\": \"Sarvenaz\",\n                                \"customer_id\": 8021129724211,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8021129724211\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-05T09:14:24-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-05T09:14:24-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:53-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"49980ce439173860cf6db0c18bb49a73\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"107.116.89.99\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpNSlNGQkY0QlhNM0VESzFQUFdNTlRR\",\n                        \"created_at\": \"2024-06-05T09:14:23-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15037902160179,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Roseville City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037902160179\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                        \"checkout_id\": 37870541930803,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"3.99\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229399015731,\n                                \"name\": \"#1389.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5923715875123,\n                                \"created_at\": \"2024-06-05T15:13:53-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15037902160179,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.005,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Roseville City Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15037902160179\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229399015731\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=ig&utm_medium=Instagram_Feed&utm_campaign=FB | EVG | Sales | Interests&utm_content=Static_1080x1080_orderv4&utm_source=ig&fbclid=PAAaZkbjYoE9VlcIQ1Th7jTHakaQcMTpI8bbLj0ODYIz4oGFPssH6P2yJRwOQ_aem_AUbuFBHAgTOCDY7QbZ8FuyrVgQqOq01ipsouOiDVkJSGse1DCemirhx8856-iyNrp1PXCrQpcGQDlomTI4RhXFgj&campaign_id=120210654989170012&ad_id=120211609452080012\",\n                        \"order_number\": 1389,\n                        \"processed_at\": \"2024-06-05T09:14:19-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sarvenaz.pakzad@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"7918aa8cb2b336aae3a837130f254367\",\n                        \"client_details\": {\n                            \"browser_ip\": \"107.116.89.99\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 Instagram 334.0.4.32.98 (iPhone14,8; iOS 17_5_1; en_US; en; scale=3.00; 1284x2778; 605596711)\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4749503725875,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.005,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Roseville City Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"95661\",\n                            \"city\": \"Roseville\",\n                            \"name\": \"Sarvenaz Pakzad\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1400 Oak Hill Way\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Pakzad\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sarvenaz\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/2f3ee040847d356a9e803d0f27002076/authenticate?key=6c6052401c55cee9ae8b3f1202c3a006&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"95661\",\n                            \"city\": \"Roseville\",\n                            \"name\": \"Sarvenaz Pakzad\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1400 Oak Hill Way\",\n                            \"address2\": null,\n                            \"latitude\": 38.7559757,\n                            \"province\": \"California\",\n                            \"last_name\": \"Pakzad\",\n                            \"longitude\": -121.2416029,\n                            \"first_name\": \"Sarvenaz\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"49980ce439173860cf6db0c18bb49a73\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"ILMNVLJPD\",\n                        \"current_total_price\": \"3.99\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5923715875123\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6873733693747,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5923715875123,\n                            \"created_at\": \"2024-06-05T09:14:24-07:00\",\n                            \"fulfill_at\": \"2024-06-05T09:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15178157949235,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15037902160179,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6873733693747\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:53-07:00\",\n                            \"destination\": {\n                                \"id\": 6366930043187,\n                                \"zip\": \"95661\",\n                                \"city\": \"Roseville\",\n                                \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"1400 Oak Hill Way\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Pakzad\",\n                                \"first_name\": \"Sarvenaz\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 872711520563,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"241\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"242\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"132\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"97\",\n            \"attributes\": {\n                \"number\": \"#1373\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T20:35:22.000000Z\",\n                \"updated_at\": \"2024-07-31T22:30:07.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"857\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922808135987,\n                        \"name\": \"#1373\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sarahbelkowski@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"fb4db634821cb7c8bc017c4cdcdee08b\",\n                        \"app_id\": 580111,\n                        \"number\": 373,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8019919503667,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sarahbelkowski@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Belkowski\",\n                            \"created_at\": \"2024-06-04T13:35:17-07:00\",\n                            \"first_name\": \"Sarah\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T13:35:28-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041194053939,\n                                \"zip\": \"13148\",\n                                \"city\": \"Seneca Falls\",\n                                \"name\": \"Sarah Belkowski\",\n                                \"phone\": \"+13156515127\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"34 Center Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Belkowski\",\n                                \"first_name\": \"Sarah\",\n                                \"customer_id\": 8019919503667,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8019919503667\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T13:35:23-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T13:35:23-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:44-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"89547f80c5770b45d9e5af12f47d79fb\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Seneca County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"66.67.12.9\",\n                        \"cart_token\": \"Z2NwLXVzLWNlbnRyYWwxOjAxSFpKRjU2UUpUUVJaNTIwVEpXS0c1RE0x\",\n                        \"created_at\": \"2024-06-04T13:35:22-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036331884851,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Seneca County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036331884851\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-07-23T07:03:10-07:00\",\n                        \"checkout_id\": 37867796136243,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398622515,\n                                \"name\": \"#1373.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922808135987,\n                                \"created_at\": \"2024-06-05T15:13:44-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036331884851,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Seneca County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036331884851\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-07-23T07:03:10-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420131489261290357467600240182\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=420131489261290357467600240182\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"420131489261290357467600240182\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"420131489261290357467600240182\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398622515\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR0eB-C4L3FVLt8bmofADCEMBPEWb4p4MSXwEuVtuygbdFZbcyPM550e2Z0_aem_AdPv4-yMfYlIKJpOqgUWCYjhhgq_8WyAntqPrvcfWrlT8SqSAJvxm23zBZSAy9G50ZiJwV5O8p8y7I4aRMo-oMqK&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1373,\n                        \"processed_at\": \"2024-06-04T13:35:16-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sarahbelkowski@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"b2c31a6745fb72d74f5056ad26502967\",\n                        \"client_details\": {\n                            \"browser_ip\": \"66.67.12.9\",\n                            \"user_agent\": \"Mozilla/5.0 (Linux; Android 12; SM-G973U1 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/466.1.0.57.85;]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"http://m.facebook.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748881297715,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Seneca County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"13148\",\n                            \"city\": \"Seneca Falls\",\n                            \"name\": \"Sarah Belkowski\",\n                            \"phone\": \"+13156515127\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"34 Center Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Belkowski\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fb4db634821cb7c8bc017c4cdcdee08b/authenticate?key=b4e30d282c3e4dae5e5cabd99e2184b9&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"13148\",\n                            \"city\": \"Seneca Falls\",\n                            \"name\": \"Sarah Belkowski\",\n                            \"phone\": \"+13156515127\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"34 Center Street\",\n                            \"address2\": null,\n                            \"latitude\": 42.906274,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Belkowski\",\n                            \"longitude\": -76.7991103,\n                            \"first_name\": \"Sarah\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"89547f80c5770b45d9e5af12f47d79fb\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"ZNL80RYV0\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922808135987\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"paypal\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872805343539,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922808135987,\n                            \"created_at\": \"2024-06-04T13:35:23-07:00\",\n                            \"fulfill_at\": \"2024-06-04T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176575451443,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036331884851,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872805343539\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:44-07:00\",\n                            \"destination\": {\n                                \"id\": 6366062313779,\n                                \"zip\": \"13148\",\n                                \"city\": \"Seneca Falls\",\n                                \"email\": \"sarahbelkowski@yahoo.com\",\n                                \"phone\": \"+13156515127\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"34 Center Street\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Belkowski\",\n                                \"first_name\": \"Sarah\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871785496883,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"243\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"244\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"133\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"98\",\n            \"attributes\": {\n                \"number\": \"#1331\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 8.98,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 38.67,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-02T20:41:51.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:51.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"864\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5920595149107,\n                        \"name\": \"#1331\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"boringxname@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"599b54164847e2e577da3070aee73f46\",\n                        \"app_id\": 580111,\n                        \"number\": 331,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8015610020147,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"boringxname@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Ma\",\n                            \"created_at\": \"2024-06-02T13:41:48-07:00\",\n                            \"first_name\": \"Piano\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-02T13:41:52-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10038127362355,\n                                \"zip\": \"91780\",\n                                \"city\": \"Temple City\",\n                                \"name\": \"Piano Ma\",\n                                \"phone\": \"+16266793262\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"9018 Rancho Real Road\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ma\",\n                                \"first_name\": \"Piano\",\n                                \"customer_id\": 8015610020147,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8015610020147\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-02T13:41:52-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-02T13:41:52-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-03T16:13:20-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"c0caf83cc6c47a4ea1de0f98440b09c6\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2600:1012:a021:adc6:317d:e3b1:dac7:b24d\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSFpEQVFSSFEyTjlHTVpFQUY4Tjk4MkYw\",\n                        \"created_at\": \"2024-06-02T13:41:51-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15032398774579,\n                                \"sku\": \"vp-16\",\n                                \"name\": \"VARIETY PACK\",\n                                \"grams\": 192,\n                                \"price\": \"32.99\",\n                                \"title\": \"VARIETY PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"32.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882152014131,\n                                \"properties\": [],\n                                \"variant_id\": 47759609430323,\n                                \"pre_tax_price\": \"29.69\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.69\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398774579\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"3.30\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"3.30\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15032398807347,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [\n                                    {\n                                        \"name\": \"_Gifted\",\n                                        \"value\": \"Free Shaker Bottle\"\n                                    }\n                                ],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398807347\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15032398840115,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398840115\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T17:57:44-07:00\",\n                        \"checkout_id\": 37860844241203,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"38.67\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5227087266099,\n                                \"name\": \"#1331.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5920595149107,\n                                \"created_at\": \"2024-06-03T16:13:20-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15032398774579,\n                                        \"sku\": \"vp-16\",\n                                        \"name\": \"VARIETY PACK\",\n                                        \"grams\": 192,\n                                        \"price\": \"32.99\",\n                                        \"title\": \"VARIETY PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"32.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882152014131,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759609430323,\n                                        \"pre_tax_price\": \"29.69\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.69\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398774579\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"3.30\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"3.30\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15032398807347,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [\n                                            {\n                                                \"name\": \"_Gifted\",\n                                                \"value\": \"Free Shaker Bottle\"\n                                            }\n                                        ],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398807347\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15032398840115,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15032398840115\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T17:57:44-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9400111105500132997637\",\n                                \"tracking_urls\": [\n                                    \"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9400111105500132997637\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"9400111105500132997637\",\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [\n                                    \"9400111105500132997637\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5227087266099\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR2jXKVML-fd7ScfMGe-C3_tvNoo3HzAHbirzMmp8VTuzlwilpLZatUjQ-8_aem_AfRa15g54HQvKFUpHpdF2KYFjZMJYhwV8E_Y9KF2JJm-CR4-oBb72bIhSKvrtqHTvhDzbY-UcPQK3ZJtqFsE_heb&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1331,\n                        \"processed_at\": \"2024-06-02T13:41:47-07:00\",\n                        \"total_weight\": 371,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"boringxname@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"e52b6524e37906c2f38214b14fab70d8\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1012:a021:adc6:317d:e3b1:dac7:b24d\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21F90 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone13,3;FBMD/iPhone;FBSN/iOS;FBSV/17.5.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"3.30\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4747223466291,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"8.98\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"8.98\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"8.98\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"8.98\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"8.98\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"8.98\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"29.69\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"91776\",\n                            \"city\": \"San Gabriel\",\n                            \"name\": \"Piano Ma\",\n                            \"phone\": \"+16266793262\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"1939 Denton Ave\",\n                            \"address2\": \"Apt D\",\n                            \"latitude\": 34.0740335,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ma\",\n                            \"longitude\": -118.0962153,\n                            \"first_name\": \"Piano\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"3.30\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"38.67\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"38.67\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/599b54164847e2e577da3070aee73f46/authenticate?key=cbf63f46209caf116f20e36d6ba11b2b&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"91780\",\n                            \"city\": \"Temple City\",\n                            \"name\": \"Piano Ma\",\n                            \"phone\": \"+16266793262\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"9018 Rancho Real Road\",\n                            \"address2\": null,\n                            \"latitude\": 34.0977123,\n                            \"province\": \"California\",\n                            \"last_name\": \"Ma\",\n                            \"longitude\": -118.0726732,\n                            \"first_name\": \"Piano\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"c0caf83cc6c47a4ea1de0f98440b09c6\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N6YG9WKJL\",\n                        \"current_total_price\": \"38.67\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5920595149107\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"code\": \"WELCOME10\",\n                                \"type\": \"discount_code\",\n                                \"value\": \"10.0\",\n                                \"value_type\": \"percentage\",\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"29.69\",\n                        \"total_line_items_price\": \"32.99\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"3.30\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"38.67\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"38.67\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"8.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"8.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.69\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"32.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.30\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6870540517683,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5920595149107,\n                            \"created_at\": \"2024-06-02T13:41:52-07:00\",\n                            \"fulfill_at\": \"2024-06-02T13:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15172636803379,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759609430323,\n                                    \"line_item_id\": 15032398774579,\n                                    \"inventory_item_id\": 49808359063859,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870540517683\n                                },\n                                {\n                                    \"id\": 15172636836147,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15032398807347,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870540517683\n                                },\n                                {\n                                    \"id\": 15172636868915,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15032398840115,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6870540517683\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-03T16:13:20-07:00\",\n                            \"destination\": {\n                                \"id\": 6363967160627,\n                                \"zip\": \"91780\",\n                                \"city\": \"Temple City\",\n                                \"email\": \"boringxname@gmail.com\",\n                                \"phone\": \"+16266793262\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"9018 Rancho Real Road\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Ma\",\n                                \"first_name\": \"Piano\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 869529944371,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"245\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"246\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"134\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"135\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"136\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"99\",\n            \"attributes\": {\n                \"number\": \"#1375\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 3.99,\n                \"tax\": 0.32,\n                \"discount\": 0,\n                \"total\": 4.31,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-04T21:59:17.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:40.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"875\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard\",\n                \"shipping_method_code\": \"Standard\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5922884518195,\n                        \"name\": \"#1375\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sahraexo@yahoo.com\",\n                        \"phone\": null,\n                        \"token\": \"cec866755b6305db2d3f346592f96119\",\n                        \"app_id\": 580111,\n                        \"number\": 375,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8020016103731,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"sahraexo@yahoo.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Ganter\",\n                            \"created_at\": \"2024-06-04T14:59:13-07:00\",\n                            \"first_name\": \"Sahrae\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-06-04T14:59:22-07:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10041266078003,\n                                \"zip\": \"13619\",\n                                \"city\": \"Carthage\",\n                                \"name\": \"Sahrae Ganter\",\n                                \"phone\": \"+13157834442\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"39980 County Road 40\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Ganter\",\n                                \"first_name\": \"Sahrae\",\n                                \"customer_id\": 8020016103731,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"NY\"\n                            },\n                            \"accepts_marketing\": true,\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8020016103731\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"marketing_opt_in_level\": \"single_opt_in\",\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"single_opt_in\",\n                                \"consent_updated_at\": \"2024-06-04T14:59:18-07:00\"\n                            },\n                            \"accepts_marketing_updated_at\": \"2024-06-04T14:59:18-07:00\"\n                        },\n                        \"closed_at\": \"2024-06-05T15:13:45-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"f92ea54132c96b6ce98d113492a2a8cd\",\n                        \"tax_lines\": [\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"Jefferson County Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            },\n                            {\n                                \"rate\": 0.04,\n                                \"price\": \"0.16\",\n                                \"title\": \"New York State Tax\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.16\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"channel_liable\": false\n                            }\n                        ],\n                        \"total_tax\": \"0.32\",\n                        \"browser_ip\": \"2600:1017:b000:aed4:3998:a302:e420:b6af\",\n                        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSFpKTTY5ODcxM0hOTlRFWkdESlhEUlBE\",\n                        \"created_at\": \"2024-06-04T14:59:17-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15036483535155,\n                                \"sku\": \"sampler\",\n                                \"name\": \"SAMPLER PACK\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"SAMPLER PACK\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9047101440307,\n                                \"properties\": [],\n                                \"variant_id\": 48507109245235,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036483535155\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T15:13:45-07:00\",\n                        \"checkout_id\": 37867992449331,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"4.31\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229398655283,\n                                \"name\": \"#1375.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5922884518195,\n                                \"created_at\": \"2024-06-05T15:13:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15036483535155,\n                                        \"sku\": \"sampler\",\n                                        \"name\": \"SAMPLER PACK\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"SAMPLER PACK\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Jefferson County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.04,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"New York State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9047101440307,\n                                        \"properties\": [],\n                                        \"variant_id\": 48507109245235,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15036483535155\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T15:13:45-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": \"OTHER\",\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229398655283\"\n                            }\n                        ],\n                        \"landing_site\": \"/products/sampler-pack?variant=48507109245235?utm_source=fb&utm_medium=Facebook_Mobile_Feed&utm_campaign=FB | EVG | Sales | All&utm_content=Static_1080x1080_orderv4&utm_source=fb&fbclid=IwAR1Y3MpdU2wDiHv1TqhwXUdEChjEDxEerKXyWfUzfy-r8JpJyujKACwDVOs_aem_AdO409LdIqTuyvBlozR1GeJ6-g0_5REsOSHMcQVQteZTPHt9dZCNOXSv6o6o8DvlrkFw9Y_7YCJYxqZSfQ8-VN9V&campaign_id=120211610990110012&ad_id=120211610990130012\",\n                        \"order_number\": 1375,\n                        \"processed_at\": \"2024-06-04T14:59:13-07:00\",\n                        \"total_weight\": 90,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sahraexo@yahoo.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"7022a1a47f9103427a78c5d1fd911079\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2600:1017:b000:aed4:3998:a302:e420:b6af\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21E236 [FBAN/FBIOS;FBAV/466.0.0.36.107;FBBV/604687626;FBDV/iPhone14,5;FBMD/iPhone;FBSN/iOS;FBSV/17.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/606876492]\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 4748925698355,\n                                \"code\": \"Standard\",\n                                \"phone\": null,\n                                \"price\": \"3.99\",\n                                \"title\": \"Standard\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"Jefferson County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.04,\n                                        \"price\": \"0.16\",\n                                        \"title\": \"New York State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.16\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"discounted_price\": \"3.99\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"3.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"13619\",\n                            \"city\": \"Carthage\",\n                            \"name\": \"Sahrae Ganter\",\n                            \"phone\": \"+13157834442\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"39980 County Road 40\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Ganter\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sahrae\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/cec866755b6305db2d3f346592f96119/authenticate?key=ad12fa98a09b396bd2b2e22bfd981cc3&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": {\n                            \"zip\": \"13619\",\n                            \"city\": \"Carthage\",\n                            \"name\": \"Sahrae Ganter\",\n                            \"phone\": \"+13157834442\",\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"39980 County Road 40\",\n                            \"address2\": null,\n                            \"latitude\": 44.0292787,\n                            \"province\": \"New York\",\n                            \"last_name\": \"Ganter\",\n                            \"longitude\": -75.5773164,\n                            \"first_name\": \"Sahrae\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"NY\"\n                        },\n                        \"current_total_tax\": \"0.32\",\n                        \"source_identifier\": \"f92ea54132c96b6ce98d113492a2a8cd\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"0EMZIFVFE\",\n                        \"current_total_price\": \"4.31\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5922884518195\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.32\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"0.00\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.31\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"3.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6872884347187,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5922884518195,\n                            \"created_at\": \"2024-06-04T14:59:18-07:00\",\n                            \"fulfill_at\": \"2024-06-04T14:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15176727167283,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48507109245235,\n                                    \"line_item_id\": 15036483535155,\n                                    \"inventory_item_id\": 50555358839091,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6872884347187\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T15:13:45-07:00\",\n                            \"destination\": {\n                                \"id\": 6366125687091,\n                                \"zip\": \"13619\",\n                                \"city\": \"Carthage\",\n                                \"email\": \"sahraexo@yahoo.com\",\n                                \"phone\": \"+13157834442\",\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"39980 County Road 40\",\n                                \"address2\": null,\n                                \"province\": \"New York\",\n                                \"last_name\": \"Ganter\",\n                                \"first_name\": \"Sahrae\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 871864402227,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:16.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"247\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"248\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"137\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"100\",\n            \"attributes\": {\n                \"number\": \"#1401\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 25.5,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-06-06T02:20:44.000000Z\",\n                \"updated_at\": \"2024-07-31T22:18:52.000000Z\",\n                \"fulfilled_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"884\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 5924236853555,\n                        \"name\": \"#1401\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"token\": \"fba77839b600eb7a8b0028a01d093ead\",\n                        \"app_id\": 129785,\n                        \"number\": 401,\n                        \"refunds\": [],\n                        \"user_id\": 99393110323,\n                        \"currency\": \"USD\",\n                        \"customer\": null,\n                        \"closed_at\": \"2024-06-05T19:35:45-07:00\",\n                        \"confirmed\": true,\n                        \"device_id\": 3,\n                        \"po_number\": null,\n                        \"reference\": \"2ad2df770ae3a3b4c1efc98e6bf7c38b\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2607:fb90:bd10:a55:adcc:d8a9:4a3b:42c6\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-06-05T19:20:44-07:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 15038876188979,\n                                \"sku\": \"ap-15\",\n                                \"name\": \"ASIAN PEAR\",\n                                \"grams\": 180,\n                                \"price\": \"29.99\",\n                                \"title\": \"ASIAN PEAR\",\n                                \"duties\": [],\n                                \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"29.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 8882091917619,\n                                \"properties\": [],\n                                \"variant_id\": 47759605039411,\n                                \"pre_tax_price\": \"25.50\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"25.50\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038876188979\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"4.49\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"4.49\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 15038876221747,\n                                \"sku\": \"shaker-free\",\n                                \"name\": \"FREE SHAKER BOTTLE\",\n                                \"grams\": 91,\n                                \"price\": \"0.00\",\n                                \"title\": \"FREE SHAKER BOTTLE\",\n                                \"duties\": [],\n                                \"vendor\": \"ONLY Hydration\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 9064688451891,\n                                \"properties\": [],\n                                \"variant_id\": 48564282982707,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"attributed_staffs\": [],\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038876221747\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"0.00\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-06-05T19:35:45-07:00\",\n                        \"checkout_id\": 37871992111411,\n                        \"location_id\": 86067872051,\n                        \"source_name\": \"pos\",\n                        \"total_price\": \"25.50\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5229502759219,\n                                \"name\": \"#1401.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 5924236853555,\n                                \"created_at\": \"2024-06-05T19:20:45-07:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 15038876188979,\n                                        \"sku\": \"ap-15\",\n                                        \"name\": \"ASIAN PEAR\",\n                                        \"grams\": 180,\n                                        \"price\": \"29.99\",\n                                        \"title\": \"ASIAN PEAR\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Premium Electrolyte Drink Mix\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"29.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 8882091917619,\n                                        \"properties\": [],\n                                        \"variant_id\": 47759605039411,\n                                        \"pre_tax_price\": \"25.50\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"25.50\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038876188979\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"4.49\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"4.49\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 15038876221747,\n                                        \"sku\": \"shaker-free\",\n                                        \"name\": \"FREE SHAKER BOTTLE\",\n                                        \"grams\": 91,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"FREE SHAKER BOTTLE\",\n                                        \"duties\": [],\n                                        \"vendor\": \"ONLY Hydration\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0225,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 9064688451891,\n                                        \"properties\": [],\n                                        \"variant_id\": 48564282982707,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"attributed_staffs\": [],\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/15038876221747\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"0.00\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-06-05T19:20:45-07:00\",\n                                \"location_id\": 86067872051,\n                                \"tracking_url\": null,\n                                \"tracking_urls\": [],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": null,\n                                \"tracking_company\": null,\n                                \"tracking_numbers\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5229502759219\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1401,\n                        \"processed_at\": \"2024-06-05T19:20:42-07:00\",\n                        \"total_weight\": 270,\n                        \"cancel_reason\": null,\n                        \"contact_email\": null,\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"993EC4AD-1AAD-4BBF-81E0-E07490437D65\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2607:fb90:bd10:a55:adcc:d8a9:4a3b:42c6\",\n                            \"user_agent\": \"Shopify POS/9.10.0/iOS/17.5.1/Apple/iPhone15,2/production\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-GB,en;q=0.9\"\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"4.49\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"25.50\",\n                        \"taxes_included\": false,\n                        \"billing_address\": null,\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"4.49\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://onlyhydration.com/78415331635/orders/fba77839b600eb7a8b0028a01d093ead/authenticate?key=f21800f84343422dd083c052dc19d976&none=VQdSA1RAVVBWRVVG\",\n                        \"shipping_address\": null,\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"86067872051-3-1013\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"UIPYDEWH0\",\n                        \"current_total_price\": \"25.50\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/5924236853555\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Discount\",\n                                \"value\": \"15.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"25.50\",\n                        \"total_line_items_price\": \"29.99\",\n                        \"buyer_accepts_marketing\": false,\n                        \"current_total_discounts\": \"4.49\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"25.50\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"29.99\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"4.49\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 6874264731955,\n                            \"status\": \"closed\",\n                            \"shop_id\": 78415331635,\n                            \"order_id\": 5924236853555,\n                            \"created_at\": \"2024-06-05T19:20:44-07:00\",\n                            \"fulfill_at\": \"2024-06-05T19:00:00-07:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 15179129291059,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 47759605039411,\n                                    \"line_item_id\": 15038876188979,\n                                    \"inventory_item_id\": 49808354672947,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6874264731955\n                                },\n                                {\n                                    \"id\": 15179129323827,\n                                    \"shop_id\": 78415331635,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 48564282982707,\n                                    \"line_item_id\": 15038876221747,\n                                    \"inventory_item_id\": 50612561674547,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 6874264731955\n                                }\n                            ],\n                            \"updated_at\": \"2024-06-05T19:20:45-07:00\",\n                            \"destination\": null,\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 873240461619,\n                                \"method_type\": \"retail\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"HQ\",\n                                \"phone\": \"+13239868889\",\n                                \"address1\": \"1035 South Otterbein Avenue\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 86067872051,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 86067872051,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"17\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"249\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"250\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": null\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"138\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"139\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"allow_child_customers\": true,\n                \"created_at\": \"2024-06-24T07:49:45.000000Z\",\n                \"updated_at\": \"2024-06-26T21:49:36.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"2\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Stride Logistics\",\n                \"company_name\": \"Stride Logistics\",\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-06-24T07:49:45.000000Z\",\n                \"updated_at\": \"2024-06-26T21:49:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Nicolas Daniel-Richards\",\n                \"company_name\": \"Packiyo Inc.\",\n                \"address\": \"10420 QUEENS BLVD\",\n                \"address2\": \"\",\n                \"city\": \"FOREST HILLS\",\n                \"state\": \"NY\",\n                \"zip\": \"11375-3626\",\n                \"country\": null,\n                \"email\": \"ndr@packiyo.com\",\n                \"phone\": \"\",\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-24T19:23:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Nicolas Daniel-Richards\",\n                \"company_name\": \"Packiyo Inc.\",\n                \"address\": \"10420 QUEENS BLVD\",\n                \"address2\": \"\",\n                \"city\": \"FOREST HILLS\",\n                \"state\": \"NY\",\n                \"zip\": \"11375-3626\",\n                \"country\": null,\n                \"email\": \"ndr@packiyo.com\",\n                \"phone\": \"\",\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-24T19:23:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"Example_Kit_SKU\",\n                \"name\": \"Example Kit\",\n                \"price\": 18,\n                \"quantity\": 5,\n                \"quantity_pending\": 5,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 5,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-28T20:53:27.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"3\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"sku\": \"Example_Kit_SKU\",\n                \"name\": \"Example Kit\",\n                \"type\": \"kit\",\n                \"price\": \"18.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"Example_Kit_SKU\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 5,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-28T20:56:19.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"source\": \"\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-24T19:20:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"sku\": \"Example_SKU_A\",\n                \"name\": \"Example Product A\",\n                \"price\": 0,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 10,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-28T20:53:27.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"Example_SKU_A\",\n                \"name\": \"Example Product A\",\n                \"type\": \"regular\",\n                \"price\": \"10.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"10.00\",\n                \"hs_code\": \"610900\",\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 6,\n                \"barcode\": \"100000012345\",\n                \"customs_description\": \"Men's Tshirt\",\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 10,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-28T20:56:19.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"source\": \"\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-24T19:20:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"sku\": \"Example_SKU_B\",\n                \"name\": \"Example Product B\",\n                \"price\": 0,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 10,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-06-24T19:23:21.000000Z\",\n                \"updated_at\": \"2024-06-28T20:53:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"sku\": \"Example_SKU_B\",\n                \"name\": \"Example Product B\",\n                \"type\": \"regular\",\n                \"price\": \"10.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"10.00\",\n                \"hs_code\": \"610900\",\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 7,\n                \"barcode\": \"100000123456\",\n                \"customs_description\": \"Men's Tshirt\",\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 0,\n                \"quantity_backordered\": 10,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-28T20:56:19.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"source\": \"\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-06-24T19:20:08.000000Z\",\n                \"updated_at\": \"2024-06-24T19:20:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customers\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"allow_child_customers\": false,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"25\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration\",\n                \"company_name\": \"ONLY Hydration\",\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"name\": \"GND (DHL SM Parcel Ground, DHL SM Parcel Plus Ground)\",\n                \"created_at\": \"2024-06-27T20:36:25.000000Z\",\n                \"updated_at\": \"2024-06-27T20:36:25.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"2\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"DHL Ecommerce\",\n                \"created_at\": \"2024-06-27T20:36:25.000000Z\",\n                \"updated_at\": \"2024-08-14T19:17:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"53\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"kendallc320@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"54\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"kendallc320@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Shopify: ONLY Hydration\",\n                \"created_at\": \"2024-07-02T20:31:08.000000Z\",\n                \"updated_at\": \"2024-07-02T20:31:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"95\",\n                \"cancelled_at\": \"2024-07-02 20:32:12\",\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"97\",\n                \"cancelled_at\": \"2024-07-02 20:32:12\",\n                \"created_at\": \"2024-07-02T20:32:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"55\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"alexbrothman@me.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"56\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"alexbrothman@me.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"105\",\n                \"cancelled_at\": \"2024-07-02 20:32:14\",\n                \"created_at\": \"2024-07-02T20:32:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 29.99,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"107\",\n                \"cancelled_at\": \"2024-07-02 20:32:14\",\n                \"created_at\": \"2024-07-02T20:32:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.39,\n                \"barcode\": \"850055792036\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1003,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1003,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:10.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"11\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/whitepeach_1-414193.png?v=1713137722\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 2,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 2,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"109\",\n                \"cancelled_at\": \"2024-07-02 20:32:14\",\n                \"created_at\": \"2024-07-02T20:32:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"57\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"russwatson09@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"58\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"russwatson09@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"118\",\n                \"cancelled_at\": \"2024-07-02 20:32:15\",\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"120\",\n                \"cancelled_at\": \"2024-07-02 20:32:15\",\n                \"created_at\": \"2024-07-02T20:32:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"59\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"akzh17@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"60\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"akzh17@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"128\",\n                \"cancelled_at\": \"2024-07-02 20:32:17\",\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"130\",\n                \"cancelled_at\": \"2024-07-02 20:32:17\",\n                \"created_at\": \"2024-07-02T20:32:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"61\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"mary.hodges485@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"62\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"mary.hodges485@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:18.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"138\",\n                \"cancelled_at\": \"2024-07-02 20:32:18\",\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"type\": \"regular\",\n                \"price\": \"32.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.41,\n                \"barcode\": \"850055792043\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1646,\n                \"quantity_allocated\": 12,\n                \"quantity_available\": 1634,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/variety-pack-108016.png?v=1713811344\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"140\",\n                \"cancelled_at\": \"2024-07-02 20:32:18\",\n                \"created_at\": \"2024-07-02T20:32:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:18.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"63\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"couponvivi@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"64\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"couponvivi@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"148\",\n                \"cancelled_at\": \"2024-07-02 20:32:20\",\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:20.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"16\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"150\",\n                \"cancelled_at\": \"2024-07-02 20:32:20\",\n                \"created_at\": \"2024-07-02T20:32:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:20.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"65\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"leojoy1.18@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"66\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"leojoy1.18@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"17\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"158\",\n                \"cancelled_at\": \"2024-07-02 20:32:21\",\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.39,\n                \"barcode\": \"850055792005\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1063,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 1063,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/lychee_2-178400.png?v=1713137720\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"160\",\n                \"cancelled_at\": \"2024-07-02 20:32:21\",\n                \"created_at\": \"2024-07-02T20:32:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:21.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"67\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"dannyduoying@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"68\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"dannyduoying@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:22.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"19\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"168\",\n                \"cancelled_at\": \"2024-07-02 20:32:22\",\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"20\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"170\",\n                \"cancelled_at\": \"2024-07-02 20:32:23\",\n                \"created_at\": \"2024-07-02T20:32:22.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:23.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"69\",\n            \"attributes\": {\n                \"name\": \"Kenton Takata\",\n                \"company_name\": null,\n                \"address\": \"605 Doyles Lane\",\n                \"address2\": null,\n                \"city\": \"Brooksville\",\n                \"state\": \"KY\",\n                \"zip\": \"41004\",\n                \"country\": \"US\",\n                \"email\": \"kentontakata808@yahoo.com\",\n                \"phone\": \"+18086871069\",\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"70\",\n            \"attributes\": {\n                \"name\": \"Kenton Takata\",\n                \"company_name\": null,\n                \"address\": \"605 Doyles Lane\",\n                \"address2\": null,\n                \"city\": \"Brooksville\",\n                \"state\": \"KY\",\n                \"zip\": \"41004\",\n                \"country\": \"US\",\n                \"email\": \"kentontakata808@yahoo.com\",\n                \"phone\": \"+18086871069\",\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"21\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"178\",\n                \"cancelled_at\": \"2024-07-02 20:32:24\",\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"22\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"180\",\n                \"cancelled_at\": \"2024-07-02 20:32:24\",\n                \"created_at\": \"2024-07-02T20:32:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"71\",\n            \"attributes\": {\n                \"name\": \"Ru Salmeron\",\n                \"company_name\": null,\n                \"address\": \"1543 East 102nd Street\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90002\",\n                \"country\": \"US\",\n                \"email\": \"aysalmer@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"72\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"aysalmer@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"23\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"188\",\n                \"cancelled_at\": \"2024-07-02 20:32:25\",\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"190\",\n                \"cancelled_at\": \"2024-07-02 20:32:25\",\n                \"created_at\": \"2024-07-02T20:32:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:25.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"73\",\n            \"attributes\": {\n                \"name\": \"Victoria Allison Mc Dermott\",\n                \"company_name\": null,\n                \"address\": \"1386 Sundance Dr\",\n                \"address2\": null,\n                \"city\": \"Plumas Lake\",\n                \"state\": \"CA\",\n                \"zip\": \"95961-9206\",\n                \"country\": \"US\",\n                \"email\": \"torimcdermott@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"74\",\n            \"attributes\": {\n                \"name\": \"Victoria Allison Mc Dermott\",\n                \"company_name\": null,\n                \"address\": \"1386 Sundance Dr\",\n                \"address2\": null,\n                \"city\": \"Plumas Lake\",\n                \"state\": \"CA\",\n                \"zip\": \"95961-9206\",\n                \"country\": \"US\",\n                \"email\": \"torimcdermott@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"198\",\n                \"cancelled_at\": \"2024-07-02 20:32:27\",\n                \"created_at\": \"2024-07-02T20:32:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:27.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.2,\n                \"barcode\": \"000014994238\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 343,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 343,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"7\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/untitled-design-2024-05-14t105909794-866445.png?v=1715709893\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"75\",\n            \"attributes\": {\n                \"name\": \"sarah Goldberg\",\n                \"company_name\": null,\n                \"address\": \"772 Hillcrest Dr\",\n                \"address2\": null,\n                \"city\": \"Felton\",\n                \"state\": \"CA\",\n                \"zip\": \"95018-9118\",\n                \"country\": \"US\",\n                \"email\": \"goldbergblack@gmail.com\",\n                \"phone\": \"+14083754778\",\n                \"created_at\": \"2024-07-02T20:32:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"76\",\n            \"attributes\": {\n                \"name\": \"sarah Goldberg\",\n                \"company_name\": null,\n                \"address\": \"772 Hillcrest Dr\",\n                \"address2\": null,\n                \"city\": \"Felton\",\n                \"state\": \"CA\",\n                \"zip\": \"95018-9118\",\n                \"country\": \"US\",\n                \"email\": \"goldbergblack@gmail.com\",\n                \"phone\": \"+14083754778\",\n                \"created_at\": \"2024-07-02T20:32:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"26\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"205\",\n                \"cancelled_at\": \"2024-07-02 20:32:28\",\n                \"created_at\": \"2024-07-02T20:32:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"77\",\n            \"attributes\": {\n                \"name\": \"Trina Royer\",\n                \"company_name\": null,\n                \"address\": \"8072 W County Rd. 1270 S\",\n                \"address2\": null,\n                \"city\": \"Westport\",\n                \"state\": \"IN\",\n                \"zip\": \"47283\",\n                \"country\": \"US\",\n                \"email\": \"t_e_royer@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"78\",\n            \"attributes\": {\n                \"name\": \"Trina Royer\",\n                \"company_name\": null,\n                \"address\": \"8072 W County Rd. 1270 S\",\n                \"address2\": null,\n                \"city\": \"Westport\",\n                \"state\": \"IN\",\n                \"zip\": \"47283\",\n                \"country\": \"US\",\n                \"email\": \"t_e_royer@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"27\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"212\",\n                \"cancelled_at\": \"2024-07-02 20:32:29\",\n                \"created_at\": \"2024-07-02T20:32:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:29.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"79\",\n            \"attributes\": {\n                \"name\": \"Annabella Garcia\",\n                \"company_name\": null,\n                \"address\": \"7212 Cedarcrest Avenue\",\n                \"address2\": null,\n                \"city\": \"Bakersfield\",\n                \"state\": \"CA\",\n                \"zip\": \"93308\",\n                \"country\": \"US\",\n                \"email\": \"bellagarcia2200@gmail.com\",\n                \"phone\": \"+16617036651\",\n                \"created_at\": \"2024-07-02T20:32:30.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:30.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"80\",\n            \"attributes\": {\n                \"name\": \"Annabella Garcia\",\n                \"company_name\": null,\n                \"address\": \"7212 Cedarcrest Avenue\",\n                \"address2\": null,\n                \"city\": \"Bakersfield\",\n                \"state\": \"CA\",\n                \"zip\": \"93308\",\n                \"country\": \"US\",\n                \"email\": \"bellagarcia2200@gmail.com\",\n                \"phone\": \"+16617036651\",\n                \"created_at\": \"2024-07-02T20:32:30.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:30.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"28\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"219\",\n                \"cancelled_at\": \"2024-07-02 20:32:31\",\n                \"created_at\": \"2024-07-02T20:32:30.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"81\",\n            \"attributes\": {\n                \"name\": \"seirah davis\",\n                \"company_name\": null,\n                \"address\": \"1105 East Durham Street  North Philadelphia\",\n                \"address2\": null,\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"zip\": \"19150\",\n                \"country\": \"US\",\n                \"email\": \"sasami227@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"82\",\n            \"attributes\": {\n                \"name\": \"seirah davis\",\n                \"company_name\": null,\n                \"address\": \"1105 East Durham Street  North Philadelphia\",\n                \"address2\": null,\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"zip\": \"19150\",\n                \"country\": \"US\",\n                \"email\": \"sasami227@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"29\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"226\",\n                \"cancelled_at\": \"2024-07-02 20:32:32\",\n                \"created_at\": \"2024-07-02T20:32:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:32.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"83\",\n            \"attributes\": {\n                \"name\": \"Margaret Ha\",\n                \"company_name\": null,\n                \"address\": \"2507 E Palmyra Ave\",\n                \"address2\": null,\n                \"city\": \"Orange\",\n                \"state\": \"CA\",\n                \"zip\": \"92869\",\n                \"country\": \"US\",\n                \"email\": \"margaret.ha6@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:33.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"84\",\n            \"attributes\": {\n                \"name\": \"Margaret Ha\",\n                \"company_name\": null,\n                \"address\": \"3548 East Barrington Drive\",\n                \"address2\": null,\n                \"city\": \"Orange\",\n                \"state\": \"CA\",\n                \"zip\": \"92869\",\n                \"country\": \"US\",\n                \"email\": \"margaret.ha6@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:33.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"30\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"233\",\n                \"cancelled_at\": \"2024-07-02 20:32:33\",\n                \"created_at\": \"2024-07-02T20:32:33.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"85\",\n            \"attributes\": {\n                \"name\": \"Kelley Kim\",\n                \"company_name\": null,\n                \"address\": \"5921 Center Drive\",\n                \"address2\": \"Apt 211\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90045\",\n                \"country\": \"US\",\n                \"email\": \"kelleysykim@gmail.com\",\n                \"phone\": \"+17132523661\",\n                \"created_at\": \"2024-07-02T20:32:34.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"86\",\n            \"attributes\": {\n                \"name\": \"Kelley Kim\",\n                \"company_name\": null,\n                \"address\": \"5921 Center Drive\",\n                \"address2\": \"Apt 211\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90045\",\n                \"country\": \"US\",\n                \"email\": \"kelleysykim@gmail.com\",\n                \"phone\": \"+17132523661\",\n                \"created_at\": \"2024-07-02T20:32:34.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:34.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"31\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"240\",\n                \"cancelled_at\": \"2024-07-02 20:32:35\",\n                \"created_at\": \"2024-07-02T20:32:34.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:35.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"87\",\n            \"attributes\": {\n                \"name\": \"Kadi McLean\",\n                \"company_name\": null,\n                \"address\": \"1040 Huff Road Northwest\",\n                \"address2\": \"3130\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip\": \"30318\",\n                \"country\": \"US\",\n                \"email\": \"hip.stir7@gmail.com\",\n                \"phone\": \"+15613121262\",\n                \"created_at\": \"2024-07-02T20:32:36.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"88\",\n            \"attributes\": {\n                \"name\": \"Kadi McLean\",\n                \"company_name\": null,\n                \"address\": \"1040 Huff Road Northwest\",\n                \"address2\": \"3130\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip\": \"30318\",\n                \"country\": \"US\",\n                \"email\": \"hip.stir7@gmail.com\",\n                \"phone\": \"+15613121262\",\n                \"created_at\": \"2024-07-02T20:32:36.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:36.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"32\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"247\",\n                \"cancelled_at\": \"2024-07-02 20:32:36\",\n                \"created_at\": \"2024-07-02T20:32:36.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:36.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"89\",\n            \"attributes\": {\n                \"name\": \"Marina Tan\",\n                \"company_name\": null,\n                \"address\": \"2220 Pinegate Dr\",\n                \"address2\": \"356\",\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"zip\": \"77008\",\n                \"country\": \"US\",\n                \"email\": \"marinatan@utexas.edu\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"90\",\n            \"attributes\": {\n                \"name\": \"Marina Tan\",\n                \"company_name\": null,\n                \"address\": \"2606\",\n                \"address2\": \"Sentry Oak Way\",\n                \"city\": \"Sugar Land\",\n                \"state\": \"TX\",\n                \"zip\": \"77479\",\n                \"country\": \"US\",\n                \"email\": \"marinatan@utexas.edu\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"33\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"254\",\n                \"cancelled_at\": \"2024-07-02 20:32:38\",\n                \"created_at\": \"2024-07-02T20:32:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:38.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"91\",\n            \"attributes\": {\n                \"name\": \"Allison Goddard\",\n                \"company_name\": null,\n                \"address\": \"926 Larry Neil Way\",\n                \"address2\": \"Apt 10\",\n                \"city\": \"Kingsport\",\n                \"state\": \"TN\",\n                \"zip\": \"37660\",\n                \"country\": \"US\",\n                \"email\": \"allynicole@gmail.com\",\n                \"phone\": \"+14238636464\",\n                \"created_at\": \"2024-07-02T20:32:39.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"92\",\n            \"attributes\": {\n                \"name\": \"Allison Goddard\",\n                \"company_name\": null,\n                \"address\": \"926 Larry Neil Way\",\n                \"address2\": \"Apt 10\",\n                \"city\": \"Kingsport\",\n                \"state\": \"TN\",\n                \"zip\": \"37660\",\n                \"country\": \"US\",\n                \"email\": \"allynicole@gmail.com\",\n                \"phone\": \"+14238636464\",\n                \"created_at\": \"2024-07-02T20:32:39.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"34\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"261\",\n                \"cancelled_at\": \"2024-07-02 20:32:39\",\n                \"created_at\": \"2024-07-02T20:32:39.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"93\",\n            \"attributes\": {\n                \"name\": \"Mickayla Phillips\",\n                \"company_name\": null,\n                \"address\": \"5121 7 Lks W\",\n                \"address2\": \"110 Fawnwood Dr\",\n                \"city\": \"West End\",\n                \"state\": \"NC\",\n                \"zip\": \"27376\",\n                \"country\": \"US\",\n                \"email\": \"peaceducky@gmail.com\",\n                \"phone\": \"253-561-9065\",\n                \"created_at\": \"2024-07-02T20:32:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"94\",\n            \"attributes\": {\n                \"name\": \"Mickayla Phillips\",\n                \"company_name\": null,\n                \"address\": \"5121 7 Lks W\",\n                \"address2\": \"110 Fawnwood Dr\",\n                \"city\": \"West End\",\n                \"state\": \"NC\",\n                \"zip\": \"27376\",\n                \"country\": \"US\",\n                \"email\": \"peaceducky@gmail.com\",\n                \"phone\": \"253-561-9065\",\n                \"created_at\": \"2024-07-02T20:32:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"35\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"268\",\n                \"cancelled_at\": \"2024-07-02 20:32:41\",\n                \"created_at\": \"2024-07-02T20:32:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:43.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"95\",\n            \"attributes\": {\n                \"name\": \"David Espinoza\",\n                \"company_name\": null,\n                \"address\": \"1633 Merrimac Trail\",\n                \"address2\": null,\n                \"city\": \"Garland\",\n                \"state\": \"TX\",\n                \"zip\": \"75043\",\n                \"country\": \"US\",\n                \"email\": \"despinoza1027@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:42.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:42.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"96\",\n            \"attributes\": {\n                \"name\": \"David Espinoza\",\n                \"company_name\": null,\n                \"address\": \"1633 Merrimac Trail\",\n                \"address2\": null,\n                \"city\": \"Garland\",\n                \"state\": \"TX\",\n                \"zip\": \"75043\",\n                \"country\": \"US\",\n                \"email\": \"despinoza1027@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:42.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:42.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"36\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"275\",\n                \"cancelled_at\": \"2024-07-02 20:32:42\",\n                \"created_at\": \"2024-07-02T20:32:42.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:42.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"97\",\n            \"attributes\": {\n                \"name\": \"Stephanie Gibbons\",\n                \"company_name\": null,\n                \"address\": \"131 Melody Ln\",\n                \"address2\": null,\n                \"city\": \"Largo\",\n                \"state\": \"FL\",\n                \"zip\": \"33771\",\n                \"country\": \"US\",\n                \"email\": \"pinkones311@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"98\",\n            \"attributes\": {\n                \"name\": \"Stephanie Gibbons\",\n                \"company_name\": null,\n                \"address\": \"131 Melody Ln\",\n                \"address2\": null,\n                \"city\": \"Largo\",\n                \"state\": \"FL\",\n                \"zip\": \"33771\",\n                \"country\": \"US\",\n                \"email\": \"pinkones311@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"37\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"282\",\n                \"cancelled_at\": \"2024-07-02 20:32:43\",\n                \"created_at\": \"2024-07-02T20:32:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:46.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"99\",\n            \"attributes\": {\n                \"name\": \"Jessica Tu\",\n                \"company_name\": null,\n                \"address\": \"804 Nandina Green Dr\",\n                \"address2\": null,\n                \"city\": \"O'Fallon\",\n                \"state\": \"IL\",\n                \"zip\": \"62269\",\n                \"country\": \"US\",\n                \"email\": \"jessicatu.od@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:44.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"100\",\n            \"attributes\": {\n                \"name\": \"Jessica Tu\",\n                \"company_name\": null,\n                \"address\": \"804 Nandina Green Dr\",\n                \"address2\": null,\n                \"city\": \"O'Fallon\",\n                \"state\": \"IL\",\n                \"zip\": \"62269\",\n                \"country\": \"US\",\n                \"email\": \"jessicatu.od@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:44.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:44.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"38\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"289\",\n                \"cancelled_at\": \"2024-07-02 20:32:45\",\n                \"created_at\": \"2024-07-02T20:32:44.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"101\",\n            \"attributes\": {\n                \"name\": \"Vanessa Dang\",\n                \"company_name\": null,\n                \"address\": \"5839 W Touhy Ave\",\n                \"address2\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60646\",\n                \"country\": \"US\",\n                \"email\": \"vanessaledang@gmail.com\",\n                \"phone\": \"7733120291\",\n                \"created_at\": \"2024-07-02T20:32:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"102\",\n            \"attributes\": {\n                \"name\": \"Vanessa Dang\",\n                \"company_name\": null,\n                \"address\": \"5839 W Touhy Ave\",\n                \"address2\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60646\",\n                \"country\": \"US\",\n                \"email\": \"vanessaledang@gmail.com\",\n                \"phone\": \"+17733120291\",\n                \"created_at\": \"2024-07-02T20:32:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"39\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"296\",\n                \"cancelled_at\": \"2024-07-02 20:32:46\",\n                \"created_at\": \"2024-07-02T20:32:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:46.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"103\",\n            \"attributes\": {\n                \"name\": \"Tiffany Salls\",\n                \"company_name\": null,\n                \"address\": \"3 Villa Trizza\",\n                \"address2\": null,\n                \"city\": \"Lake Elsinore\",\n                \"state\": \"CA\",\n                \"zip\": \"92532\",\n                \"country\": \"US\",\n                \"email\": \"tsalls01@gmail.com\",\n                \"phone\": \"(951) 570-9806\",\n                \"created_at\": \"2024-07-02T20:32:47.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"104\",\n            \"attributes\": {\n                \"name\": \"Tiffany Salls\",\n                \"company_name\": null,\n                \"address\": \"3 Villa Trizza\",\n                \"address2\": null,\n                \"city\": \"Lake Elsinore\",\n                \"state\": \"CA\",\n                \"zip\": \"92532\",\n                \"country\": \"US\",\n                \"email\": \"tsalls01@gmail.com\",\n                \"phone\": \"(951) 570-9806\",\n                \"created_at\": \"2024-07-02T20:32:47.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:47.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"40\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"303\",\n                \"cancelled_at\": \"2024-07-02 20:32:47\",\n                \"created_at\": \"2024-07-02T20:32:47.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:47.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"105\",\n            \"attributes\": {\n                \"name\": \"Matthew Wight\",\n                \"company_name\": null,\n                \"address\": \"29 Aggie Village Apt J\",\n                \"address2\": null,\n                \"city\": \"Logan\",\n                \"state\": \"UT\",\n                \"zip\": \"84341\",\n                \"country\": \"US\",\n                \"email\": \"wightm22@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"106\",\n            \"attributes\": {\n                \"name\": \"Matthew Wight\",\n                \"company_name\": null,\n                \"address\": \"29 Aggie Village Apt J\",\n                \"address2\": null,\n                \"city\": \"Logan\",\n                \"state\": \"UT\",\n                \"zip\": \"84341\",\n                \"country\": \"US\",\n                \"email\": \"wightm22@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"41\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"310\",\n                \"cancelled_at\": \"2024-07-02 20:32:49\",\n                \"created_at\": \"2024-07-02T20:32:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:49.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"107\",\n            \"attributes\": {\n                \"name\": \"Alexis Diaz\",\n                \"company_name\": null,\n                \"address\": \"2021 Farragut Road\",\n                \"address2\": \"Apt 3E\",\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11210\",\n                \"country\": \"US\",\n                \"email\": \"amd2244@columbia.edu\",\n                \"phone\": \"3474240885\",\n                \"created_at\": \"2024-07-02T20:32:50.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"108\",\n            \"attributes\": {\n                \"name\": \"Alexis Diaz\",\n                \"company_name\": null,\n                \"address\": \"2021 Farragut Road\",\n                \"address2\": \"Apt 3E\",\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11210\",\n                \"country\": \"US\",\n                \"email\": \"amd2244@columbia.edu\",\n                \"phone\": \"3474240885\",\n                \"created_at\": \"2024-07-02T20:32:50.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"42\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"317\",\n                \"cancelled_at\": \"2024-07-02 20:32:50\",\n                \"created_at\": \"2024-07-02T20:32:50.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"109\",\n            \"attributes\": {\n                \"name\": \"Luxurie Don\",\n                \"company_name\": \"YOUJIAXING\",\n                \"address\": \"5701 Fort Hamilton Pkwy\",\n                \"address2\": \"Grocery Store\",\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11219-4470\",\n                \"country\": \"US\",\n                \"email\": \"goldi3lux@gmail.com\",\n                \"phone\": \"+13478668137\",\n                \"created_at\": \"2024-07-02T20:32:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"110\",\n            \"attributes\": {\n                \"name\": \"Luxurie Don\",\n                \"company_name\": null,\n                \"address\": \"5701 Fort Hamilton Pkwy\",\n                \"address2\": null,\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11219-4470\",\n                \"country\": \"US\",\n                \"email\": \"goldi3lux@gmail.com\",\n                \"phone\": \"(347) 866-8137\",\n                \"created_at\": \"2024-07-02T20:32:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"43\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"324\",\n                \"cancelled_at\": \"2024-07-02 20:32:51\",\n                \"created_at\": \"2024-07-02T20:32:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"111\",\n            \"attributes\": {\n                \"name\": \"NINA VO\",\n                \"company_name\": null,\n                \"address\": \"2417 Carol Sue Avenue\",\n                \"address2\": null,\n                \"city\": \"Terrytown\",\n                \"state\": \"LA\",\n                \"zip\": \"70056\",\n                \"country\": \"US\",\n                \"email\": \"N_VOIHS@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"112\",\n            \"attributes\": {\n                \"name\": \"NINA VO\",\n                \"company_name\": null,\n                \"address\": \"2417 Carol Sue Avenue\",\n                \"address2\": null,\n                \"city\": \"Terrytown\",\n                \"state\": \"LA\",\n                \"zip\": \"70056\",\n                \"country\": \"US\",\n                \"email\": \"N_VOIHS@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"44\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"331\",\n                \"cancelled_at\": \"2024-07-02 20:32:53\",\n                \"created_at\": \"2024-07-02T20:32:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:53.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"113\",\n            \"attributes\": {\n                \"name\": \"Alysen Souders\",\n                \"company_name\": null,\n                \"address\": \"2214 N. June Grass Ave\",\n                \"address2\": null,\n                \"city\": \"Star\",\n                \"state\": \"ID\",\n                \"zip\": \"83669\",\n                \"country\": \"US\",\n                \"email\": \"alysensouders@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"114\",\n            \"attributes\": {\n                \"name\": \"Alysen Souders\",\n                \"company_name\": null,\n                \"address\": \"2214 N. June Grass Ave\",\n                \"address2\": null,\n                \"city\": \"Star\",\n                \"state\": \"ID\",\n                \"zip\": \"83669\",\n                \"country\": \"US\",\n                \"email\": \"alysensouders@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"45\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"338\",\n                \"cancelled_at\": \"2024-07-02 20:32:54\",\n                \"created_at\": \"2024-07-02T20:32:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:54.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"115\",\n            \"attributes\": {\n                \"name\": \"Madison Hunt\",\n                \"company_name\": null,\n                \"address\": \"125 South Berkeley Avenue\",\n                \"address2\": \"Apt 5\",\n                \"city\": \"Pasadena\",\n                \"state\": \"CA\",\n                \"zip\": \"91107\",\n                \"country\": \"US\",\n                \"email\": \"madison.paigee@gmail.com\",\n                \"phone\": \"+19256283859\",\n                \"created_at\": \"2024-07-02T20:32:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"116\",\n            \"attributes\": {\n                \"name\": \"Madison Hunt\",\n                \"company_name\": null,\n                \"address\": \"125 South Berkeley Avenue\",\n                \"address2\": \"Apt 5\",\n                \"city\": \"Pasadena\",\n                \"state\": \"CA\",\n                \"zip\": \"91107\",\n                \"country\": \"US\",\n                \"email\": \"madison.paigee@gmail.com\",\n                \"phone\": \"+19256283859\",\n                \"created_at\": \"2024-07-02T20:32:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"46\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"345\",\n                \"cancelled_at\": \"2024-07-02 20:32:56\",\n                \"created_at\": \"2024-07-02T20:32:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:58.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"117\",\n            \"attributes\": {\n                \"name\": \"Claire Hendrix\",\n                \"company_name\": null,\n                \"address\": \"6581 Glenroy St\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92120\",\n                \"country\": \"US\",\n                \"email\": \"bearfighting0@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:57.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"118\",\n            \"attributes\": {\n                \"name\": \"Claire Hendrix\",\n                \"company_name\": null,\n                \"address\": \"6581 Glenroy St\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92120\",\n                \"country\": \"US\",\n                \"email\": \"bearfighting0@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:57.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"47\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"352\",\n                \"cancelled_at\": \"2024-07-02 20:32:57\",\n                \"created_at\": \"2024-07-02T20:32:57.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"119\",\n            \"attributes\": {\n                \"name\": \"Jazmine Basilio\",\n                \"company_name\": null,\n                \"address\": \"6614 Blue Diamond Road\",\n                \"address2\": \"1187\",\n                \"city\": \"Las Vegas\",\n                \"state\": \"NV\",\n                \"zip\": \"89139\",\n                \"country\": \"US\",\n                \"email\": \"basilio.jazmine@gmail.com\",\n                \"phone\": \"+17024857707\",\n                \"created_at\": \"2024-07-02T20:32:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"120\",\n            \"attributes\": {\n                \"name\": \"Jazmine Basilio\",\n                \"company_name\": null,\n                \"address\": \"8055 Dolce Volpe Ave\",\n                \"address2\": null,\n                \"city\": \"Las Vegas\",\n                \"state\": \"NV\",\n                \"zip\": \"89178-8260\",\n                \"country\": \"US\",\n                \"email\": \"basilio.jazmine@gmail.com\",\n                \"phone\": \"+17024857707\",\n                \"created_at\": \"2024-07-02T20:32:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"48\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"359\",\n                \"cancelled_at\": \"2024-07-02 20:32:58\",\n                \"created_at\": \"2024-07-02T20:32:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:58.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"121\",\n            \"attributes\": {\n                \"name\": \"Kressler Nguyen-Valdez\",\n                \"company_name\": null,\n                \"address\": \"10371 Garden Grove Blvd. Apt 7\",\n                \"address2\": null,\n                \"city\": \"Garden Grove\",\n                \"state\": \"CA\",\n                \"zip\": \"92843\",\n                \"country\": \"US\",\n                \"email\": \"kresslernguyen@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"122\",\n            \"attributes\": {\n                \"name\": \"Kressler Nguyen-Valdez\",\n                \"company_name\": null,\n                \"address\": \"10371 Garden Grove Blvd. Apt 7\",\n                \"address2\": null,\n                \"city\": \"Garden Grove\",\n                \"state\": \"CA\",\n                \"zip\": \"92843\",\n                \"country\": \"US\",\n                \"email\": \"kresslernguyen@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:32:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"49\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"366\",\n                \"cancelled_at\": \"2024-07-02 20:33:00\",\n                \"created_at\": \"2024-07-02T20:32:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:00.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"123\",\n            \"attributes\": {\n                \"name\": \"Cassie Toler\",\n                \"company_name\": null,\n                \"address\": \"5 Tanglewood dr\",\n                \"address2\": null,\n                \"city\": \"Hickory creek\",\n                \"state\": \"TX\",\n                \"zip\": \"75065\",\n                \"country\": \"US\",\n                \"email\": \"beth.toler@yahoo.com\",\n                \"phone\": \"+18172137132\",\n                \"created_at\": \"2024-07-02T20:33:01.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:01.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"124\",\n            \"attributes\": {\n                \"name\": \"Cassie Toler\",\n                \"company_name\": null,\n                \"address\": \"5 Tanglewood dr\",\n                \"address2\": null,\n                \"city\": \"Hickory creek\",\n                \"state\": \"TX\",\n                \"zip\": \"75065\",\n                \"country\": \"US\",\n                \"email\": \"beth.toler@yahoo.com\",\n                \"phone\": \"+18172137132\",\n                \"created_at\": \"2024-07-02T20:33:01.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:01.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"50\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"373\",\n                \"cancelled_at\": \"2024-07-02 20:33:01\",\n                \"created_at\": \"2024-07-02T20:33:01.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:01.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"125\",\n            \"attributes\": {\n                \"name\": \"Nell Dow\",\n                \"company_name\": null,\n                \"address\": \"132 Lake St\",\n                \"address2\": null,\n                \"city\": \"Haverhill\",\n                \"state\": \"MA\",\n                \"zip\": \"01832\",\n                \"country\": \"US\",\n                \"email\": \"jandow@comcast.net\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"126\",\n            \"attributes\": {\n                \"name\": \"Nell Dow\",\n                \"company_name\": null,\n                \"address\": \"132 Lake St\",\n                \"address2\": null,\n                \"city\": \"Haverhill\",\n                \"state\": \"MA\",\n                \"zip\": \"01832\",\n                \"country\": \"US\",\n                \"email\": \"jandow@comcast.net\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"51\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"380\",\n                \"cancelled_at\": \"2024-07-02 20:33:03\",\n                \"created_at\": \"2024-07-02T20:33:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"127\",\n            \"attributes\": {\n                \"name\": \"Katie Gjesdahl\",\n                \"company_name\": null,\n                \"address\": \"484 Judith Avenue\",\n                \"address2\": null,\n                \"city\": \"Roseville\",\n                \"state\": \"MN\",\n                \"zip\": \"55113\",\n                \"country\": \"US\",\n                \"email\": \"ktlovescows@yahoo.com\",\n                \"phone\": \"+14022106654\",\n                \"created_at\": \"2024-07-02T20:33:04.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"128\",\n            \"attributes\": {\n                \"name\": \"Katie Gjesdahl\",\n                \"company_name\": null,\n                \"address\": \"484 Judith Avenue\",\n                \"address2\": null,\n                \"city\": \"Roseville\",\n                \"state\": \"MN\",\n                \"zip\": \"55113\",\n                \"country\": \"US\",\n                \"email\": \"ktlovescows@yahoo.com\",\n                \"phone\": \"+14022106654\",\n                \"created_at\": \"2024-07-02T20:33:04.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"52\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"387\",\n                \"cancelled_at\": \"2024-07-02 20:33:05\",\n                \"created_at\": \"2024-07-02T20:33:04.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"129\",\n            \"attributes\": {\n                \"name\": \"Romina Lasagna\",\n                \"company_name\": null,\n                \"address\": \"3405 Dallis Dr\",\n                \"address2\": null,\n                \"city\": \"College Station\",\n                \"state\": \"TX\",\n                \"zip\": \"77845\",\n                \"country\": \"US\",\n                \"email\": \"rblasagna@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"130\",\n            \"attributes\": {\n                \"name\": \"Romina Lasagna\",\n                \"company_name\": null,\n                \"address\": \"3405 Dallis Dr\",\n                \"address2\": null,\n                \"city\": \"College Station\",\n                \"state\": \"TX\",\n                \"zip\": \"77845-7327\",\n                \"country\": \"US\",\n                \"email\": \"rblasagna@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"53\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"394\",\n                \"cancelled_at\": \"2024-07-02 20:33:05\",\n                \"created_at\": \"2024-07-02T20:33:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"131\",\n            \"attributes\": {\n                \"name\": \"Sarah Bishop\",\n                \"company_name\": null,\n                \"address\": \"13419 Orchard Ridge Drive\",\n                \"address2\": null,\n                \"city\": \"San Antonio\",\n                \"state\": \"TX\",\n                \"zip\": \"78231\",\n                \"country\": \"US\",\n                \"email\": \"sjbishop@ymail.com\",\n                \"phone\": \"+16107515712\",\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"132\",\n            \"attributes\": {\n                \"name\": \"Sarah Bishop\",\n                \"company_name\": null,\n                \"address\": \"13419 Orchard Ridge Drive\",\n                \"address2\": null,\n                \"city\": \"San Antonio\",\n                \"state\": \"TX\",\n                \"zip\": \"78231\",\n                \"country\": \"US\",\n                \"email\": \"sjbishop@ymail.com\",\n                \"phone\": \"+16107515712\",\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"54\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"401\",\n                \"cancelled_at\": \"2024-07-02 20:33:06\",\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"133\",\n            \"attributes\": {\n                \"name\": \"Erin Hanawalt\",\n                \"company_name\": null,\n                \"address\": \"2056 Castlegate Terrace\",\n                \"address2\": \"Unit A\",\n                \"city\": \"Decatur\",\n                \"state\": \"GA\",\n                \"zip\": \"30032\",\n                \"country\": \"US\",\n                \"email\": \"chemi-luminescence@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"134\",\n            \"attributes\": {\n                \"name\": \"Erin Hanawalt\",\n                \"company_name\": null,\n                \"address\": \"2056 Castlegate Terrace\",\n                \"address2\": \"Unit A\",\n                \"city\": \"Decatur\",\n                \"state\": \"GA\",\n                \"zip\": \"30032\",\n                \"country\": \"US\",\n                \"email\": \"chemi-luminescence@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"55\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"406\",\n                \"cancelled_at\": \"2024-07-02 20:33:06\",\n                \"created_at\": \"2024-07-02T20:33:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:06.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"135\",\n            \"attributes\": {\n                \"name\": \"Julia Huk\",\n                \"company_name\": null,\n                \"address\": \"853 N Hermitage Ave\",\n                \"address2\": \"Apt 2F\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60622\",\n                \"country\": \"US\",\n                \"email\": \"jhuk1309@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"136\",\n            \"attributes\": {\n                \"name\": \"Yuliya Huk\",\n                \"company_name\": null,\n                \"address\": \"853 N Hermitage Ave\",\n                \"address2\": \"Apt 2F\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60622\",\n                \"country\": \"US\",\n                \"email\": \"jhuk1309@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"56\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"415\",\n                \"cancelled_at\": \"2024-07-02 20:33:08\",\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"137\",\n            \"attributes\": {\n                \"name\": \"Amanda Crawford\",\n                \"company_name\": null,\n                \"address\": \"807 West Cornelia Avenue\",\n                \"address2\": \"Apt 2E\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60657\",\n                \"country\": \"US\",\n                \"email\": \"crawfordama@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"138\",\n            \"attributes\": {\n                \"name\": \"Amanda Crawford\",\n                \"company_name\": null,\n                \"address\": \"807 West Cornelia Avenue\",\n                \"address2\": \"Apt 2E\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"zip\": \"60657\",\n                \"country\": \"US\",\n                \"email\": \"crawfordama@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"57\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"420\",\n                \"cancelled_at\": \"2024-07-02 20:33:08\",\n                \"created_at\": \"2024-07-02T20:33:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"139\",\n            \"attributes\": {\n                \"name\": \"Christine Jimenez\",\n                \"company_name\": null,\n                \"address\": \"2950 E Old Settlers Blvd\",\n                \"address2\": \"Unit 51\",\n                \"city\": \"Round Rock\",\n                \"state\": \"TX\",\n                \"zip\": \"78665\",\n                \"country\": \"US\",\n                \"email\": \"cmallari925@gmail.com\",\n                \"phone\": \"+12104280137\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"140\",\n            \"attributes\": {\n                \"name\": \"Christine Jimenez\",\n                \"company_name\": null,\n                \"address\": \"2950 E Old Settlers Blvd\",\n                \"address2\": \"Unit 51\",\n                \"city\": \"Round Rock\",\n                \"state\": \"TX\",\n                \"zip\": \"78665\",\n                \"country\": \"US\",\n                \"email\": \"cmallari925@gmail.com\",\n                \"phone\": \"+12104280137\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"58\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"430\",\n                \"cancelled_at\": \"2024-07-02 20:33:09\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"141\",\n            \"attributes\": {\n                \"name\": \"Diana Huynh\",\n                \"company_name\": null,\n                \"address\": \"4918 NE 23rd Ct\",\n                \"address2\": null,\n                \"city\": \"Vancouver\",\n                \"state\": \"WA\",\n                \"zip\": \"98663\",\n                \"country\": \"US\",\n                \"email\": \"huynh.diana96@gmail.com\",\n                \"phone\": \"+14084394985\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"142\",\n            \"attributes\": {\n                \"name\": \"Kelton Spagnoli\",\n                \"company_name\": null,\n                \"address\": \"4918 NE 23rd Ct\",\n                \"address2\": null,\n                \"city\": \"Vancouver\",\n                \"state\": \"WA\",\n                \"zip\": \"98663\",\n                \"country\": \"US\",\n                \"email\": \"huynh.diana96@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"59\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"434\",\n                \"cancelled_at\": \"2024-07-02 20:33:09\",\n                \"created_at\": \"2024-07-02T20:33:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"143\",\n            \"attributes\": {\n                \"name\": \"Jenny Kim\",\n                \"company_name\": null,\n                \"address\": \"57-26 226th Street\",\n                \"address2\": null,\n                \"city\": \"Bayside\",\n                \"state\": \"NY\",\n                \"zip\": \"11364\",\n                \"country\": \"US\",\n                \"email\": \"jenny199705@gmail.com\",\n                \"phone\": \"(201) 364-3216\",\n                \"created_at\": \"2024-07-02T20:33:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"144\",\n            \"attributes\": {\n                \"name\": \"Jenny Kim\",\n                \"company_name\": null,\n                \"address\": \"57-26 226th Street\",\n                \"address2\": null,\n                \"city\": \"Bayside\",\n                \"state\": \"NY\",\n                \"zip\": \"11364\",\n                \"country\": \"US\",\n                \"email\": \"jenny199705@gmail.com\",\n                \"phone\": \"(201) 364-3216\",\n                \"created_at\": \"2024-07-02T20:33:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"60\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"443\",\n                \"cancelled_at\": \"2024-07-02 20:33:10\",\n                \"created_at\": \"2024-07-02T20:33:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:10.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"145\",\n            \"attributes\": {\n                \"name\": \"Jenny Jang\",\n                \"company_name\": null,\n                \"address\": \"25 Roma Ave\",\n                \"address2\": null,\n                \"city\": \"Staten Island\",\n                \"state\": \"NY\",\n                \"zip\": \"10306\",\n                \"country\": \"US\",\n                \"email\": \"jj102891@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"146\",\n            \"attributes\": {\n                \"name\": \"Jenny Jang\",\n                \"company_name\": null,\n                \"address\": \"25 Roma Ave\",\n                \"address2\": null,\n                \"city\": \"Staten Island\",\n                \"state\": \"NY\",\n                \"zip\": \"10306\",\n                \"country\": \"US\",\n                \"email\": \"jj102891@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"61\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"450\",\n                \"cancelled_at\": \"2024-07-02 20:33:12\",\n                \"created_at\": \"2024-07-02T20:33:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"147\",\n            \"attributes\": {\n                \"name\": \"Kat F\",\n                \"company_name\": null,\n                \"address\": \"2335 63rd Street\",\n                \"address2\": null,\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11204\",\n                \"country\": \"US\",\n                \"email\": \"issakatu4611@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"148\",\n            \"attributes\": {\n                \"name\": \"Kat F\",\n                \"company_name\": null,\n                \"address\": \"2335 63rd Street\",\n                \"address2\": null,\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"zip\": \"11204\",\n                \"country\": \"US\",\n                \"email\": \"issakatu4611@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"62\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"457\",\n                \"cancelled_at\": \"2024-07-02 20:33:13\",\n                \"created_at\": \"2024-07-02T20:33:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:13.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"149\",\n            \"attributes\": {\n                \"name\": \"Jeff Case\",\n                \"company_name\": null,\n                \"address\": \"6017 Maxwell Ave\",\n                \"address2\": null,\n                \"city\": \"St. Louis\",\n                \"state\": \"MO\",\n                \"zip\": \"63123\",\n                \"country\": \"US\",\n                \"email\": \"jmcas19@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"150\",\n            \"attributes\": {\n                \"name\": \"Jeff Case\",\n                \"company_name\": null,\n                \"address\": \"6017 Maxwell Ave\",\n                \"address2\": null,\n                \"city\": \"St. Louis\",\n                \"state\": \"MO\",\n                \"zip\": \"63123\",\n                \"country\": \"US\",\n                \"email\": \"jmcas19@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"63\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"464\",\n                \"cancelled_at\": \"2024-07-02 20:33:14\",\n                \"created_at\": \"2024-07-02T20:33:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"151\",\n            \"attributes\": {\n                \"name\": \"Ryan Breier\",\n                \"company_name\": null,\n                \"address\": \"1624 Madison Ave\",\n                \"address2\": \"4S\",\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"zip\": \"10029\",\n                \"country\": \"US\",\n                \"email\": \"shbislanders1@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"152\",\n            \"attributes\": {\n                \"name\": \"Ryan Breier\",\n                \"company_name\": null,\n                \"address\": \"1624 Madison Ave\",\n                \"address2\": \"4S\",\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"zip\": \"10029\",\n                \"country\": \"US\",\n                \"email\": \"shbislanders1@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"64\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"471\",\n                \"cancelled_at\": \"2024-07-02 20:33:15\",\n                \"created_at\": \"2024-07-02T20:33:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"153\",\n            \"attributes\": {\n                \"name\": \"Syed Shah\",\n                \"company_name\": null,\n                \"address\": \"3809 DAVID DR\",\n                \"address2\": null,\n                \"city\": \"NORTH HIGHLANDS\",\n                \"state\": \"CA\",\n                \"zip\": \"95660\",\n                \"country\": \"US\",\n                \"email\": \"uhhey09@gmail.com\",\n                \"phone\": \"+19166961925\",\n                \"created_at\": \"2024-07-02T20:33:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"154\",\n            \"attributes\": {\n                \"name\": \"Syed Shah\",\n                \"company_name\": null,\n                \"address\": \"3809 DAVID DR\",\n                \"address2\": null,\n                \"city\": \"NORTH HIGHLANDS\",\n                \"state\": \"CA\",\n                \"zip\": \"95660\",\n                \"country\": \"US\",\n                \"email\": \"uhhey09@gmail.com\",\n                \"phone\": \"+19166961925\",\n                \"created_at\": \"2024-07-02T20:33:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"65\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"478\",\n                \"cancelled_at\": \"2024-07-02 20:33:17\",\n                \"created_at\": \"2024-07-02T20:33:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"155\",\n            \"attributes\": {\n                \"name\": \"freeb yasin\",\n                \"company_name\": null,\n                \"address\": \"17119 6th Avenue West\",\n                \"address2\": null,\n                \"city\": \"Lynnwood\",\n                \"state\": \"WA\",\n                \"zip\": \"98037\",\n                \"country\": \"US\",\n                \"email\": \"zaidyasinfrbackup@gmail.com\",\n                \"phone\": \"+14255205889\",\n                \"created_at\": \"2024-07-02T20:33:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"156\",\n            \"attributes\": {\n                \"name\": \"freeb yasin\",\n                \"company_name\": null,\n                \"address\": \"17119 6th Avenue West\",\n                \"address2\": null,\n                \"city\": \"Lynnwood\",\n                \"state\": \"WA\",\n                \"zip\": \"98037\",\n                \"country\": \"US\",\n                \"email\": \"zaidyasinfrbackup@gmail.com\",\n                \"phone\": \"+14255205889\",\n                \"created_at\": \"2024-07-02T20:33:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"66\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"485\",\n                \"cancelled_at\": \"2024-07-02 20:33:18\",\n                \"created_at\": \"2024-07-02T20:33:18.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:18.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"157\",\n            \"attributes\": {\n                \"name\": \"Jeff Case\",\n                \"company_name\": null,\n                \"address\": \"3542 Gardens East Drive\",\n                \"address2\": \"Apt B\",\n                \"city\": \"Palm Beach Gardens\",\n                \"state\": \"FL\",\n                \"zip\": \"33410\",\n                \"country\": \"US\",\n                \"email\": \"jmcase19@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"158\",\n            \"attributes\": {\n                \"name\": \"Jeff Case\",\n                \"company_name\": null,\n                \"address\": \"3542 Gardens East Drive\",\n                \"address2\": \"Apt B\",\n                \"city\": \"Palm Beach Gardens\",\n                \"state\": \"FL\",\n                \"zip\": \"33410\",\n                \"country\": \"US\",\n                \"email\": \"jmcase19@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:19.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"67\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"492\",\n                \"cancelled_at\": \"2024-07-02 20:33:19\",\n                \"created_at\": \"2024-07-02T20:33:19.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"159\",\n            \"attributes\": {\n                \"name\": \"josalle vindua\",\n                \"company_name\": null,\n                \"address\": \"4508 Kensington Drive\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92116\",\n                \"country\": \"US\",\n                \"email\": \"josallevindua@gmail.com\",\n                \"phone\": \"+16193163377\",\n                \"created_at\": \"2024-07-02T20:33:20.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:20.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"160\",\n            \"attributes\": {\n                \"name\": \"josalle vindua\",\n                \"company_name\": null,\n                \"address\": \"4508 Kensington Drive\",\n                \"address2\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"zip\": \"92116\",\n                \"country\": \"US\",\n                \"email\": \"josallevindua@gmail.com\",\n                \"phone\": \"+16193163377\",\n                \"created_at\": \"2024-07-02T20:33:20.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:20.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"68\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"499\",\n                \"cancelled_at\": \"2024-07-02 20:33:20\",\n                \"created_at\": \"2024-07-02T20:33:20.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:20.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"161\",\n            \"attributes\": {\n                \"name\": \"Matt Mann\",\n                \"company_name\": null,\n                \"address\": \"2936 S 53rd St\",\n                \"address2\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"zip\": \"66106\",\n                \"country\": \"US\",\n                \"email\": \"mattisthemann@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"162\",\n            \"attributes\": {\n                \"name\": \"Matt Mann\",\n                \"company_name\": null,\n                \"address\": \"2936 S 53rd St\",\n                \"address2\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"zip\": \"66106\",\n                \"country\": \"US\",\n                \"email\": \"mattisthemann@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:21.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"69\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"506\",\n                \"cancelled_at\": \"2024-07-02 20:33:22\",\n                \"created_at\": \"2024-07-02T20:33:21.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"163\",\n            \"attributes\": {\n                \"name\": \"Kandice Mann\",\n                \"company_name\": null,\n                \"address\": \"2936 S 53rd St\",\n                \"address2\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"zip\": \"66106\",\n                \"country\": \"US\",\n                \"email\": \"kandicemann@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"164\",\n            \"attributes\": {\n                \"name\": \"Kandice Mann\",\n                \"company_name\": null,\n                \"address\": \"2951 S. 34 St\",\n                \"address2\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"zip\": \"66106\",\n                \"country\": \"US\",\n                \"email\": \"kandicemann@hotmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:23.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"70\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"513\",\n                \"cancelled_at\": \"2024-07-02 20:33:23\",\n                \"created_at\": \"2024-07-02T20:33:23.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:26.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"165\",\n            \"attributes\": {\n                \"name\": \"Kelli Murphy\",\n                \"company_name\": null,\n                \"address\": \"218 N Parker Hill Rd.\",\n                \"address2\": null,\n                \"city\": \"Killingworth\",\n                \"state\": \"CT\",\n                \"zip\": \"06419\",\n                \"country\": \"US\",\n                \"email\": \"kelliwolf808@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:24.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"166\",\n            \"attributes\": {\n                \"name\": \"Kelli Murphy\",\n                \"company_name\": null,\n                \"address\": \"218 N Parker Hill Rd.\",\n                \"address2\": null,\n                \"city\": \"Killingworth\",\n                \"state\": \"CT\",\n                \"zip\": \"06419\",\n                \"country\": \"US\",\n                \"email\": \"kelliwolf808@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:24.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"71\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"520\",\n                \"cancelled_at\": \"2024-07-02 20:33:24\",\n                \"created_at\": \"2024-07-02T20:33:24.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:24.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"167\",\n            \"attributes\": {\n                \"name\": \"Trang Pham\",\n                \"company_name\": null,\n                \"address\": \"4616 Hibiscus Valley Dr\",\n                \"address2\": null,\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78739\",\n                \"country\": \"US\",\n                \"email\": \"tpham0993@gmail.com\",\n                \"phone\": \"+16262833056\",\n                \"created_at\": \"2024-07-02T20:33:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"168\",\n            \"attributes\": {\n                \"name\": \"Trang Pham\",\n                \"company_name\": null,\n                \"address\": \"4616 Hibiscus Valley Dr\",\n                \"address2\": null,\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78739\",\n                \"country\": \"US\",\n                \"email\": \"tpham0993@gmail.com\",\n                \"phone\": \"+16262833056\",\n                \"created_at\": \"2024-07-02T20:33:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"72\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"527\",\n                \"cancelled_at\": \"2024-07-02 20:33:25\",\n                \"created_at\": \"2024-07-02T20:33:25.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:25.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"169\",\n            \"attributes\": {\n                \"name\": \"Cassandra Richardson\",\n                \"company_name\": null,\n                \"address\": \"159 Ivy Terrace\",\n                \"address2\": null,\n                \"city\": \"Tupper Lake\",\n                \"state\": \"NY\",\n                \"zip\": \"12986\",\n                \"country\": \"US\",\n                \"email\": \"cassie102286@yahoo.com\",\n                \"phone\": \"+15185930461\",\n                \"created_at\": \"2024-07-02T20:33:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"170\",\n            \"attributes\": {\n                \"name\": \"Cassandra Richardson\",\n                \"company_name\": null,\n                \"address\": \"159 Ivy Terrace\",\n                \"address2\": null,\n                \"city\": \"Tupper Lake\",\n                \"state\": \"NY\",\n                \"zip\": \"12986\",\n                \"country\": \"US\",\n                \"email\": \"cassie102286@yahoo.com\",\n                \"phone\": \"+15185930461\",\n                \"created_at\": \"2024-07-02T20:33:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:26.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"73\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"534\",\n                \"cancelled_at\": \"2024-07-02 20:33:27\",\n                \"created_at\": \"2024-07-02T20:33:26.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:27.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"171\",\n            \"attributes\": {\n                \"name\": \"Desiree Hawkey\",\n                \"company_name\": null,\n                \"address\": \"212 Spring Road\",\n                \"address2\": null,\n                \"city\": \"Schenectady\",\n                \"state\": \"NY\",\n                \"zip\": \"12302\",\n                \"country\": \"US\",\n                \"email\": \"driel0212@gmail.com\",\n                \"phone\": \"+15188366793\",\n                \"created_at\": \"2024-07-02T20:33:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"172\",\n            \"attributes\": {\n                \"name\": \"Desiree Hawkey\",\n                \"company_name\": null,\n                \"address\": \"212 Spring Road\",\n                \"address2\": null,\n                \"city\": \"Schenectady\",\n                \"state\": \"NY\",\n                \"zip\": \"12302\",\n                \"country\": \"US\",\n                \"email\": \"driel0212@gmail.com\",\n                \"phone\": \"+15188366793\",\n                \"created_at\": \"2024-07-02T20:33:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"74\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"541\",\n                \"cancelled_at\": \"2024-07-02 20:33:28\",\n                \"created_at\": \"2024-07-02T20:33:28.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:28.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"173\",\n            \"attributes\": {\n                \"name\": \"Kwan Wimwipha\",\n                \"company_name\": null,\n                \"address\": \"1000 W 8th apt506\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90017\",\n                \"country\": \"US\",\n                \"email\": \"prisca152@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"174\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"prisca152@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"75\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"548\",\n                \"cancelled_at\": \"2024-07-02 20:33:29\",\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:29.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"76\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"550\",\n                \"cancelled_at\": \"2024-07-02 20:33:30\",\n                \"created_at\": \"2024-07-02T20:33:29.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:30.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"175\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"176\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"77\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 25.49,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"558\",\n                \"cancelled_at\": \"2024-07-02 20:33:31\",\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"78\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"560\",\n                \"cancelled_at\": \"2024-07-02 20:33:31\",\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"79\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"562\",\n                \"cancelled_at\": \"2024-07-02 20:33:31\",\n                \"created_at\": \"2024-07-02T20:33:31.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:31.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"type\": \"kit\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": \"\",\n                \"country_of_origin\": null,\n                \"notes\": \"\",\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.2,\n                \"barcode\": \"000014994237\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 492,\n                \"quantity_allocated\": 5,\n                \"quantity_available\": 487,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:06.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"5\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/shaker-736497.png?v=1718446619\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"177\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"80\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"571\",\n                \"cancelled_at\": \"2024-07-02 20:33:33\",\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"81\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"573\",\n                \"cancelled_at\": \"2024-07-02 20:33:33\",\n                \"created_at\": \"2024-07-02T20:33:32.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"179\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"180\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:35.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"82\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 28.05,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"581\",\n                \"cancelled_at\": \"2024-07-02 20:33:36\",\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:36.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"83\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"583\",\n                \"cancelled_at\": \"2024-07-02 20:33:36\",\n                \"created_at\": \"2024-07-02T20:33:35.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:36.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"181\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"182\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:37.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"84\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"591\",\n                \"cancelled_at\": \"2024-07-02 20:33:37\",\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:37.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"85\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"593\",\n                \"cancelled_at\": \"2024-07-02 20:33:37\",\n                \"created_at\": \"2024-07-02T20:33:37.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:37.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"183\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"184\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"86\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 25.49,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"601\",\n                \"cancelled_at\": \"2024-07-02 20:33:39\",\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"87\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"603\",\n                \"cancelled_at\": \"2024-07-02 20:33:39\",\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"88\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"605\",\n                \"cancelled_at\": \"2024-07-02 20:33:39\",\n                \"created_at\": \"2024-07-02T20:33:38.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:39.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"185\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"186\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:40.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"89\",\n            \"attributes\": {\n                \"sku\": \"yuzucitrus\",\n                \"name\": \"\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"614\",\n                \"cancelled_at\": \"2024-07-02 20:33:40\",\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:40.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"90\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"616\",\n                \"cancelled_at\": \"2024-07-02 20:33:40\",\n                \"created_at\": \"2024-07-02T20:33:40.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:40.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"187\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"188\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"91\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"624\",\n                \"cancelled_at\": \"2024-07-02 20:33:42\",\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"92\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"626\",\n                \"cancelled_at\": \"2024-07-02 20:33:42\",\n                \"created_at\": \"2024-07-02T20:33:41.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"189\",\n            \"attributes\": {\n                \"name\": \"Tori Benjamin\",\n                \"company_name\": null,\n                \"address\": \"1872 Amberwood Drive Southeast\",\n                \"address2\": null,\n                \"city\": \"Palm Bay\",\n                \"state\": \"FL\",\n                \"zip\": \"32909\",\n                \"country\": \"US\",\n                \"email\": \"mystori17@gmail.com\",\n                \"phone\": \"+15165825719\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"190\",\n            \"attributes\": {\n                \"name\": \"Tori Benjamin\",\n                \"company_name\": null,\n                \"address\": \"1029 East Lincoln Avenue\",\n                \"address2\": \"Apt 102\",\n                \"city\": \"Melbourne\",\n                \"state\": \"FL\",\n                \"zip\": \"32901\",\n                \"country\": \"US\",\n                \"email\": \"mystori17@gmail.com\",\n                \"phone\": \"+15165825719\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:43.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"93\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"634\",\n                \"cancelled_at\": \"2024-07-02 20:33:43\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:43.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"94\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"636\",\n                \"cancelled_at\": \"2024-07-02 20:33:43\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:43.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"95\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"638\",\n                \"cancelled_at\": \"2024-07-02 20:33:44\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"96\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 29.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"640\",\n                \"cancelled_at\": \"2024-07-02 20:33:44\",\n                \"created_at\": \"2024-07-02T20:33:43.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:44.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"191\",\n            \"attributes\": {\n                \"name\": \"Rosalia Aguillon\",\n                \"company_name\": null,\n                \"address\": \"11218 Dune Street\",\n                \"address2\": null,\n                \"city\": \"Norwalk\",\n                \"state\": \"CA\",\n                \"zip\": \"90650\",\n                \"country\": \"US\",\n                \"email\": \"rosalia.aguillon@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"192\",\n            \"attributes\": {\n                \"name\": \"Rosalia Aguillon\",\n                \"company_name\": null,\n                \"address\": \"11218 Dune Street\",\n                \"address2\": null,\n                \"city\": \"Norwalk\",\n                \"state\": \"CA\",\n                \"zip\": \"90650\",\n                \"country\": \"US\",\n                \"email\": \"rosalia.aguillon@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"97\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"650\",\n                \"cancelled_at\": \"2024-07-02 20:33:45\",\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"98\",\n            \"attributes\": {\n                \"sku\": \"wp-15\",\n                \"name\": \"WHITE PEACH\",\n                \"price\": 26.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"652\",\n                \"cancelled_at\": \"2024-07-02 20:33:45\",\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"12\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"99\",\n            \"attributes\": {\n                \"sku\": \"ly-15\",\n                \"name\": \"LYCHEE\",\n                \"price\": 26.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"654\",\n                \"cancelled_at\": \"2024-07-02 20:33:45\",\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"7\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"100\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"656\",\n                \"cancelled_at\": \"2024-07-02 20:33:45\",\n                \"created_at\": \"2024-07-02T20:33:45.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:45.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"193\",\n            \"attributes\": {\n                \"name\": \"Sarah Sham\",\n                \"company_name\": null,\n                \"address\": \"7109 Fillmore Dr\",\n                \"address2\": null,\n                \"city\": \"Buena Park\",\n                \"state\": \"CA\",\n                \"zip\": \"90620\",\n                \"country\": \"US\",\n                \"email\": \"phugnguyen@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"194\",\n            \"attributes\": {\n                \"name\": \"Phu Nguyen\",\n                \"company_name\": null,\n                \"address\": \"8196 Medeiros Way\",\n                \"address2\": null,\n                \"city\": \"Sacramento\",\n                \"state\": \"CA\",\n                \"zip\": \"95829\",\n                \"country\": \"US\",\n                \"email\": \"phugnguyen@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:46.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"101\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 29.69,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"666\",\n                \"cancelled_at\": \"2024-07-02 20:33:47\",\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:47.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"102\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"668\",\n                \"cancelled_at\": \"2024-07-02 20:33:47\",\n                \"created_at\": \"2024-07-02T20:33:46.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:47.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"195\",\n            \"attributes\": {\n                \"name\": \"Katie Man\",\n                \"company_name\": null,\n                \"address\": \"2210 East Carson Street\",\n                \"address2\": \"2\",\n                \"city\": \"Pittsburgh\",\n                \"state\": \"PA\",\n                \"zip\": \"15203\",\n                \"country\": \"US\",\n                \"email\": \"katieman888@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"196\",\n            \"attributes\": {\n                \"name\": \"Katie Man\",\n                \"company_name\": null,\n                \"address\": \"2210 East Carson Street\",\n                \"address2\": \"2\",\n                \"city\": \"Pittsburgh\",\n                \"state\": \"PA\",\n                \"zip\": \"15203\",\n                \"country\": \"US\",\n                \"email\": \"katieman888@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"103\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"676\",\n                \"cancelled_at\": \"2024-07-02 20:33:48\",\n                \"created_at\": \"2024-07-02T20:33:48.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:48.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"197\",\n            \"attributes\": {\n                \"name\": \"Isabelle Laski\",\n                \"company_name\": null,\n                \"address\": \"5715 Misty Hill Circle\",\n                \"address2\": null,\n                \"city\": \"Clemmons\",\n                \"state\": \"NC\",\n                \"zip\": \"27012-9670\",\n                \"country\": \"US\",\n                \"email\": \"izzy2shop@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:49.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"198\",\n            \"attributes\": {\n                \"name\": \"Isabelle Laski\",\n                \"company_name\": null,\n                \"address\": \"5715 Misty Hill Circle\",\n                \"address2\": null,\n                \"city\": \"Clemmons\",\n                \"state\": \"NC\",\n                \"zip\": \"27012-9670\",\n                \"country\": \"US\",\n                \"email\": \"izzy2shop@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:49.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:49.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"104\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"683\",\n                \"cancelled_at\": \"2024-07-02 20:33:50\",\n                \"created_at\": \"2024-07-02T20:33:49.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:50.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"199\",\n            \"attributes\": {\n                \"name\": \"Kelly Yang\",\n                \"company_name\": null,\n                \"address\": \"12600 McCallen Pass\",\n                \"address2\": \"Apt. 1213\",\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78753\",\n                \"country\": \"US\",\n                \"email\": \"kelly.yangsy@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"200\",\n            \"attributes\": {\n                \"name\": \"Kelly Yang\",\n                \"company_name\": null,\n                \"address\": \"12600 McCallen Pass\",\n                \"address2\": \"Apt. 1213\",\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"zip\": \"78753\",\n                \"country\": \"US\",\n                \"email\": \"kelly.yangsy@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:51.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"105\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"690\",\n                \"cancelled_at\": \"2024-07-02 20:33:51\",\n                \"created_at\": \"2024-07-02T20:33:51.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:51.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"201\",\n            \"attributes\": {\n                \"name\": \"Judy Thang\",\n                \"company_name\": null,\n                \"address\": \"231 Southridge Road\",\n                \"address2\": null,\n                \"city\": \"Terre Haute\",\n                \"state\": \"IN\",\n                \"zip\": \"47802\",\n                \"country\": \"US\",\n                \"email\": \"msjudythang@gmail.com\",\n                \"phone\": \"+16198885862\",\n                \"created_at\": \"2024-07-02T20:33:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"202\",\n            \"attributes\": {\n                \"name\": \"Judy Thang\",\n                \"company_name\": null,\n                \"address\": \"231 Southridge Road\",\n                \"address2\": null,\n                \"city\": \"Terre Haute\",\n                \"state\": \"IN\",\n                \"zip\": \"47802\",\n                \"country\": \"US\",\n                \"email\": \"msjudythang@gmail.com\",\n                \"phone\": \"+16198885862\",\n                \"created_at\": \"2024-07-02T20:33:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:52.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"106\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"697\",\n                \"cancelled_at\": \"2024-07-02 20:33:53\",\n                \"created_at\": \"2024-07-02T20:33:52.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:53.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"203\",\n            \"attributes\": {\n                \"name\": \"Laura Schreiber\",\n                \"company_name\": null,\n                \"address\": \"1530 Purdue Ave Apt 17\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90025\",\n                \"country\": \"US\",\n                \"email\": \"laurabelle923@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"204\",\n            \"attributes\": {\n                \"name\": \"Laura Schreiber\",\n                \"company_name\": null,\n                \"address\": \"1530 Purdue Ave Apt 17\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90025\",\n                \"country\": \"US\",\n                \"email\": \"laurabelle923@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:54.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"107\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"704\",\n                \"cancelled_at\": \"2024-07-02 20:33:54\",\n                \"created_at\": \"2024-07-02T20:33:54.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:57.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"205\",\n            \"attributes\": {\n                \"name\": \"Emily Alworth\",\n                \"company_name\": null,\n                \"address\": \"2520 East 3300 South\",\n                \"address2\": null,\n                \"city\": \"Salt Lake City\",\n                \"state\": \"UT\",\n                \"zip\": \"84109\",\n                \"country\": \"US\",\n                \"email\": \"ealworth@gm.slc.edu\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"206\",\n            \"attributes\": {\n                \"name\": \"Emily Alworth\",\n                \"company_name\": null,\n                \"address\": \"2520 East 3300 South\",\n                \"address2\": null,\n                \"city\": \"Salt Lake City\",\n                \"state\": \"UT\",\n                \"zip\": \"84109\",\n                \"country\": \"US\",\n                \"email\": \"ealworth@gm.slc.edu\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"108\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"711\",\n                \"cancelled_at\": \"2024-07-02 20:33:56\",\n                \"created_at\": \"2024-07-02T20:33:55.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:56.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"207\",\n            \"attributes\": {\n                \"name\": \"Lauren Hetzler\",\n                \"company_name\": null,\n                \"address\": \"6534 Miramar Court\",\n                \"address2\": null,\n                \"city\": \"Indianapolis\",\n                \"state\": \"IN\",\n                \"zip\": \"46250\",\n                \"country\": \"US\",\n                \"email\": \"lkhindy88@gmail.com\",\n                \"phone\": \"3172249552\",\n                \"created_at\": \"2024-07-02T20:33:56.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"208\",\n            \"attributes\": {\n                \"name\": \"Lauren Hetzler\",\n                \"company_name\": null,\n                \"address\": \"6534 Miramar Court\",\n                \"address2\": null,\n                \"city\": \"Indianapolis\",\n                \"state\": \"IN\",\n                \"zip\": \"46250\",\n                \"country\": \"US\",\n                \"email\": \"lkhindy88@gmail.com\",\n                \"phone\": \"3172249552\",\n                \"created_at\": \"2024-07-02T20:33:56.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:56.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"109\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"718\",\n                \"cancelled_at\": \"2024-07-02 20:33:57\",\n                \"created_at\": \"2024-07-02T20:33:56.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:00.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"209\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"210\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:58.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"110\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"725\",\n                \"cancelled_at\": \"2024-07-02 20:33:58\",\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:58.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"111\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"727\",\n                \"cancelled_at\": \"2024-07-02 20:33:58\",\n                \"created_at\": \"2024-07-02T20:33:58.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:58.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"211\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"212\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:33:59.000000Z\",\n                \"updated_at\": \"2024-07-02T20:33:59.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"112\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"735\",\n                \"cancelled_at\": \"2024-07-02 20:34:00\",\n                \"created_at\": \"2024-07-02T20:34:00.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:00.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"113\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"737\",\n                \"cancelled_at\": \"2024-07-02 20:34:00\",\n                \"created_at\": \"2024-07-02T20:34:00.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:00.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"213\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"kdauer@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"214\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"kdauer@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"114\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"745\",\n                \"cancelled_at\": \"2024-07-02 20:34:03\",\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"115\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"747\",\n                \"cancelled_at\": \"2024-07-02 20:34:03\",\n                \"created_at\": \"2024-07-02T20:34:02.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:03.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"215\",\n            \"attributes\": {\n                \"name\": \"Jordan Peterson\",\n                \"company_name\": null,\n                \"address\": \"323 Center St\",\n                \"address2\": null,\n                \"city\": \"Melvin\",\n                \"state\": \"IA\",\n                \"zip\": \"51350\",\n                \"country\": \"US\",\n                \"email\": \"jobear6996@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"216\",\n            \"attributes\": {\n                \"name\": \"Jordan Peterson\",\n                \"company_name\": null,\n                \"address\": \"323 Center St\",\n                \"address2\": null,\n                \"city\": \"Melvin\",\n                \"state\": \"IA\",\n                \"zip\": \"51350\",\n                \"country\": \"US\",\n                \"email\": \"jobear6996@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"116\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"760\",\n                \"cancelled_at\": \"2024-07-02 20:34:05\",\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"217\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"reinacbl@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"218\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": \"reinacbl@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"117\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"757\",\n                \"cancelled_at\": \"2024-07-02 20:34:05\",\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"type\": \"regular\",\n                \"price\": \"29.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 6.35,\n                \"barcode\": \"850055792029\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1060,\n                \"quantity_allocated\": 2,\n                \"quantity_available\": 1058,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:05.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"4\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/asianpear-564002.png?v=1713137722\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:05.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"118\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"762\",\n                \"cancelled_at\": \"2024-07-02 20:34:05\",\n                \"created_at\": \"2024-07-02T20:34:05.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:05.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"219\",\n            \"attributes\": {\n                \"name\": \"Carmen Yu\",\n                \"company_name\": null,\n                \"address\": \"4435 E Loch Alpine Dr\",\n                \"address2\": null,\n                \"city\": \"Ann Arbor\",\n                \"state\": \"MI\",\n                \"zip\": \"48103\",\n                \"country\": \"US\",\n                \"email\": \"carmenmsu@gmail.com\",\n                \"phone\": \"+15172145681\",\n                \"created_at\": \"2024-07-02T20:34:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"220\",\n            \"attributes\": {\n                \"name\": \"Carmen Yu\",\n                \"company_name\": null,\n                \"address\": \"4435 E Loch Alpine Dr\",\n                \"address2\": null,\n                \"city\": \"Ann Arbor\",\n                \"state\": \"MI\",\n                \"zip\": \"48103\",\n                \"country\": \"US\",\n                \"email\": \"carmenmsu@gmail.com\",\n                \"phone\": \"+15172145681\",\n                \"created_at\": \"2024-07-02T20:34:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"119\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"772\",\n                \"cancelled_at\": \"2024-07-02 20:34:06\",\n                \"created_at\": \"2024-07-02T20:34:06.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"221\",\n            \"attributes\": {\n                \"name\": \"Leo Chau\",\n                \"company_name\": null,\n                \"address\": \"71 Arlington St\",\n                \"address2\": null,\n                \"city\": \"Brighton\",\n                \"state\": \"MA\",\n                \"zip\": \"02135\",\n                \"country\": \"US\",\n                \"email\": \"Lkbchau@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"222\",\n            \"attributes\": {\n                \"name\": \"Leo Chau\",\n                \"company_name\": null,\n                \"address\": \"71 Arlington St\",\n                \"address2\": null,\n                \"city\": \"Brighton\",\n                \"state\": \"MA\",\n                \"zip\": \"02135\",\n                \"country\": \"US\",\n                \"email\": \"Lkbchau@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"120\",\n            \"attributes\": {\n                \"sku\": \"varietypack\",\n                \"name\": \"\",\n                \"price\": 29.69,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"777\",\n                \"cancelled_at\": \"2024-07-02 20:34:07\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"121\",\n            \"attributes\": {\n                \"sku\": \"shakerbottle-free\",\n                \"name\": \"\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"779\",\n                \"cancelled_at\": \"2024-07-02 20:34:07\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"223\",\n            \"attributes\": {\n                \"name\": \"Nicole Craig\",\n                \"company_name\": null,\n                \"address\": \"3007 Twilight Avenue\",\n                \"address2\": null,\n                \"city\": \"Shelbyville\",\n                \"state\": \"KY\",\n                \"zip\": \"40065\",\n                \"country\": \"US\",\n                \"email\": \"auntnini831@gmail.com\",\n                \"phone\": \"+18129871493\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"224\",\n            \"attributes\": {\n                \"name\": \"Nicole Craig\",\n                \"company_name\": null,\n                \"address\": \"3007 Twilight Avenue\",\n                \"address2\": null,\n                \"city\": \"Shelbyville\",\n                \"state\": \"KY\",\n                \"zip\": \"40065\",\n                \"country\": \"US\",\n                \"email\": \"auntnini831@gmail.com\",\n                \"phone\": \"+18129871493\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"122\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"788\",\n                \"cancelled_at\": \"2024-07-02 20:34:08\",\n                \"created_at\": \"2024-07-02T20:34:07.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"225\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"226\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"123\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"796\",\n                \"cancelled_at\": \"2024-07-02 20:34:09\",\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"124\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"798\",\n                \"cancelled_at\": \"2024-07-02 20:34:09\",\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"227\",\n            \"attributes\": {\n                \"name\": \"Celina Saludes\",\n                \"company_name\": null,\n                \"address\": \"8015 Whitmore St\",\n                \"address2\": null,\n                \"city\": \"Rosemead\",\n                \"state\": \"CA\",\n                \"zip\": \"91770\",\n                \"country\": \"US\",\n                \"email\": \"technowoman@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"228\",\n            \"attributes\": {\n                \"name\": \"Celina Saludes\",\n                \"company_name\": null,\n                \"address\": \"8015 Whitmore St\",\n                \"address2\": null,\n                \"city\": \"Rosemead\",\n                \"state\": \"CA\",\n                \"zip\": \"91770\",\n                \"country\": \"US\",\n                \"email\": \"technowoman@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"125\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"803\",\n                \"cancelled_at\": \"2024-07-02 20:34:09\",\n                \"created_at\": \"2024-07-02T20:34:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:09.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"229\",\n            \"attributes\": {\n                \"name\": \"Minami Sasaki\",\n                \"company_name\": null,\n                \"address\": \"500 S Lake St.\",\n                \"address2\": \"417\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90057\",\n                \"country\": \"US\",\n                \"email\": \"minami.f.sasaki@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"230\",\n            \"attributes\": {\n                \"name\": \"Minami Sasaki\",\n                \"company_name\": null,\n                \"address\": \"1713 256th St\",\n                \"address2\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"zip\": \"90717\",\n                \"country\": \"US\",\n                \"email\": \"minami.f.sasaki@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"126\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"818\",\n                \"cancelled_at\": \"2024-07-02 20:34:11\",\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"231\",\n            \"attributes\": {\n                \"name\": \"Alyssa Bullock\",\n                \"company_name\": null,\n                \"address\": \"951 NW 1401st Rd\",\n                \"address2\": null,\n                \"city\": \"Odessa\",\n                \"state\": \"MO\",\n                \"zip\": \"64076\",\n                \"country\": \"US\",\n                \"email\": \"minibullbab1@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"232\",\n            \"attributes\": {\n                \"name\": \"Alyssa Bullock\",\n                \"company_name\": null,\n                \"address\": \"951 NW 1401st Rd\",\n                \"address2\": null,\n                \"city\": \"Odessa\",\n                \"state\": \"MO\",\n                \"zip\": \"64076\",\n                \"country\": \"US\",\n                \"email\": \"minibullbab1@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"127\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"814\",\n                \"cancelled_at\": \"2024-07-02 20:34:11\",\n                \"created_at\": \"2024-07-02T20:34:10.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:11.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"233\",\n            \"attributes\": {\n                \"name\": \"Micah Leon-Guerrero\",\n                \"company_name\": null,\n                \"address\": \"4024 Diablo Trail Pl\",\n                \"address2\": null,\n                \"city\": \"Albuquerque\",\n                \"state\": \"NM\",\n                \"zip\": \"87114\",\n                \"country\": \"US\",\n                \"email\": \"mnlg_311@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"234\",\n            \"attributes\": {\n                \"name\": \"Micah L.G.\",\n                \"company_name\": null,\n                \"address\": \"4024 Diablo Trail Pl\",\n                \"address2\": null,\n                \"city\": \"Albuquerque\",\n                \"state\": \"NM\",\n                \"zip\": \"87114\",\n                \"country\": \"US\",\n                \"email\": \"mnlg_311@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"128\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"828\",\n                \"cancelled_at\": \"2024-07-02 20:34:12\",\n                \"created_at\": \"2024-07-02T20:34:11.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"235\",\n            \"attributes\": {\n                \"name\": \"Wren Jackson\",\n                \"company_name\": null,\n                \"address\": \"3331 Post Road\",\n                \"address2\": null,\n                \"city\": \"Wakefield\",\n                \"state\": \"RI\",\n                \"zip\": \"02879\",\n                \"country\": \"US\",\n                \"email\": \"erinjacksongeneral@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"236\",\n            \"attributes\": {\n                \"name\": \"Wren Jackson\",\n                \"company_name\": null,\n                \"address\": \"3331 Post Road\",\n                \"address2\": null,\n                \"city\": \"Wakefield\",\n                \"state\": \"RI\",\n                \"zip\": \"02879\",\n                \"country\": \"US\",\n                \"email\": \"erinjacksongeneral@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:12.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"129\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"832\",\n                \"cancelled_at\": \"2024-07-02 20:34:12\",\n                \"created_at\": \"2024-07-02T20:34:12.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"237\",\n            \"attributes\": {\n                \"name\": \"Emily Stone\",\n                \"company_name\": null,\n                \"address\": \"16571 Alliance Avenue\",\n                \"address2\": \"Apartment 19\",\n                \"city\": \"Tustin\",\n                \"state\": \"CA\",\n                \"zip\": \"92780\",\n                \"country\": \"US\",\n                \"email\": \"emailystone@gmail.com\",\n                \"phone\": \"+15623877315\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"238\",\n            \"attributes\": {\n                \"name\": \"Emily Stone\",\n                \"company_name\": null,\n                \"address\": \"16571 Alliance Avenue\",\n                \"address2\": \"Apartment 19\",\n                \"city\": \"Tustin\",\n                \"state\": \"CA\",\n                \"zip\": \"92780\",\n                \"country\": \"US\",\n                \"email\": \"emailystone@gmail.com\",\n                \"phone\": \"+15623877315\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"130\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"842\",\n                \"cancelled_at\": \"2024-07-02 20:34:13\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"239\",\n            \"attributes\": {\n                \"name\": \"Trinity Tran\",\n                \"company_name\": null,\n                \"address\": \"1360 Shadow Lane\",\n                \"address2\": \"Unit G\",\n                \"city\": \"Fullerton\",\n                \"state\": \"CA\",\n                \"zip\": \"92831\",\n                \"country\": \"US\",\n                \"email\": \"trinitytran20@gmail.com\",\n                \"phone\": \"+14077759059\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"240\",\n            \"attributes\": {\n                \"name\": \"Trinity Tran\",\n                \"company_name\": null,\n                \"address\": \"1360 Shadow Lane\",\n                \"address2\": \"Unit G\",\n                \"city\": \"Fullerton\",\n                \"state\": \"CA\",\n                \"zip\": \"92831\",\n                \"country\": \"US\",\n                \"email\": \"trinitytran20@gmail.com\",\n                \"phone\": \"+14077759059\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:13.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"131\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"846\",\n                \"cancelled_at\": \"2024-07-02 20:34:14\",\n                \"created_at\": \"2024-07-02T20:34:13.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"241\",\n            \"attributes\": {\n                \"name\": \"Sarvenaz Pakzad\",\n                \"company_name\": null,\n                \"address\": \"1400 Oak Hill Way\",\n                \"address2\": null,\n                \"city\": \"Roseville\",\n                \"state\": \"CA\",\n                \"zip\": \"95661\",\n                \"country\": \"US\",\n                \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"242\",\n            \"attributes\": {\n                \"name\": \"Sarvenaz Pakzad\",\n                \"company_name\": null,\n                \"address\": \"1400 Oak Hill Way\",\n                \"address2\": null,\n                \"city\": \"Roseville\",\n                \"state\": \"CA\",\n                \"zip\": \"95661\",\n                \"country\": \"US\",\n                \"email\": \"sarvenaz.pakzad@yahoo.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"132\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"855\",\n                \"cancelled_at\": \"2024-07-02 20:34:14\",\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"243\",\n            \"attributes\": {\n                \"name\": \"Sarah Belkowski\",\n                \"company_name\": null,\n                \"address\": \"34 Center Street\",\n                \"address2\": null,\n                \"city\": \"Seneca Falls\",\n                \"state\": \"NY\",\n                \"zip\": \"13148\",\n                \"country\": \"US\",\n                \"email\": \"sarahbelkowski@yahoo.com\",\n                \"phone\": \"+13156515127\",\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"244\",\n            \"attributes\": {\n                \"name\": \"Sarah Belkowski\",\n                \"company_name\": null,\n                \"address\": \"34 Center Street\",\n                \"address2\": null,\n                \"city\": \"Seneca Falls\",\n                \"state\": \"NY\",\n                \"zip\": \"13148\",\n                \"country\": \"US\",\n                \"email\": \"sarahbelkowski@yahoo.com\",\n                \"phone\": \"+13156515127\",\n                \"created_at\": \"2024-07-02T20:34:14.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:14.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"133\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"860\",\n                \"cancelled_at\": \"2024-07-02 20:34:15\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"245\",\n            \"attributes\": {\n                \"name\": \"Piano Ma\",\n                \"company_name\": null,\n                \"address\": \"9018 Rancho Real Road\",\n                \"address2\": null,\n                \"city\": \"Temple City\",\n                \"state\": \"CA\",\n                \"zip\": \"91780\",\n                \"country\": \"US\",\n                \"email\": \"boringxname@gmail.com\",\n                \"phone\": \"+16266793262\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"246\",\n            \"attributes\": {\n                \"name\": \"Piano Ma\",\n                \"company_name\": null,\n                \"address\": \"1939 Denton Ave\",\n                \"address2\": \"Apt D\",\n                \"city\": \"San Gabriel\",\n                \"state\": \"CA\",\n                \"zip\": \"91776\",\n                \"country\": \"US\",\n                \"email\": \"boringxname@gmail.com\",\n                \"phone\": \"+16266793262\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"134\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 29.69,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"869\",\n                \"cancelled_at\": \"2024-07-02 20:34:16\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"135\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"871\",\n                \"cancelled_at\": \"2024-07-02 20:34:16\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"136\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"873\",\n                \"cancelled_at\": \"2024-07-02 20:34:16\",\n                \"created_at\": \"2024-07-02T20:34:15.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"247\",\n            \"attributes\": {\n                \"name\": \"Sahrae Ganter\",\n                \"company_name\": null,\n                \"address\": \"39980 County Road 40\",\n                \"address2\": null,\n                \"city\": \"Carthage\",\n                \"state\": \"NY\",\n                \"zip\": \"13619\",\n                \"country\": \"US\",\n                \"email\": \"sahraexo@yahoo.com\",\n                \"phone\": \"+13157834442\",\n                \"created_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"248\",\n            \"attributes\": {\n                \"name\": \"Sahrae Ganter\",\n                \"company_name\": null,\n                \"address\": \"39980 County Road 40\",\n                \"address2\": null,\n                \"city\": \"Carthage\",\n                \"state\": \"NY\",\n                \"zip\": \"13619\",\n                \"country\": \"US\",\n                \"email\": \"sahraexo@yahoo.com\",\n                \"phone\": \"+13157834442\",\n                \"created_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:16.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"137\",\n            \"attributes\": {\n                \"sku\": \"sampler\",\n                \"name\": \"SAMPLER PACK\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"878\",\n                \"cancelled_at\": \"2024-07-02 20:34:16\",\n                \"created_at\": \"2024-07-02T20:34:16.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:19.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"8\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"249\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"250\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:17.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"138\",\n            \"attributes\": {\n                \"sku\": \"ap-15\",\n                \"name\": \"ASIAN PEAR\",\n                \"price\": 25.5,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"889\",\n                \"cancelled_at\": \"2024-07-02 20:34:17\",\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"139\",\n            \"attributes\": {\n                \"sku\": \"shaker-free\",\n                \"name\": \"FREE SHAKER BOTTLE\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"891\",\n                \"cancelled_at\": \"2024-07-02 20:34:17\",\n                \"created_at\": \"2024-07-02T20:34:17.000000Z\",\n                \"updated_at\": \"2024-07-02T20:34:17.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"6\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}"},{"id":"d847f660-b8ff-450a-b1b2-843364043b62","name":"Filter by Tags all, multiple tags","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://generic.packiyo.com/api/v1/api/v1/orders?filter[tags-all]=Co-Pilot,fulfillment","host":["https://generic.packiyo.com/api/v1"],"path":["api","v1","orders"],"query":[{"key":"filter[tags-all]","value":"Co-Pilot,fulfillment"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 1,\n            \"total\": 1\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://localhost/api/v1/orders?filter%5Btags-all%5D=Co-Pilot%2Cfulfillment&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://localhost/api/v1/orders?filter%5Btags-all%5D=Co-Pilot%2Cfulfillment&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"orders\",\n            \"id\": \"5925\",\n            \"attributes\": {\n                \"number\": \"082224\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2025-08-29T13:01:41.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot, fulfillment\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12076\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12077\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9560\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"allow_child_customers\": false,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"25\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration\",\n                \"company_name\": \"ONLY Hydration\",\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"USPS Ground Advantage\",\n                \"created_at\": \"2024-06-27T20:32:53.000000Z\",\n                \"updated_at\": \"2024-06-27T20:32:53.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"USPS\",\n                \"created_at\": \"2024-06-27T20:32:53.000000Z\",\n                \"updated_at\": \"2024-06-27T20:32:53.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12076\",\n            \"attributes\": {\n                \"name\": \"Christian Parent\",\n                \"company_name\": null,\n                \"address\": \"1413 W 42nd street unit B\",\n                \"address2\": null,\n                \"city\": \"Norfolk\",\n                \"state\": \"VA\",\n                \"zip\": \"23508\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2024-08-22T16:05:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12077\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2024-08-22T16:05:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration 1 Pack\",\n                \"barcode\": \"000014739236\",\n                \"height\": \"5.0000\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"weight\": \"0.2000\",\n                \"created_at\": \"2024-07-31T22:11:56.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9560\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"type\": \"regular\",\n                \"price\": \"32.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.41,\n                \"barcode\": \"850055792043\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1646,\n                \"quantity_allocated\": 12,\n                \"quantity_available\": 1634,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/variety-pack-108016.png?v=1713811344\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.62\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T23:38:13.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12160\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"432\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12160\",\n            \"attributes\": {\n                \"name\": \"Christian Parent\",\n                \"company_name\": null,\n                \"address\": \"1413 W 42nd street unit B\",\n                \"address2\": null,\n                \"city\": \"Norfolk\",\n                \"state\": \"VA\",\n                \"zip\": \"23508\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"432\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248766606952\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248766606952\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"weight\": \"0.6100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"285\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"285\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/178/label/178\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        }\n    ]\n}"},{"id":"2af7028f-d959-4478-9e36-fad71b1e7d08","name":"Filter by Tags any, multiple tags","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://generic.packiyo.com/api/v1/api/v1/orders?filter[tags-any]=DTC,fulfillment","host":["https://generic.packiyo.com/api/v1"],"path":["api","v1","orders"],"query":[{"key":"filter[tags-any]","value":"DTC,fulfillment"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 4,\n            \"total\": 4\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://localhost/api/v1/orders?filter%5Btags-any%5D=DTC%2Cfulfillment&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://localhost/api/v1/orders?filter%5Btags-any%5D=DTC%2Cfulfillment&include=customer%2Ccustomer.contact_information%2Cbilling_contact_information%2Corder_items%2Corder_items.kit_order_item%2Corder_items.product.product_images%2Corder_channel%2Creturns.return_items.order_item%2Cshipping_method%2Cshipping_method.shipping_carrier%2Cshipments%2Cshipments.contact_information%2Cshipments.shipment_items%2Cshipments.shipment_labels%2Cshipments.shipping_method.shipping_carrier%2Cshipments.shipment_trackings%2Cshipments.packages.package_order_items%2Cshipments.packages.package_order_items.lot%2Cshipping_contact_information%2Cshipping_box%2Creturns%2Creturns.return_items%2Creturns.return_items.order_item&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"orders\",\n            \"id\": \"5925\",\n            \"attributes\": {\n                \"number\": \"082224\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 32.99,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2025-08-29T13:01:41.000000Z\",\n                \"fulfilled_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": null,\n                \"packing_note\": null,\n                \"shipping_method_name\": null,\n                \"shipping_method_code\": null,\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot, fulfillment\",\n                \"order_channel_payload\": null,\n                \"custom_fields\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"15\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12076\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12077\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": null\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"18\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"9560\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"8479\",\n            \"attributes\": {\n                \"number\": \"#1262\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 0,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-09-12T02:18:28.000000Z\",\n                \"updated_at\": \"2025-08-15T21:48:51.000000Z\",\n                \"fulfilled_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"78347\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Shipping\",\n                \"shipping_method_code\": \"Shipping\",\n                \"tote\": \"\",\n                \"tags\": \"DTC\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6330698465527,\n                        \"name\": \"#1262\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"sfels@bluecovefish.com\",\n                        \"phone\": null,\n                        \"token\": \"b423a34c5a4b0c77594e2893b1d735a9\",\n                        \"app_id\": 1354745,\n                        \"number\": 262,\n                        \"refunds\": [],\n                        \"user_id\": 78684225783,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 5969906860279,\n                            \"note\": null,\n                            \"tags\": \"newsletter\",\n                            \"email\": \"sfels@bluecovefish.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Fels\",\n                            \"created_at\": \"2021-12-01T16:26:05-05:00\",\n                            \"first_name\": \"Stephanie\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-09-11T22:18:29-04:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10951366017271,\n                                \"zip\": \"94104\",\n                                \"city\": \"San Francisco\",\n                                \"name\": \"Mounia ELNATOUR\",\n                                \"phone\": null,\n                                \"company\": \"Consulat Général de France\",\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"44 Montgomery Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"ELNATOUR\",\n                                \"first_name\": \"Mounia\",\n                                \"customer_id\": 5969906860279,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/5969906860279\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"confirmed_opt_in\",\n                                \"consent_updated_at\": \"2021-12-01T16:26:28-05:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-09-12T15:53:11-04:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"06498145a6f8b5a02cd0de2c97dd15ed\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"76.103.72.65\",\n                        \"cart_token\": null,\n                        \"created_at\": \"2024-09-11T22:18:28-04:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 16487132496119,\n                                \"sku\": \"BRZ-OLV-UNIT\",\n                                \"name\": \"Branzino with olives & fine herbs\",\n                                \"grams\": 181,\n                                \"price\": \"16.99\",\n                                \"title\": \"Branzino with olives & fine herbs\",\n                                \"duties\": [],\n                                \"vendor\": \"Blue Cove Preserves\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"16.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"16.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 7479699767543,\n                                \"properties\": [],\n                                \"variant_id\": 42182755320055,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/16487132496119\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"16.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            },\n                            {\n                                \"id\": 16487132528887,\n                                \"sku\": \"BRZ-PEP-UNIT\",\n                                \"name\": \"Branzino with piquillo peppers & herbs\",\n                                \"grams\": 181,\n                                \"price\": \"16.99\",\n                                \"title\": \"Branzino with piquillo peppers & herbs\",\n                                \"duties\": [],\n                                \"vendor\": \"Blue Cove Preserves\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"16.99\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"16.99\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 7479729553655,\n                                \"properties\": [],\n                                \"variant_id\": 42182936232183,\n                                \"pre_tax_price\": \"0.00\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/16487132528887\",\n                                \"discount_allocations\": [\n                                    {\n                                        \"amount\": \"16.99\",\n                                        \"amount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"discount_application_index\": 0\n                                    }\n                                ],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-09-12T15:53:11-04:00\",\n                        \"checkout_id\": 43813603311863,\n                        \"location_id\": null,\n                        \"source_name\": \"shopify_draft_order\",\n                        \"total_price\": \"0.00\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5642111320311,\n                                \"name\": \"#1262.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6330698465527,\n                                \"created_at\": \"2024-09-12T15:53:11-04:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 16487132496119,\n                                        \"sku\": \"BRZ-OLV-UNIT\",\n                                        \"name\": \"Branzino with olives & fine herbs\",\n                                        \"grams\": 181,\n                                        \"price\": \"16.99\",\n                                        \"title\": \"Branzino with olives & fine herbs\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Blue Cove Preserves\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 7479699767543,\n                                        \"properties\": [],\n                                        \"variant_id\": 42182755320055,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/16487132496119\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"16.99\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"16.99\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"16.99\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    },\n                                    {\n                                        \"id\": 16487132528887,\n                                        \"sku\": \"BRZ-PEP-UNIT\",\n                                        \"name\": \"Branzino with piquillo peppers & herbs\",\n                                        \"grams\": 181,\n                                        \"price\": \"16.99\",\n                                        \"title\": \"Branzino with piquillo peppers & herbs\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Blue Cove Preserves\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"16.99\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0.06,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.0025,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01375,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0.01,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"San Francisco Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 7479729553655,\n                                        \"properties\": [],\n                                        \"variant_id\": 42182936232183,\n                                        \"pre_tax_price\": \"0.00\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/16487132528887\",\n                                        \"discount_allocations\": [\n                                            {\n                                                \"amount\": \"16.99\",\n                                                \"amount_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"16.99\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"16.99\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"discount_application_index\": 0\n                                            }\n                                        ],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-09-12T15:53:11-04:00\",\n                                \"location_id\": 75526177015,\n                                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6101130906552424/details/6101130906552424\",\n                                \"tracking_urls\": [\n                                    \"https://webtrack.dhlglobalmail.com/orders/6101130906552424/details/6101130906552424\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": null,\n                                \"tracking_number\": \"6101130906552424\",\n                                \"tracking_company\": \"DHL Ecommerce\",\n                                \"tracking_numbers\": [\n                                    \"6101130906552424\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5642111320311\"\n                            }\n                        ],\n                        \"landing_site\": null,\n                        \"order_number\": 1262,\n                        \"processed_at\": \"2024-09-11T22:18:27-04:00\",\n                        \"total_weight\": 363,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"sfels@bluecovefish.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"59ebeed2c9e2d8b92722b9c0174dbdba\",\n                        \"client_details\": {\n                            \"browser_ip\": \"76.103.72.65\",\n                            \"user_agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": null\n                        },\n                        \"discount_codes\": [\n                            {\n                                \"code\": \"Custom discount\",\n                                \"type\": \"percentage\",\n                                \"amount\": \"33.98\"\n                            }\n                        ],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [],\n                        \"subtotal_price\": \"0.00\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": null,\n                            \"city\": null,\n                            \"name\": \"Stephanie Fels\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": null,\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Fels\",\n                            \"longitude\": null,\n                            \"first_name\": \"Stephanie\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"33.98\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://bluecovefish.com/60972105975/orders/b423a34c5a4b0c77594e2893b1d735a9/authenticate?key=dfda50a559af237f8628ec52428f55c7&none=VQBWBVdGVlpRR1xA\",\n                        \"shipping_address\": {\n                            \"zip\": \"94104\",\n                            \"city\": \"San Francisco\",\n                            \"name\": \"Mounia ELNATOUR\",\n                            \"phone\": null,\n                            \"company\": \"Consulat Général de France\",\n                            \"country\": \"United States\",\n                            \"address1\": \"44 Montgomery Street\",\n                            \"address2\": null,\n                            \"latitude\": 37.7897312,\n                            \"province\": \"California\",\n                            \"last_name\": \"ELNATOUR\",\n                            \"longitude\": -122.401906,\n                            \"first_name\": \"Mounia\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"06498145a6f8b5a02cd0de2c97dd15ed\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"8H50MLQK6\",\n                        \"current_total_price\": \"0.00\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6330698465527\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [\n                            {\n                                \"type\": \"manual\",\n                                \"title\": \"Custom discount\",\n                                \"value\": \"100.0\",\n                                \"value_type\": \"percentage\",\n                                \"description\": null,\n                                \"target_type\": \"line_item\",\n                                \"target_selection\": \"all\",\n                                \"allocation_method\": \"across\"\n                            }\n                        ],\n                        \"payment_gateway_names\": [],\n                        \"current_subtotal_price\": \"0.00\",\n                        \"total_line_items_price\": \"33.98\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"33.98\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"33.98\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 7344848732407,\n                            \"status\": \"closed\",\n                            \"shop_id\": 60972105975,\n                            \"order_id\": 6330698465527,\n                            \"created_at\": \"2024-09-11T22:18:29-04:00\",\n                            \"fulfill_at\": \"2024-09-11T22:00:00-04:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 16630377545975,\n                                    \"shop_id\": 60972105975,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 42182755320055,\n                                    \"line_item_id\": 16487132496119,\n                                    \"inventory_item_id\": 44276900004087,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 7344848732407\n                                },\n                                {\n                                    \"id\": 16630377578743,\n                                    \"shop_id\": 60972105975,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 42182936232183,\n                                    \"line_item_id\": 16487132528887,\n                                    \"inventory_item_id\": 44277080981751,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 7344848732407\n                                }\n                            ],\n                            \"updated_at\": \"2024-09-12T15:53:11-04:00\",\n                            \"destination\": {\n                                \"id\": 7563784618231,\n                                \"zip\": \"94104\",\n                                \"city\": \"San Francisco\",\n                                \"email\": \"sfels@bluecovefish.com\",\n                                \"phone\": null,\n                                \"company\": \"Consulat Général de France\",\n                                \"country\": \"United States\",\n                                \"address1\": \"44 Montgomery Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"ELNATOUR\",\n                                \"first_name\": \"Mounia\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 1282382659831,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"Stride Logistics LA\",\n                                \"phone\": null,\n                                \"address1\": \"1035 Otterbein Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 75526177015,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 75526177015,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"18107\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"18108\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"14\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"56\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"14430\"\n                        },\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"14431\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"1076\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"11681\",\n            \"attributes\": {\n                \"number\": \"#1263\",\n                \"status_text\": \"Fulfilled\",\n                \"shipping\": 7.6,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 109.55,\n                \"ready_to_ship\": 0,\n                \"ready_to_pick\": 0,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 0,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-09-28T00:26:23.000000Z\",\n                \"updated_at\": \"2025-08-15T21:47:50.000000Z\",\n                \"fulfilled_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"89692\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard Shipping (3-5 days)\",\n                \"shipping_method_code\": \"Standard Shipping (3-5 days)\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot, DTC\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6352974250231,\n                        \"name\": \"#1263\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"scottelainewright@gmail.com\",\n                        \"phone\": null,\n                        \"token\": \"7850180febe8722efc22e29acb95270e\",\n                        \"app_id\": 580111,\n                        \"number\": 263,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8307835109623,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"scottelainewright@gmail.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Case\",\n                            \"created_at\": \"2024-09-27T20:26:16-04:00\",\n                            \"first_name\": \"Scott\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-09-27T20:26:23-04:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10974533320951,\n                                \"zip\": \"90266\",\n                                \"city\": \"Manhattan Beach\",\n                                \"name\": \"Scott Case\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"325 4th Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Scott\",\n                                \"customer_id\": 8307835109623,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8307835109623\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"pending\",\n                                \"opt_in_level\": \"confirmed_opt_in\",\n                                \"consent_updated_at\": \"2024-09-27T20:26:23-04:00\"\n                            }\n                        },\n                        \"closed_at\": \"2024-09-30T14:23:36-04:00\",\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"c9aa84326f1de063489c96d66b4b9772\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"2a09:bac2:c905:183c::26a:c\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjhWMEExNlZZMjdWME0yUFZYNjNHRlZS\",\n                        \"created_at\": \"2024-09-27T20:26:23-04:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 16535003857143,\n                                \"sku\": \"BRZ-6PACK-OP\",\n                                \"name\": \"Blue Cove Box (6-Pack)\",\n                                \"grams\": 680,\n                                \"price\": \"101.95\",\n                                \"title\": \"Blue Cove Box (6-Pack)\",\n                                \"duties\": [],\n                                \"vendor\": \"Blue Cove Preserves\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 7944645214455,\n                                \"properties\": [],\n                                \"variant_id\": 43914666377463,\n                                \"pre_tax_price\": \"101.95\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": \"fulfilled\",\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/16535003857143\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 0,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-10-01T16:32:54-04:00\",\n                        \"checkout_id\": 43869524820215,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"109.55\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [\n                            {\n                                \"id\": 5666387788023,\n                                \"name\": \"#1263.1\",\n                                \"status\": \"success\",\n                                \"receipt\": [],\n                                \"service\": \"manual\",\n                                \"order_id\": 6352974250231,\n                                \"created_at\": \"2024-09-30T14:23:36-04:00\",\n                                \"line_items\": [\n                                    {\n                                        \"id\": 16535003857143,\n                                        \"sku\": \"BRZ-6PACK-OP\",\n                                        \"name\": \"Blue Cove Box (6-Pack)\",\n                                        \"grams\": 680,\n                                        \"price\": \"101.95\",\n                                        \"title\": \"Blue Cove Box (6-Pack)\",\n                                        \"duties\": [],\n                                        \"vendor\": \"Blue Cove Preserves\",\n                                        \"taxable\": true,\n                                        \"quantity\": 1,\n                                        \"gift_card\": false,\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"101.95\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"101.95\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"tax_lines\": [\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"California State Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County Tax\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles County District Tax Sp\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            },\n                                            {\n                                                \"rate\": 0,\n                                                \"price\": \"0.00\",\n                                                \"title\": \"Los Angeles Co Local Tax Sl\",\n                                                \"price_set\": {\n                                                    \"shop_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    },\n                                                    \"presentment_money\": {\n                                                        \"amount\": \"0.00\",\n                                                        \"currency_code\": \"USD\"\n                                                    }\n                                                },\n                                                \"channel_liable\": false\n                                            }\n                                        ],\n                                        \"product_id\": 7944645214455,\n                                        \"properties\": [],\n                                        \"variant_id\": 43914666377463,\n                                        \"pre_tax_price\": \"101.95\",\n                                        \"variant_title\": null,\n                                        \"product_exists\": true,\n                                        \"total_discount\": \"0.00\",\n                                        \"current_quantity\": 1,\n                                        \"pre_tax_price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"101.95\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"101.95\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"requires_shipping\": true,\n                                        \"fulfillment_status\": \"fulfilled\",\n                                        \"total_discount_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"fulfillment_service\": \"manual\",\n                                        \"admin_graphql_api_id\": \"gid://shopify/LineItem/16535003857143\",\n                                        \"discount_allocations\": [],\n                                        \"fulfillable_quantity\": 0,\n                                        \"variant_inventory_management\": \"shopify\"\n                                    }\n                                ],\n                                \"updated_at\": \"2024-10-01T16:32:54-04:00\",\n                                \"location_id\": 75526177015,\n                                \"tracking_url\": \"https://www.ups.com/track?loc=null&tracknum=1ZEK39511222205639&requester=MB/trackdetails\",\n                                \"tracking_urls\": [\n                                    \"https://www.ups.com/track?loc=null&tracknum=1ZEK39511222205639&requester=MB/trackdetails\"\n                                ],\n                                \"origin_address\": [],\n                                \"shipment_status\": \"delivered\",\n                                \"tracking_number\": \"1ZEK39511222205639\",\n                                \"tracking_company\": \"UPS\",\n                                \"tracking_numbers\": [\n                                    \"1ZEK39511222205639\"\n                                ],\n                                \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/5666387788023\"\n                            }\n                        ],\n                        \"landing_site\": \"/?srsltid=AfmBOorSxsluLCX5UUaqQHCKz24XftcRo_4aWV_Ql7l0CuBdk9ZSMzZ8\",\n                        \"order_number\": 1263,\n                        \"processed_at\": \"2024-09-27T20:26:16-04:00\",\n                        \"total_weight\": 681,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"scottelainewright@gmail.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"c85bcc47bbd6df7c8e2277da7a69bfda\",\n                        \"client_details\": {\n                            \"browser_ip\": \"2a09:bac2:c905:183c::26a:c\",\n                            \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": \"https://www.google.com/\",\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 5333478211831,\n                                \"code\": \"Standard Shipping (3-5 days)\",\n                                \"phone\": null,\n                                \"price\": \"7.60\",\n                                \"title\": \"Standard Shipping (3-5 days)\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0225,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"Los Angeles Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"7.60\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"101.95\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"90266\",\n                            \"city\": \"Manhattan Beach\",\n                            \"name\": \"Scott Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"325 4th Street\",\n                            \"address2\": null,\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": null,\n                            \"first_name\": \"Scott\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://bluecovefish.com/60972105975/orders/7850180febe8722efc22e29acb95270e/authenticate?key=8c2fdeb590b26240f300e05da3a9bf66\",\n                        \"shipping_address\": {\n                            \"zip\": \"90266\",\n                            \"city\": \"Manhattan Beach\",\n                            \"name\": \"Scott Case\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"325 4th Street\",\n                            \"address2\": null,\n                            \"latitude\": 33.8803689,\n                            \"province\": \"California\",\n                            \"last_name\": \"Case\",\n                            \"longitude\": -118.4064605,\n                            \"first_name\": \"Scott\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"c9aa84326f1de063489c96d66b4b9772\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": \"fulfilled\",\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"QKE4WQDVR\",\n                        \"current_total_price\": \"109.55\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6352974250231\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"101.95\",\n                        \"total_line_items_price\": \"101.95\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.60\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.60\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 7368530985207,\n                            \"status\": \"closed\",\n                            \"shop_id\": 60972105975,\n                            \"order_id\": 6352974250231,\n                            \"created_at\": \"2024-09-27T20:26:24-04:00\",\n                            \"fulfill_at\": \"2024-09-27T20:00:00-04:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 16678895026423,\n                                    \"shop_id\": 60972105975,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 43914666377463,\n                                    \"line_item_id\": 16535003857143,\n                                    \"inventory_item_id\": 46010196132087,\n                                    \"fulfillable_quantity\": 0,\n                                    \"fulfillment_order_id\": 7368530985207\n                                }\n                            ],\n                            \"updated_at\": \"2024-09-30T14:23:36-04:00\",\n                            \"destination\": {\n                                \"id\": 7587025846519,\n                                \"zip\": \"90266\",\n                                \"city\": \"Manhattan Beach\",\n                                \"email\": \"scottelainewright@gmail.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"325 4th Street\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"last_name\": \"Case\",\n                                \"first_name\": \"Scott\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 1305768362231,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"Stride Logistics LA\",\n                                \"phone\": null,\n                                \"address1\": \"1035 Otterbein Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 75526177015,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [],\n                            \"assigned_location_id\": 75526177015,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-09-28T00:27:06.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"27570\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"27571\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"14\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"57\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"19172\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipments\",\n                            \"id\": \"4565\"\n                        }\n                    ]\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"12986\",\n            \"attributes\": {\n                \"number\": \"#1264\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 7.6,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 109.55,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"saturday_delivery\": 0,\n                \"contains_alcohol\": 0,\n                \"insure_shipments\": 0,\n                \"handling_instructions\": null,\n                \"delivery_confirmation\": null,\n                \"incoterms\": null,\n                \"quantity_pending\": 1,\n                \"priority\": 0,\n                \"is_wholesale\": false,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-10-02T15:50:26.000000Z\",\n                \"updated_at\": \"2025-08-29T13:00:06.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": null,\n                \"ship_before\": null,\n                \"scheduled_delivery\": null,\n                \"gift_note\": null,\n                \"internal_note\": null,\n                \"slip_note\": null,\n                \"external_id\": \"94287\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Standard Shipping (3-5 days)\",\n                \"shipping_method_code\": \"Standard Shipping (3-5 days)\",\n                \"tote\": \"\",\n                \"tags\": \"Co-Pilot, DTC\",\n                \"order_channel_payload\": {\n                    \"order\": {\n                        \"id\": 6359374856439,\n                        \"name\": \"#1264\",\n                        \"note\": null,\n                        \"tags\": null,\n                        \"test\": false,\n                        \"email\": \"michelle.nava@odaseva.com\",\n                        \"phone\": null,\n                        \"token\": \"4a36e9e44e94e2a94a469080db5f74a6\",\n                        \"app_id\": 580111,\n                        \"number\": 264,\n                        \"refunds\": [],\n                        \"user_id\": null,\n                        \"currency\": \"USD\",\n                        \"customer\": {\n                            \"id\": 8296525136119,\n                            \"note\": null,\n                            \"tags\": null,\n                            \"email\": \"michelle.nava@odaseva.com\",\n                            \"phone\": null,\n                            \"state\": \"disabled\",\n                            \"currency\": \"USD\",\n                            \"last_name\": \"Bin\",\n                            \"created_at\": \"2024-09-25T02:39:07-04:00\",\n                            \"first_name\": \"Sovan\",\n                            \"tax_exempt\": false,\n                            \"updated_at\": \"2024-10-02T11:50:26-04:00\",\n                            \"tax_exemptions\": [],\n                            \"verified_email\": true,\n                            \"default_address\": {\n                                \"id\": 10981151703287,\n                                \"zip\": \"94105\",\n                                \"city\": \"San Francisco\",\n                                \"name\": \"Sovan Bin\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"default\": true,\n                                \"address1\": \"160 Spear Street\",\n                                \"address2\": \"Suite 200\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Bin\",\n                                \"first_name\": \"Sovan\",\n                                \"customer_id\": 8296525136119,\n                                \"country_code\": \"US\",\n                                \"country_name\": \"United States\",\n                                \"province_code\": \"CA\"\n                            },\n                            \"admin_graphql_api_id\": \"gid://shopify/Customer/8296525136119\",\n                            \"multipass_identifier\": null,\n                            \"sms_marketing_consent\": null,\n                            \"email_marketing_consent\": {\n                                \"state\": \"subscribed\",\n                                \"opt_in_level\": \"unknown\",\n                                \"consent_updated_at\": \"2024-09-25T02:38:51-04:00\"\n                            }\n                        },\n                        \"closed_at\": null,\n                        \"confirmed\": true,\n                        \"device_id\": null,\n                        \"po_number\": null,\n                        \"reference\": \"e4e70b362e564dfaea006df679a397d2\",\n                        \"tax_lines\": [],\n                        \"total_tax\": \"0.00\",\n                        \"browser_ip\": \"163.116.140.158\",\n                        \"cart_token\": \"Z2NwLXVzLXdlc3QxOjAxSjk2WU1BSlo5UUM5QUFIRFQ2WTAwS0JW\",\n                        \"created_at\": \"2024-10-02T11:50:26-04:00\",\n                        \"line_items\": [\n                            {\n                                \"id\": 16548738892023,\n                                \"sku\": \"BRZ-6PACK-OP\",\n                                \"name\": \"Blue Cove Box (6-Pack)\",\n                                \"grams\": 680,\n                                \"price\": \"101.95\",\n                                \"title\": \"Blue Cove Box (6-Pack)\",\n                                \"duties\": [],\n                                \"vendor\": \"Blue Cove Preserves\",\n                                \"taxable\": true,\n                                \"quantity\": 1,\n                                \"gift_card\": false,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"product_id\": 7944645214455,\n                                \"properties\": [],\n                                \"variant_id\": 43914666377463,\n                                \"pre_tax_price\": \"101.95\",\n                                \"variant_title\": null,\n                                \"product_exists\": true,\n                                \"total_discount\": \"0.00\",\n                                \"current_quantity\": 1,\n                                \"pre_tax_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"101.95\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requires_shipping\": true,\n                                \"fulfillment_status\": null,\n                                \"total_discount_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"0.00\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"fulfillment_service\": \"manual\",\n                                \"admin_graphql_api_id\": \"gid://shopify/LineItem/16548738892023\",\n                                \"discount_allocations\": [],\n                                \"fulfillable_quantity\": 1,\n                                \"variant_inventory_management\": \"shopify\"\n                            }\n                        ],\n                        \"source_url\": null,\n                        \"tax_exempt\": false,\n                        \"updated_at\": \"2024-10-02T11:50:29-04:00\",\n                        \"checkout_id\": 43885621674231,\n                        \"location_id\": null,\n                        \"source_name\": \"web\",\n                        \"total_price\": \"109.55\",\n                        \"cancelled_at\": null,\n                        \"fulfillments\": [],\n                        \"landing_site\": \"/\",\n                        \"order_number\": 1264,\n                        \"processed_at\": \"2024-10-02T11:50:21-04:00\",\n                        \"total_weight\": 681,\n                        \"cancel_reason\": null,\n                        \"contact_email\": \"michelle.nava@odaseva.com\",\n                        \"payment_terms\": null,\n                        \"total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"checkout_token\": \"5af28bf9e935dc142ba9ec8204ee31cd\",\n                        \"client_details\": {\n                            \"browser_ip\": \"163.116.140.158\",\n                            \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\",\n                            \"session_hash\": null,\n                            \"browser_width\": null,\n                            \"browser_height\": null,\n                            \"accept_language\": \"en-US\"\n                        },\n                        \"discount_codes\": [],\n                        \"referring_site\": null,\n                        \"shipping_lines\": [\n                            {\n                                \"id\": 5338566099191,\n                                \"code\": \"Standard Shipping (3-5 days)\",\n                                \"phone\": null,\n                                \"price\": \"7.60\",\n                                \"title\": \"Standard Shipping (3-5 days)\",\n                                \"source\": \"shopify\",\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"tax_lines\": [\n                                    {\n                                        \"rate\": 0.06,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"California State Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.0025,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County Tax\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01375,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco County District Tax Sp\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    },\n                                    {\n                                        \"rate\": 0.01,\n                                        \"price\": \"0.00\",\n                                        \"title\": \"San Francisco Co Local Tax Sl\",\n                                        \"price_set\": {\n                                            \"shop_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            },\n                                            \"presentment_money\": {\n                                                \"amount\": \"0.00\",\n                                                \"currency_code\": \"USD\"\n                                            }\n                                        },\n                                        \"channel_liable\": false\n                                    }\n                                ],\n                                \"is_removed\": false,\n                                \"discounted_price\": \"7.60\",\n                                \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                                \"discount_allocations\": [],\n                                \"discounted_price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"7.60\",\n                                        \"currency_code\": \"USD\"\n                                    }\n                                },\n                                \"requested_fulfillment_service_id\": null\n                            }\n                        ],\n                        \"subtotal_price\": \"101.95\",\n                        \"taxes_included\": false,\n                        \"billing_address\": {\n                            \"zip\": \"94105\",\n                            \"city\": \"San Francisco\",\n                            \"name\": \"Sovan Bin\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"160 Spear Street\",\n                            \"address2\": \"Suite 200\",\n                            \"latitude\": null,\n                            \"province\": \"California\",\n                            \"last_name\": \"Bin\",\n                            \"longitude\": null,\n                            \"first_name\": \"Sovan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"customer_locale\": \"en-US\",\n                        \"estimated_taxes\": false,\n                        \"note_attributes\": [],\n                        \"total_discounts\": \"0.00\",\n                        \"total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"financial_status\": \"paid\",\n                        \"landing_site_ref\": null,\n                        \"order_status_url\": \"https://bluecovefish.com/60972105975/orders/4a36e9e44e94e2a94a469080db5f74a6/authenticate?key=d26a1ef719e22c57364a8686b99e1d49\",\n                        \"shipping_address\": {\n                            \"zip\": \"94105\",\n                            \"city\": \"San Francisco\",\n                            \"name\": \"Sovan Bin\",\n                            \"phone\": null,\n                            \"company\": null,\n                            \"country\": \"United States\",\n                            \"address1\": \"160 Spear Street\",\n                            \"address2\": \"Suite 200\",\n                            \"latitude\": 37.7911718,\n                            \"province\": \"California\",\n                            \"last_name\": \"Bin\",\n                            \"longitude\": -122.3938304,\n                            \"first_name\": \"Sovan\",\n                            \"country_code\": \"US\",\n                            \"province_code\": \"CA\"\n                        },\n                        \"current_total_tax\": \"0.00\",\n                        \"source_identifier\": \"e4e70b362e564dfaea006df679a397d2\",\n                        \"total_outstanding\": \"0.00\",\n                        \"fulfillment_status\": null,\n                        \"subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_tip_received\": \"0.00\",\n                        \"confirmation_number\": \"N1TAFYP56\",\n                        \"current_total_price\": \"109.55\",\n                        \"total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"admin_graphql_api_id\": \"gid://shopify/Order/6359374856439\",\n                        \"presentment_currency\": \"USD\",\n                        \"current_total_tax_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"discount_applications\": [],\n                        \"payment_gateway_names\": [\n                            \"shopify_payments\"\n                        ],\n                        \"current_subtotal_price\": \"101.95\",\n                        \"total_line_items_price\": \"101.95\",\n                        \"buyer_accepts_marketing\": true,\n                        \"current_total_discounts\": \"0.00\",\n                        \"current_total_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"109.55\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_duties_set\": null,\n                        \"total_shipping_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7.60\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7.60\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"merchant_of_record_app_id\": null,\n                        \"original_total_duties_set\": null,\n                        \"current_subtotal_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"total_line_items_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"101.95\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_discounts_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0.00\",\n                                \"currency_code\": \"USD\"\n                            }\n                        },\n                        \"current_total_additional_fees_set\": null,\n                        \"original_total_additional_fees_set\": null\n                    },\n                    \"fulfillment_orders\": [\n                        {\n                            \"id\": 7375335882999,\n                            \"status\": \"open\",\n                            \"shop_id\": 60972105975,\n                            \"order_id\": 6359374856439,\n                            \"created_at\": \"2024-10-02T11:50:26-04:00\",\n                            \"fulfill_at\": \"2024-10-02T11:00:00-04:00\",\n                            \"fulfill_by\": null,\n                            \"line_items\": [\n                                {\n                                    \"id\": 16692769947895,\n                                    \"shop_id\": 60972105975,\n                                    \"quantity\": 1,\n                                    \"variant_id\": 43914666377463,\n                                    \"line_item_id\": 16548738892023,\n                                    \"inventory_item_id\": 46010196132087,\n                                    \"fulfillable_quantity\": 1,\n                                    \"fulfillment_order_id\": 7375335882999\n                                }\n                            ],\n                            \"updated_at\": \"2024-10-02T11:50:26-04:00\",\n                            \"destination\": {\n                                \"id\": 7593594061047,\n                                \"zip\": \"94105\",\n                                \"city\": \"San Francisco\",\n                                \"email\": \"michelle.nava@odaseva.com\",\n                                \"phone\": null,\n                                \"company\": null,\n                                \"country\": \"United States\",\n                                \"address1\": \"160 Spear Street\",\n                                \"address2\": \"Suite 200\",\n                                \"province\": \"California\",\n                                \"last_name\": \"Bin\",\n                                \"first_name\": \"Sovan\"\n                            },\n                            \"request_status\": \"unsubmitted\",\n                            \"delivery_method\": {\n                                \"id\": 1312494944503,\n                                \"method_type\": \"shipping\",\n                                \"max_delivery_date_time\": null,\n                                \"min_delivery_date_time\": null\n                            },\n                            \"assigned_location\": {\n                                \"zip\": \"91748\",\n                                \"city\": \"Rowland Heights\",\n                                \"name\": \"Stride Logistics LA\",\n                                \"phone\": null,\n                                \"address1\": \"1035 Otterbein Ave\",\n                                \"address2\": null,\n                                \"province\": \"California\",\n                                \"location_id\": 75526177015,\n                                \"country_code\": \"US\"\n                            },\n                            \"fulfillment_holds\": [],\n                            \"merchant_requests\": [],\n                            \"supported_actions\": [\n                                \"create_fulfillment\",\n                                \"hold\"\n                            ],\n                            \"assigned_location_id\": 75526177015,\n                            \"international_duties\": null\n                        }\n                    ]\n                },\n                \"custom_fields\": null,\n                \"created_at\": \"2024-10-02T15:51:10.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": null\n                },\n                \"shipping_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"31182\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"31183\"\n                    }\n                },\n                \"order_channel\": {\n                    \"data\": {\n                        \"type\": \"order-channels\",\n                        \"id\": \"14\"\n                    }\n                },\n                \"shipping_box\": {\n                    \"data\": {\n                        \"type\": \"shipping-boxes\",\n                        \"id\": \"57\"\n                    }\n                },\n                \"order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"order-items\",\n                            \"id\": \"20781\"\n                        }\n                    ]\n                },\n                \"shipments\": {\n                    \"data\": []\n                },\n                \"returns\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"allow_child_customers\": false,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"25\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration\",\n                \"company_name\": \"ONLY Hydration\",\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-06-27T14:46:24.000000Z\",\n                \"updated_at\": \"2024-06-27T14:46:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"USPS Ground Advantage\",\n                \"created_at\": \"2024-06-27T20:32:53.000000Z\",\n                \"updated_at\": \"2024-06-27T20:32:53.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"USPS\",\n                \"created_at\": \"2024-06-27T20:32:53.000000Z\",\n                \"updated_at\": \"2024-06-27T20:32:53.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12076\",\n            \"attributes\": {\n                \"name\": \"Christian Parent\",\n                \"company_name\": null,\n                \"address\": \"1413 W 42nd street unit B\",\n                \"address2\": null,\n                \"city\": \"Norfolk\",\n                \"state\": \"VA\",\n                \"zip\": \"23508\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2024-08-22T16:05:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12077\",\n            \"attributes\": {\n                \"name\": null,\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": null,\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2024-08-22T16:05:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"18\",\n            \"attributes\": {\n                \"name\": \"ONLY Hydration 1 Pack\",\n                \"barcode\": \"000014739236\",\n                \"height\": \"5.0000\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"weight\": \"0.2000\",\n                \"created_at\": \"2024-07-31T22:11:56.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"9560\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"price\": 32.99,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": null,\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-08-22T16:05:24.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"vp-16\",\n                \"name\": \"VARIETY PACK\",\n                \"type\": \"regular\",\n                \"price\": \"32.99\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 0.41,\n                \"barcode\": \"850055792043\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 1646,\n                \"quantity_allocated\": 12,\n                \"quantity_available\": 1634,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:47.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0784/1533/1635/files/variety-pack-108016.png?v=1713811344\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-02T20:32:09.000000Z\",\n                \"updated_at\": \"2024-07-02T20:32:09.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"5.62\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T23:38:13.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"12160\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"4\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"432\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"178\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12160\",\n            \"attributes\": {\n                \"name\": \"Christian Parent\",\n                \"company_name\": null,\n                \"address\": \"1413 W 42nd street unit B\",\n                \"address2\": null,\n                \"city\": \"Norfolk\",\n                \"state\": \"VA\",\n                \"zip\": \"23508\",\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"432\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"tracking_number\": \"9400136206248766606952\",\n                \"tracking_url\": \"https://tools.usps.com/go/TrackConfirmAction?tRef=fullpage&tLc=2&text28777=&tLabels=9400136206248766606952\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"weight\": \"0.6100\",\n                \"length\": \"9.0000\",\n                \"width\": \"9.0000\",\n                \"height\": \"5.0000\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:59.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"285\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"285\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"178\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/178/label/178\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-08-22T21:29:41.000000Z\",\n                \"updated_at\": \"2024-08-22T21:29:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"customers\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"allow_child_customers\": false,\n                \"created_at\": \"2024-06-27T14:44:28.000000Z\",\n                \"updated_at\": \"2024-06-27T14:44:28.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"14\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"BlueCove Fish\",\n                \"company_name\": \"BlueCove Fish\",\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-06-27T14:44:28.000000Z\",\n                \"updated_at\": \"2024-06-27T14:44:28.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"113\",\n            \"attributes\": {\n                \"name\": \"GND (DHL SM Parcel Ground, DHL SM Parcel Plus Ground)\",\n                \"created_at\": \"2024-08-16T22:42:29.000000Z\",\n                \"updated_at\": \"2024-08-16T22:42:29.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"10\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"DHL Ecommerce\",\n                \"created_at\": \"2024-08-16T22:42:29.000000Z\",\n                \"updated_at\": \"2024-08-16T22:42:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"18107\",\n            \"attributes\": {\n                \"name\": \"Mounia ELNATOUR\",\n                \"company_name\": \"Consulat Général de France\",\n                \"address\": \"44 Montgomery Street\",\n                \"address2\": null,\n                \"city\": \"San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94104\",\n                \"country\": \"US\",\n                \"email\": \"sfels@bluecovefish.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\",\n                \"updated_at\": \"2024-09-12T02:19:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"18108\",\n            \"attributes\": {\n                \"name\": \"Stephanie Fels\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": \"CA\",\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": \"sfels@bluecovefish.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\",\n                \"updated_at\": \"2024-09-12T02:19:04.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Shopify: BlueCove Fish - DTC\",\n                \"created_at\": \"2024-07-23T13:26:59.000000Z\",\n                \"updated_at\": \"2024-07-23T13:27:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"56\",\n            \"attributes\": {\n                \"name\": \"BlueCove Polymail\",\n                \"barcode\": \"000014739274\",\n                \"height\": \"8.5000\",\n                \"length\": \"9.0000\",\n                \"width\": \"0.0000\",\n                \"weight\": \"0.2500\",\n                \"created_at\": \"2024-08-29T19:45:15.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"14430\",\n            \"attributes\": {\n                \"sku\": \"BRZ-OLV-UNIT\",\n                \"name\": \"Branzino with olives & fine herbs\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"78350\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"3295\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"3295\",\n            \"attributes\": {\n                \"sku\": \"BRZ-OLV-UNIT\",\n                \"name\": \"Branzino with olives & fine herbs\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": 3,\n                \"height\": 1.5,\n                \"length\": 3,\n                \"weight\": 0.22,\n                \"barcode\": \"860010109502\",\n                \"customs_description\": null,\n                \"tags\": \"DTC\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 385,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 385,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-09-04T21:36:06.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:52.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"14431\",\n            \"attributes\": {\n                \"sku\": \"BRZ-PEP-UNIT\",\n                \"name\": \"Branzino with piquillo peppers & herbs\",\n                \"price\": 0,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"78352\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-09-12T02:19:04.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"3294\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"3294\",\n            \"attributes\": {\n                \"sku\": \"BRZ-PEP-UNIT\",\n                \"name\": \"Branzino with piquillo peppers & herbs\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": 3,\n                \"height\": 1.5,\n                \"length\": 3,\n                \"weight\": 0.22,\n                \"barcode\": \"860010109519\",\n                \"customs_description\": null,\n                \"tags\": \"DTC\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 442,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 442,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-09-04T21:35:30.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:52.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"1076\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"0.00\",\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"18260\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"113\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"2662\"\n                        },\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"2663\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"1076\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"1076\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"1076\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"18260\",\n            \"attributes\": {\n                \"name\": \"Mounia ELNATOUR\",\n                \"company_name\": \"Consulat Général de France\",\n                \"address\": \"44 Montgomery Street\",\n                \"address2\": null,\n                \"city\": \"San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94104\",\n                \"country\": \"US\",\n                \"email\": \"sfels@bluecovefish.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"2662\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"2663\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"1076\",\n            \"attributes\": {\n                \"tracking_number\": \"6101130906552424\",\n                \"tracking_url\": \"https://webtrack.dhlglobalmail.com/orders/6101130906552424/details/6101130906552424\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"1076\",\n            \"attributes\": {\n                \"weight\": \"0.6900\",\n                \"length\": \"9.0000\",\n                \"width\": \"0.0000\",\n                \"height\": \"8.5000\",\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2025-08-11T18:26:40.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"1915\"\n                        },\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"1916\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"1915\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"1916\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"1076\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"http://localhost/shipment/1076/label/1076\",\n                \"document_type\": \"PDF\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-09-12T19:53:08.000000Z\",\n                \"updated_at\": \"2024-09-12T19:53:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"27570\",\n            \"attributes\": {\n                \"name\": \"Scott Case\",\n                \"company_name\": null,\n                \"address\": \"325 4th Street\",\n                \"address2\": null,\n                \"city\": \"Manhattan Beach\",\n                \"state\": \"CA\",\n                \"zip\": \"90266\",\n                \"country\": \"US\",\n                \"email\": \"scottelainewright@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-28T00:27:06.000000Z\",\n                \"updated_at\": \"2024-09-28T00:27:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"27571\",\n            \"attributes\": {\n                \"name\": \"Scott Case\",\n                \"company_name\": null,\n                \"address\": \"325 4th Street\",\n                \"address2\": null,\n                \"city\": \"Manhattan Beach\",\n                \"state\": \"CA\",\n                \"zip\": \"90266\",\n                \"country\": \"US\",\n                \"email\": \"scottelainewright@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-28T00:27:06.000000Z\",\n                \"updated_at\": \"2024-09-28T00:27:06.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-boxes\",\n            \"id\": \"57\",\n            \"attributes\": {\n                \"name\": \"BlueCove 6PK\",\n                \"barcode\": \"000014739275\",\n                \"height\": \"3.0000\",\n                \"length\": \"10.0000\",\n                \"width\": \"10.0000\",\n                \"weight\": \"0.4000\",\n                \"created_at\": \"2024-08-29T19:48:19.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:55.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"19172\",\n            \"attributes\": {\n                \"sku\": \"BRZ-6PACK-OP\",\n                \"name\": \"Blue Cove 6-Pack\",\n                \"price\": 101.95,\n                \"quantity\": 1,\n                \"quantity_pending\": 0,\n                \"quantity_shipped\": 1,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"89695\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-09-28T00:27:06.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"853\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"853\",\n            \"attributes\": {\n                \"sku\": \"BRZ-6PACK-OP\",\n                \"name\": \"Blue Cove 6-Pack\",\n                \"type\": \"regular\",\n                \"price\": \"101.94\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": 1.5,\n                \"barcode\": \"00860010109557\",\n                \"customs_description\": null,\n                \"tags\": \"DTC\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 274,\n                \"quantity_allocated\": 1,\n                \"quantity_available\": 273,\n                \"quantity_backordered\": 0,\n                \"reorder_threshold\": 0,\n                \"quantity_reorder\": 0,\n                \"quantity_reserved\": 0,\n                \"quantity_inbound\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-07-23T13:27:08.000000Z\",\n                \"updated_at\": \"2025-07-07T19:50:51.000000Z\",\n                \"archived_at\": null\n            },\n            \"relationships\": {\n                \"product_images\": {\n                    \"data\": [\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"1005\"\n                        },\n                        {\n                            \"type\": \"product-images\",\n                            \"id\": \"1012\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"1005\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0609/7210/5975/products/blue-cove-box-6-pack-708726.jpg?v=1695608253\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-23T13:27:08.000000Z\",\n                \"updated_at\": \"2024-07-23T13:27:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"product-images\",\n            \"id\": \"1012\",\n            \"attributes\": {\n                \"source\": \"https://cdn.shopify.com/s/files/1/0718/3741/7783/files/6pack1.png?v=1688094956\",\n                \"filename\": \"\",\n                \"object_type\": \"Product\",\n                \"created_at\": \"2024-07-23T13:30:07.000000Z\",\n                \"updated_at\": \"2024-07-23T13:30:07.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipments\",\n            \"id\": \"4565\",\n            \"attributes\": {\n                \"status_text\": \"Valid\",\n                \"cost\": \"18.55\",\n                \"created_at\": \"2024-09-30T18:23:32.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:34.000000Z\",\n                \"voided_at\": null\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"29536\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"data\": {\n                        \"type\": \"shipping-methods\",\n                        \"id\": \"50\"\n                    }\n                },\n                \"shipment_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-items\",\n                            \"id\": \"7296\"\n                        }\n                    ]\n                },\n                \"shipment_trackings\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-trackings\",\n                            \"id\": \"4565\"\n                        }\n                    ]\n                },\n                \"packages\": {\n                    \"data\": [\n                        {\n                            \"type\": \"packages\",\n                            \"id\": \"4567\"\n                        }\n                    ]\n                },\n                \"shipment_labels\": {\n                    \"data\": [\n                        {\n                            \"type\": \"shipment-labels\",\n                            \"id\": \"4567\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"29536\",\n            \"attributes\": {\n                \"name\": \"Scott Case\",\n                \"company_name\": null,\n                \"address\": \"325 4th Street\",\n                \"address2\": null,\n                \"city\": \"Manhattan Beach\",\n                \"state\": \"CA\",\n                \"zip\": \"90266\",\n                \"country\": \"US\",\n                \"email\": \"scottelainewright@gmail.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-09-30T18:23:32.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"50\",\n            \"attributes\": {\n                \"name\": \"3DaySelect\",\n                \"created_at\": \"2024-08-07T00:00:21.000000Z\",\n                \"updated_at\": \"2024-08-07T00:00:21.000000Z\"\n            },\n            \"relationships\": {\n                \"shipping_carrier\": {\n                    \"data\": {\n                        \"type\": \"shipping-carriers\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"shipping-carriers\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"UPS\",\n                \"created_at\": \"2024-08-07T00:00:20.000000Z\",\n                \"updated_at\": \"2024-08-07T00:00:20.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-items\",\n            \"id\": \"7296\",\n            \"attributes\": {\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"4565\",\n            \"attributes\": {\n                \"tracking_number\": \"1ZEK39511222205639\",\n                \"tracking_url\": \"https://www.ups.com/track?loc=null&tracknum=1ZEK39511222205639&requester=MB/trackdetails\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"packages\",\n            \"id\": \"4567\",\n            \"attributes\": {\n                \"weight\": \"1.9000\",\n                \"length\": \"9.5000\",\n                \"width\": \"6.5000\",\n                \"height\": \"2.0000\",\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2025-08-11T18:25:21.000000Z\"\n            },\n            \"relationships\": {\n                \"package_order_items\": {\n                    \"data\": [\n                        {\n                            \"type\": \"package-order-items\",\n                            \"id\": \"5989\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"type\": \"package-order-items\",\n            \"id\": \"5989\",\n            \"attributes\": {\n                \"serial_number\": \"\",\n                \"quantity\": 1,\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            },\n            \"relationships\": {\n                \"lot\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"4567\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://localhost/shipment/4565/label/4567\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-09-30T18:23:33.000000Z\",\n                \"updated_at\": \"2024-09-30T18:23:33.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"31182\",\n            \"attributes\": {\n                \"name\": \"Sovan Bin\",\n                \"company_name\": null,\n                \"address\": \"160 Spear Street\",\n                \"address2\": \"Suite 200\",\n                \"city\": \"San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94105\",\n                \"country\": \"US\",\n                \"email\": \"michelle.nava@odaseva.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-10-02T15:51:10.000000Z\",\n                \"updated_at\": \"2024-10-02T15:51:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"31183\",\n            \"attributes\": {\n                \"name\": \"Sovan Bin\",\n                \"company_name\": null,\n                \"address\": \"160 Spear Street\",\n                \"address2\": \"Suite 200\",\n                \"city\": \"San Francisco\",\n                \"state\": \"CA\",\n                \"zip\": \"94105\",\n                \"country\": \"US\",\n                \"email\": \"michelle.nava@odaseva.com\",\n                \"phone\": null,\n                \"created_at\": \"2024-10-02T15:51:10.000000Z\",\n                \"updated_at\": \"2024-10-02T15:51:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"20781\",\n            \"attributes\": {\n                \"sku\": \"BRZ-6PACK-OP\",\n                \"name\": \"Blue Cove 6-Pack\",\n                \"price\": 101.95,\n                \"quantity\": 1,\n                \"quantity_pending\": 1,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 1,\n                \"quantity_allocated_pickable\": 1,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"94290\",\n                \"cancelled_at\": null,\n                \"created_at\": \"2024-10-02T15:51:10.000000Z\",\n                \"updated_at\": \"2024-10-02T15:51:12.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"853\"\n                    }\n                },\n                \"kit_order_item\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"6c9ea715-8707-4d4d-9839-ae86b1d96f24"},{"name":"Show","id":"21cc6498-b3ca-4602-839d-654d3a3fba89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/orders/8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["orders","8"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"1f9e153e-7e3a-4342-ba3c-463b21c06d26","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"http://generic.packiyo.com/api/v1/orders/8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:31:43 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/orders/8\"\n    },\n    \"data\": {\n        \"type\": \"orders\",\n        \"id\": \"8\",\n        \"attributes\": {\n            \"number\": \"#ORD00004\",\n            \"status_text\": \"Pending\",\n            \"shipping\": 5.99,\n            \"tax\": 50,\n            \"discount\": 10,\n            \"total\": 655.89,\n            \"ready_to_ship\": 1,\n            \"ready_to_pick\": 1,\n            \"is_wholesale\": null,\n            \"fraud_hold\": 0,\n            \"address_hold\": 0,\n            \"payment_hold\": 0,\n            \"operator_hold\": 0,\n            \"allow_partial\": 0,\n            \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n            \"updated_at\": \"2024-07-08T10:52:15.000000Z\",\n            \"fulfilled_at\": null,\n            \"cancelled_at\": null,\n            \"archived_at\": null,\n            \"hold_until\": null,\n            \"ship_before\": null,\n            \"scheduled_delivery\": null,\n            \"external_id\": \"4\",\n            \"packing_note\": \"Smile while packing!\",\n            \"shipping_method_name\": \"cheapest\",\n            \"shipping_method_code\": \"0006\",\n            \"tote\": \"\",\n            \"tags\": \"wooden, priority\",\n            \"created_at\": \"2024-02-23T15:08:24.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/8/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/customer\"\n                },\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            },\n            \"shipping_method\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/8/shipping-method\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/shipping-method\"\n                },\n                \"data\": null\n            },\n            \"shipping_contact_information\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/8/shipping-contact-information\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/shipping-contact-information\"\n                },\n                \"data\": {\n                    \"type\": \"contact-informations\",\n                    \"id\": \"12\"\n                }\n            },\n            \"billing_contact_information\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/8/billing-contact-information\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/billing-contact-information\"\n                },\n                \"data\": {\n                    \"type\": \"contact-informations\",\n                    \"id\": \"13\"\n                }\n            },\n            \"order_channel\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/8/order-channel\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/order-channel\"\n                },\n                \"data\": {\n                    \"type\": \"order-channels\",\n                    \"id\": \"1\"\n                }\n            },\n            \"shipping_box\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/8/shipping-box\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/shipping-box\"\n                },\n                \"data\": null\n            },\n            \"order_items\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/8/order-items\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/order-items\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"order-items\",\n                        \"id\": \"4\"\n                    }\n                ]\n            },\n            \"shipments\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/8/shipments\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/shipments\"\n                },\n                \"data\": []\n            },\n            \"returns\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/8/returns\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/8/relationships/returns\"\n                },\n                \"data\": []\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/orders/8\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:08:24.000000Z\",\n                \"updated_at\": \"2024-02-23T15:08:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-02-23T15:08:24.000000Z\",\n                \"updated_at\": \"2024-02-23T15:08:24.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Manual Order\",\n                \"created_at\": \"2024-02-23T14:57:39.000000Z\",\n                \"updated_at\": \"2024-02-23T14:57:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 10,\n                \"quantity_allocated_pickable\": 10,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-23T15:08:24.000000Z\",\n                \"updated_at\": \"2024-02-23T17:21:22.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"regular\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 490,\n                \"quantity_allocated\": 86,\n                \"quantity_available\": 404,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"21cc6498-b3ca-4602-839d-654d3a3fba89"},{"name":"Store","id":"d4be3fa9-36c9-43b5-9868-356b372a7d6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"orders\",\n        \"attributes\": {\n            \"number\": \"#ORD00010\",\n            \"order_channel_name\": \"Manual Order\",\n            \"ordered_at\": \"2024-05-15 12:00:00\",\n            \"hold_until\": null,\n            \"ship_before\": null,\n            \"external_id\": 10,\n            \"shipping\": 5.99,\n            \"tax\": 50,\n            \"discount\": 10,\n            \"packing_note\": \"Smile while packing!\",\n            \"handling_instructions\": \"handling_instructions\",\n            \"delivery_confirmation\": \"delivery_confirmation\",\n            \"saturday_delivery\": \"1\",\n            \"shipping_method_name\": \"SecondDay\",\n            \"shipping_method_code\": \"0006\",\n            \"tags\": \"wooden, priority\",\n            \"shipping_contact_information_data\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": \"\",\n                \"address\": \"123 Maple Street\",\n                \"address2\": \"\",\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\"\n            },\n            \"billing_contact_information_data\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": \"\",\n                \"address\": \"123 Maple Street\",\n                \"address2\": \"\",\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\"\n            },\n            \"order_item_data\": [\n                {\n                    \"sku\": \"40224908181550\",\n                    \"quantity\": 10,\n                    \"external_id\": \"your-internal-order-item-id\",\n                    \"price\": 59.99\n                }\n            ]\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["orders"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"0ae77736-ecf4-4411-98a1-0fbd97cb92fc","name":"Store","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"orders\",\n        \"attributes\": {\n            \"number\": \"#ORD00015\",\n            \"order_channel_name\": \"Manual Order\",\n            \"ordered_at\": \"2024-05-15 12:00:00\",\n            \"hold_until\": null,\n            \"ship_before\": null,\n            \"external_id\": 15,\n            \"shipping\": 5.99,\n            \"tax\": 50,\n            \"discount\": 10,\n            \"packing_note\": \"Smile while packing!\",\n            \"shipping_method_name\": \"SecondDay\",\n            \"shipping_method_code\": \"0006\",\n            \"tags\": \"wooden, priority\",\n            \"shipping_contact_information_data\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": \"\",\n                \"address\": \"123 Maple Street\",\n                \"address2\": \"\",\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\"\n            },\n            \"billing_contact_information_data\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": \"\",\n                \"address\": \"123 Maple Street\",\n                \"address2\": \"\",\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\"\n            },\n            \"order_item_data\": [\n                {\n                    \"sku\": \"40224908181550\",\n                    \"quantity\": 10,\n                    \"external_id\": \"your-internal-order-item-id\",\n                    \"price\": 59.99\n                }\n            ]\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:00:02 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Location","value":"http://generic.packiyo.com/api/v1/orders/14"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/orders/14\"\n    },\n    \"data\": {\n        \"type\": \"orders\",\n        \"id\": \"14\",\n        \"attributes\": {\n            \"number\": \"#ORD00010\",\n            \"status_text\": \"Pending\",\n            \"shipping\": 5.99,\n            \"tax\": 50,\n            \"discount\": 10,\n            \"ready_to_ship\": 0,\n            \"ready_to_pick\": 0,\n            \"is_wholesale\": false,\n            \"fraud_hold\": 0,\n            \"address_hold\": 0,\n            \"payment_hold\": 0,\n            \"operator_hold\": 0,\n            \"allow_partial\": 0,\n            \"ordered_at\": \"2024-05-15T12:00:00.000000Z\",\n            \"updated_at\": \"2024-05-31T11:00:02.000000Z\",\n            \"fulfilled_at\": null,\n            \"cancelled_at\": null,\n            \"archived_at\": null,\n            \"hold_until\": null,\n            \"ship_before\": null,\n            \"external_id\": \"10\",\n            \"packing_note\": \"Smile while packing!\",\n            \"shipping_method_name\": \"SecondDay\",\n            \"shipping_method_code\": \"0006\",\n            \"tote\": \"\",\n            \"tags\": \"wooden, priority\",\n            \"created_at\": \"2024-05-31T11:00:02.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/14/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/customer\"\n                },\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            },\n            \"shipping_method\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/14/shipping-method\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/shipping-method\"\n                },\n                \"data\": null\n            },\n            \"shipping_contact_information\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/14/shipping-contact-information\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/shipping-contact-information\"\n                },\n                \"data\": {\n                    \"type\": \"contact-informations\",\n                    \"id\": \"26\"\n                }\n            },\n            \"billing_contact_information\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/14/billing-contact-information\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/billing-contact-information\"\n                },\n                \"data\": {\n                    \"type\": \"contact-informations\",\n                    \"id\": \"27\"\n                }\n            },\n            \"order_channel\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/14/order-channel\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/order-channel\"\n                },\n                \"data\": {\n                    \"type\": \"order-channels\",\n                    \"id\": \"1\"\n                }\n            },\n            \"order_items\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/14/order-items\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/order-items\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"order-items\",\n                        \"id\": \"12\"\n                    }\n                ]\n            },\n            \"shipments\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/14/shipments\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/14/relationships/shipments\"\n                },\n                \"data\": []\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/orders/14\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"26\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-05-31T11:00:02.000000Z\",\n                \"updated_at\": \"2024-05-31T11:00:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"27\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-05-31T11:00:02.000000Z\",\n                \"updated_at\": \"2024-05-31T11:00:02.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Manual Order\",\n                \"created_at\": \"2024-02-23T14:57:39.000000Z\",\n                \"updated_at\": \"2024-02-23T14:57:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"sku\": \"40224908181550\",\n                \"name\": \"\",\n                \"price\": 59.99,\n                \"quantity\": 10,\n                \"quantity_pending\": 10,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 0,\n                \"quantity_allocated_pickable\": 0,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-05-31T11:00:02.000000Z\",\n                \"updated_at\": \"2024-05-31T11:00:02.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"d4be3fa9-36c9-43b5-9868-356b372a7d6c"},{"name":"Update","id":"f4a3f47e-fb9a-4598-8177-636fead4f1b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"orders\",\n        \"id\": \"5\",\n        \"attributes\": {\n            \"shipping_method_name\": \"Free Shipping\",\n            \"order_item_data\": [\n                {\n                    \"sku\": \"chair\",\n                    \"quantity\": 11,\n                    \"external_id\": \"your-internal-order-item-id\"\n                },\n                {\n                    \"sku\": \"chair\",\n                    \"quantity\": 12,\n                    \"external_id\": \"your-internal-order-item-id-2\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/orders/5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["orders","5"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ffe16002-5059-4ec5-bebe-030a633df0d9","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"orders\",\n        \"id\": \"13\",\n        \"attributes\": {\n            \"shipping_method_name\": \"Free Shipping\",\n            \"order_item_data\": [\n                {\n                    \"sku\": \"chair\",\n                    \"quantity\": 11,\n                    \"external_id\": \"your-internal-order-item-id\"\n                },\n                {\n                    \"sku\": \"chair\",\n                    \"quantity\": 12,\n                    \"external_id\": \"your-internal-order-item-id-2\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/orders/13"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:32:12 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35997"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/orders/13\"\n    },\n    \"data\": {\n        \"type\": \"orders\",\n        \"id\": \"13\",\n        \"attributes\": {\n            \"number\": \"#ORD00009\",\n            \"status_text\": \"Pending\",\n            \"shipping\": 5.99,\n            \"tax\": 50,\n            \"discount\": 10,\n            \"total\": 3115.8799999999997,\n            \"ready_to_ship\": 1,\n            \"ready_to_pick\": 1,\n            \"is_wholesale\": false,\n            \"fraud_hold\": 0,\n            \"address_hold\": 0,\n            \"payment_hold\": 0,\n            \"operator_hold\": 0,\n            \"allow_partial\": 0,\n            \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n            \"updated_at\": \"2024-07-08T11:26:34.000000Z\",\n            \"fulfilled_at\": null,\n            \"cancelled_at\": null,\n            \"archived_at\": null,\n            \"hold_until\": \"2024-07-07T00:00:00.000000Z\",\n            \"ship_before\": \"2024-07-07T00:00:00.000000Z\",\n            \"scheduled_delivery\": \"2024-07-07T00:00:00.000000Z\",\n            \"external_id\": \"9\",\n            \"packing_note\": \"Smile while packing!\",\n            \"shipping_method_name\": \"Free Shipping\",\n            \"shipping_method_code\": \"0006\",\n            \"tote\": \"\",\n            \"tags\": \"wooden, priority\",\n            \"created_at\": \"2024-05-08T07:16:44.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/13/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/customer\"\n                },\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            },\n            \"shipping_method\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/13/shipping-method\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/shipping-method\"\n                },\n                \"data\": null\n            },\n            \"shipping_contact_information\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/13/shipping-contact-information\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/shipping-contact-information\"\n                },\n                \"data\": {\n                    \"type\": \"contact-informations\",\n                    \"id\": \"24\"\n                }\n            },\n            \"billing_contact_information\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/13/billing-contact-information\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/billing-contact-information\"\n                },\n                \"data\": {\n                    \"type\": \"contact-informations\",\n                    \"id\": \"25\"\n                }\n            },\n            \"order_channel\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/13/order-channel\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/order-channel\"\n                },\n                \"data\": {\n                    \"type\": \"order-channels\",\n                    \"id\": \"1\"\n                }\n            },\n            \"shipping_box\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/13/shipping-box\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/shipping-box\"\n                },\n                \"data\": null\n            },\n            \"order_items\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/13/order-items\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/order-items\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"order-items\",\n                        \"id\": \"10\"\n                    },\n                    {\n                        \"type\": \"order-items\",\n                        \"id\": \"11\"\n                    }\n                ]\n            },\n            \"shipments\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/13/shipments\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/shipments\"\n                },\n                \"data\": []\n            },\n            \"returns\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/orders/13/returns\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/orders/13/relationships/returns\"\n                },\n                \"data\": []\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/orders/13\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"24\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-05-08T07:16:45.000000Z\",\n                \"updated_at\": \"2024-05-08T07:16:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"25\",\n            \"attributes\": {\n                \"name\": \"Sarah Johnson\",\n                \"company_name\": null,\n                \"address\": \"123 Maple Street\",\n                \"address2\": null,\n                \"city\": \"Anytown\",\n                \"state\": \"NY\",\n                \"zip\": \"12345\",\n                \"country\": \"US\",\n                \"email\": \"api@packiyo.com\",\n                \"phone\": \"555-123-4567\",\n                \"created_at\": \"2024-05-08T07:16:45.000000Z\",\n                \"updated_at\": \"2024-05-08T07:16:45.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-channels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Manual Order\",\n                \"created_at\": \"2024-02-23T14:57:39.000000Z\",\n                \"updated_at\": \"2024-02-23T14:57:39.000000Z\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 59.99,\n                \"quantity\": 11,\n                \"quantity_pending\": 11,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 11,\n                \"quantity_allocated_pickable\": 11,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-05-08T07:16:45.000000Z\",\n                \"updated_at\": \"2024-05-31T10:51:02.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"regular\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 490,\n                \"quantity_allocated\": 86,\n                \"quantity_available\": 404,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 200,\n                \"quantity\": 12,\n                \"quantity_pending\": 12,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 12,\n                \"quantity_allocated_pickable\": 12,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id-2\",\n                \"created_at\": \"2024-05-08T07:18:56.000000Z\",\n                \"updated_at\": \"2024-05-31T10:51:02.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"f4a3f47e-fb9a-4598-8177-636fead4f1b4"},{"name":"Cancel","id":"15dbca98-b0a9-4c47-be4c-2b90cd14b7cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/orders/6/cancel","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["orders","6","cancel"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d624354c-9b83-4949-aadc-303750c549d5","name":"Cancel","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/orders/7/cancel"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 31 May 2024 11:00:47 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"15dbca98-b0a9-4c47-be4c-2b90cd14b7cb"},{"name":"Store Shipment","id":"2ee46267-0c11-454d-850a-9d5fd8a30d5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"cost\": \"1\",\n  \"label\": \"base64oflabelpdf\",\n  \"tracking_number\": \"123456\",\n  \"tracking_url\": \"http://tracking.com/123456\",\n  \"packages\": [\n    {\n      \"weight\": 1,\n      \"length\": 1,\n      \"width\": 1,\n      \"height\": 1,\n      \"shipping_box_id\": 1,\n      \"package_order_items\": [\n        {\n          \"order_item_id\": \"144\",\n          \"quantity\": 1\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/orders/3/shipments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["orders","3","shipments"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"5a737edf-3d3e-4626-9c20-e282af444f12","name":"Store Shipment","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"cost\": \"1\",\n  \"label\": \"label\",\n  \"tracking_number\": 1234,\n  \"tracking_url\": \"http://tracking-url.com/test\",\n  \"shipment_items\": [\n    {\n      \"order_item_id\": 1,\n      \"location_id\": 1,\n      \"tote_id\": 1,\n      \"quantity\": \"2\"\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/orders/3/shipment"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2024 12:40:10 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": {\n        \"type\": \"shipments\",\n        \"id\": \"4\",\n        \"attributes\": {\n            \"status_text\": \"Valid\",\n            \"cost\": \"1\",\n            \"created_at\": \"2024-10-24T12:40:09.000000Z\",\n            \"updated_at\": \"2024-10-24T12:40:09.000000Z\"\n        },\n        \"relationships\": {\n            \"shipment_trackings\": {\n                \"data\": [\n                    {\n                        \"type\": \"shipment-trackings\",\n                        \"id\": \"3\"\n                    }\n                ]\n            },\n            \"packages\": {\n                \"data\": []\n            },\n            \"shipment_labels\": {\n                \"data\": [\n                    {\n                        \"type\": \"shipment-labels\",\n                        \"id\": \"3\"\n                    }\n                ]\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"tracking_number\": \"1234\",\n                \"tracking_url\": \"http://tracking-url.com/test\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-10-24T12:40:10.000000Z\",\n                \"updated_at\": \"2024-10-24T12:40:10.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"size\": \"\",\n                \"url\": \"https://localhost/shipment/4/label/3\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-10-24T12:40:10.000000Z\",\n                \"updated_at\": \"2024-10-24T12:40:10.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"2ee46267-0c11-454d-850a-9d5fd8a30d5e"}],"id":"0e21746f-e7d8-4ab9-a508-2358c32f7ce8","description":"<p>Before creating an order, you must first create the products. This ensures that when order items are added, the products with their SKUs are already available for the customer.<br />Similarly, each order must be associated with a customer. Therefore, when creating a new order, it's necessary to specify the customer relationship.</p>\n<ul>\n<li>hold_until - indicates that the order is put on hold until the specified ISO 8601 date.</li>\n<li>ship_before - indicates that the order must be shipped before the specified ISO 8601 date.</li>\n</ul>\n<h2 id=\"available-filters\">Available filters:</h2>\n<ul>\n<li>number - string</li>\n<li>ready_to_ship - boolean</li>\n<li>ready_to_pick - boolean</li>\n<li>external_id - string</li>\n<li>fraud_hold - boolean</li>\n<li>address_hold - boolean</li>\n<li>payment_hold - boolean</li>\n<li>operator_hold - boolean</li>\n<li>tote - string. Either tote name or barcode</li>\n<li>ordered_at_min - ISO 8601 date</li>\n<li>ordered_at_max - ISO 8601 date</li>\n<li>updated_at_min - ISO 8601 date</li>\n<li>updated_at_max - ISO 8601 date</li>\n<li>fulfilled_at_min - ISO 8601 date</li>\n<li>fulfilled_at_max - ISO 8601 date</li>\n<li>fulfilled - boolean</li>\n<li>hold_until - boolean</li>\n<li>cancelled_at_min - ISO 8601 date</li>\n<li>cancelled_at_max - ISO 8601 date</li>\n<li>cancelled - boolean</li>\n<li>archived_at_min - ISO 8601 date</li>\n<li>archived_at_max - ISO 8601 date</li>\n<li>archived - boolean</li>\n<li>product.sku - string - example usage: ?filter[product][sku]=abc123</li>\n</ul>\n","_postman_id":"0e21746f-e7d8-4ab9-a508-2358c32f7ce8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Index","id":"25a2a050-a9e3-419d-afaa-a5b6d9e6ef6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/webhooks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"65b706ca-2af4-4c26-b90b-77bb2bfb09e5","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:26:44 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35995"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 3,\n            \"total\": 3\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/webhooks?include=customer%2Ccustomer.contact_information&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/webhooks?include=customer%2Ccustomer.contact_information&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"webhooks\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"My webhook\",\n                \"operation\": \"Store\",\n                \"object_type\": \"Shipment\",\n                \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\",\n                \"created_at\": \"2024-02-23T17:16:43.000000Z\",\n                \"updated_at\": \"2024-02-23T17:16:43.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/webhooks/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/webhooks/1/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/webhooks/1\"\n            }\n        },\n        {\n            \"type\": \"webhooks\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"My second webhook updated\",\n                \"operation\": \"Store\",\n                \"object_type\": \"InventoryLog\",\n                \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\",\n                \"created_at\": \"2024-05-31T11:02:08.000000Z\",\n                \"updated_at\": \"2024-07-08T11:17:14.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/webhooks/4/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/webhooks/4/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/webhooks/4\"\n            }\n        },\n        {\n            \"type\": \"webhooks\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"My webhook\",\n                \"operation\": \"Store\",\n                \"object_type\": \"Shipment\",\n                \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\",\n                \"created_at\": \"2024-07-08T11:16:41.000000Z\",\n                \"updated_at\": \"2024-07-08T11:16:41.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/webhooks/5/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/webhooks/5/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/webhooks/5\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"25a2a050-a9e3-419d-afaa-a5b6d9e6ef6e"},{"name":"Show","id":"597af27a-b73d-4958-803f-eec16830aecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/webhooks/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["webhooks","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"76b255c6-0de1-4522-a04c-858e26af39cc","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/webhooks/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:27:04 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/webhooks/1\"\n    },\n    \"data\": {\n        \"type\": \"webhooks\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"name\": \"My webhook\",\n            \"operation\": \"Store\",\n            \"object_type\": \"Shipment\",\n            \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\",\n            \"created_at\": \"2024-02-23T17:16:43.000000Z\",\n            \"updated_at\": \"2024-02-23T17:16:43.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/webhooks/1/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/webhooks/1/relationships/customer\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/webhooks/1\"\n        }\n    }\n}"}],"_postman_id":"597af27a-b73d-4958-803f-eec16830aecc"},{"name":"Store","id":"430f02ae-013b-4b43-bb29-3c5146c139d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"webhooks\",\n        \"attributes\": {\n            \"name\": \"My webhook\",\n            \"object_type\": \"Shipment\",\n            \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/webhooks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f04fbf8c-04dc-463d-9451-263fc2679290","name":"Store - Shipment","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"webhooks\",\n        \"attributes\": {\n            \"name\": \"My webhook\",\n            \"object_type\": \"Shipment\",\n            \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/webhooks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:27:16 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Location","value":"http://generic.packiyo.com/api/v1/webhooks/7"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/webhooks/7\"\n    },\n    \"data\": {\n        \"type\": \"webhooks\",\n        \"id\": \"7\",\n        \"attributes\": {\n            \"name\": \"My webhook\",\n            \"operation\": \"Store\",\n            \"object_type\": \"Shipment\",\n            \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\",\n            \"created_at\": \"2024-07-08T11:27:16.000000Z\",\n            \"updated_at\": \"2024-07-08T11:27:16.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/webhooks/7/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/webhooks/7/relationships/customer\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/webhooks/7\"\n        }\n    }\n}"},{"id":"9a81c93d-fd59-4c2d-b9c9-1ffe715a4c87","name":"Store - Inventory Log","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"webhooks\",\n        \"attributes\": {\n            \"name\": \"My second webhook\",\n            \"object_type\": \"InventoryLog\",\n            \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/webhooks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:27:25 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35997"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Location","value":"http://generic.packiyo.com/api/v1/webhooks/8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/webhooks/8\"\n    },\n    \"data\": {\n        \"type\": \"webhooks\",\n        \"id\": \"8\",\n        \"attributes\": {\n            \"name\": \"My second webhook\",\n            \"operation\": \"Store\",\n            \"object_type\": \"InventoryLog\",\n            \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\",\n            \"created_at\": \"2024-07-08T11:27:25.000000Z\",\n            \"updated_at\": \"2024-07-08T11:27:25.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/webhooks/8/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/webhooks/8/relationships/customer\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/webhooks/8\"\n        }\n    }\n}"}],"_postman_id":"430f02ae-013b-4b43-bb29-3c5146c139d8"},{"name":"Update","id":"4921cd7d-c1e9-4b50-96c9-fe9ffb789003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"webhooks\",\n        \"id\": \"2\",\n        \"attributes\": {\n            \"name\": \"My second webhook updated\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/webhooks/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["webhooks","2"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8d8706d4-695c-427f-b01f-07acb0b798e8","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"webhooks\",\n        \"id\": \"4\",\n        \"attributes\": {\n            \"name\": \"My second webhook updated\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/webhooks/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:27:35 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35996"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/webhooks/4\"\n    },\n    \"data\": {\n        \"type\": \"webhooks\",\n        \"id\": \"4\",\n        \"attributes\": {\n            \"name\": \"My second webhook updated\",\n            \"operation\": \"Store\",\n            \"object_type\": \"InventoryLog\",\n            \"url\": \"https://38c06684-55b6-45a4-a65e-0133a1406163.mock.pstmn.io/webhook\",\n            \"created_at\": \"2024-05-31T11:02:08.000000Z\",\n            \"updated_at\": \"2024-07-08T11:17:14.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/webhooks/4/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/webhooks/4/relationships/customer\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/webhooks/4\"\n        }\n    }\n}"}],"_postman_id":"4921cd7d-c1e9-4b50-96c9-fe9ffb789003"},{"name":"Destroy","id":"5c44197b-068c-4ca1-a350-f0ba8712c8d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/webhooks/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["webhooks","2"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"14c06125-1700-4de2-9e4c-1eaf6dfc0084","name":"Destroy","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/webhooks/6"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 31 May 2024 11:03:07 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35996"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5c44197b-068c-4ca1-a350-f0ba8712c8d7"}],"id":"3abc3987-cd78-4335-bbf0-e74d58f8c43b","description":"<p>Webhooks need to be subscribed to before they start working. Generally only two webhooks are needed - Shipments webhook and Inventory Log webhook. Both have examples in the Postman collection.</p>\n<p>For the shipments webhook, the information that is relevant is under payload.shipment_items.* for the items shipped, payload.shipment_trackings.<em>.tracking_number for the tracking number (if provided), payload.shipment_trackings.</em>.tracking_url for the tracking link (if provided).</p>\n<p>For the inventory log webhook, the information that is relevant is under payload.product.sku and payload.product.quantity_available.</p>\n<h1 id=\"shipments-and-tracking-information\">Shipments and tracking information</h1>\n<p>When an order is shipped a shipment (or shipments) are created. Each shipment may have one or more shipping labels and tracking numbers. Those are included in the orders response as shipments, shipment-labels and shipment-trackings objects.</p>\n<h1 id=\"sample-shipment-webhook-payload\">Sample Shipment Webhook payload</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"payload\": {\n    \"user_id\": 1,\n    \"order_id\": 442602,\n    \"shipping_method_id\": 42,\n    \"processing_status\": 2,\n    \"external_shipment_id\": \"3649\",\n    \"updated_at\": \"2023-06-14T08:36:07.000000Z\",\n    \"created_at\": \"2023-06-14T08:36:07.000000Z\",\n    \"id\": 351535,\n    \"order\": {\n      \"id\": 442602,\n      \"customer_id\": 7,\n      \"order_channel_id\": null,\n      \"shipping_contact_information_id\": 1276057,\n      \"billing_contact_information_id\": 1276058,\n      \"order_status_id\": null,\n      \"shipping_method_id\": null,\n      \"number\": \"CSV1-1496324\",\n      \"ordered_at\": \"2023-05-05T10:04:59.000000Z\",\n      \"fulfilled_at\": \"2023-06-14T08:36:07.000000Z\",\n      \"required_shipping_date_at\": null,\n      \"shipping_date_before_at\": null,\n      \"slip_note\": null,\n      \"internal_note\": null,\n      \"packing_note\": null,\n      \"priority\": 0,\n      \"created_at\": \"2023-05-05T10:04:59.000000Z\",\n      \"updated_at\": \"2023-06-14T08:36:07.000000Z\",\n      \"deleted_at\": null,\n      \"gift_note\": null,\n      \"fraud_hold\": 0,\n      \"address_hold\": 0,\n      \"payment_hold\": 0,\n      \"operator_hold\": 0,\n      \"priority_score\": 780,\n      \"allow_partial\": 0,\n      \"ready_to_ship\": 1,\n      \"subtotal\": 10,\n      \"shipping\": null,\n      \"tax\": null,\n      \"total\": 10,\n      \"currency_id\": null,\n      \"ship_by_date\": null,\n      \"drop_point_id\": null,\n      \"shipping_lat\": \"51.617160\",\n      \"shipping_lng\": \"-3.410830\",\n      \"cancelled_at\": null,\n      \"external_id\": null,\n      \"shipping_method_name\": \"Economy International Shipping, Duties and Taxes Not Included\",\n      \"order_slip\": null,\n      \"weight\": 0,\n      \"shipping_method_code\": null,\n      \"quantity_pending_sum\": 0,\n      \"quantity_allocated_sum\": 1,\n      \"quantity_allocated_pickable_sum\": 1,\n      \"ready_to_pick\": 1,\n      \"allocation_hold\": 0,\n      \"custom_invoice_url\": null,\n      \"discount\": null,\n      \"pending_weight\": 0\n    },\n    \"shipment_labels\": [\n      {\n        \"id\": 349636,\n        \"shipment_id\": 351535,\n        \"size\": \"100X192\",\n        \"url\": null,\n        \"document_type\": \"pdf\",\n        \"type\": \"shipping\",\n        \"created_at\": \"2023-06-14T08:36:07.000000Z\",\n        \"updated_at\": \"2023-06-14T08:36:07.000000Z\",\n        \"deleted_at\": null\n      }\n    ],\n    \"shipment_items\": [\n      {\n        \"id\": 863263,\n        \"shipment_id\": 351535,\n        \"quantity\": 1,\n        \"created_at\": \"2023-06-14T08:36:07.000000Z\",\n        \"updated_at\": \"2023-06-14T08:36:07.000000Z\",\n        \"deleted_at\": null,\n        \"order_item\": {\n          \"id\": 1223926,\n          \"order_id\": 442602,\n          \"quantity\": 1,\n          \"quantity_shipped\": 1,\n          \"quantity_returned\": 0,\n          \"quantity_pending\": 0,\n          \"created_at\": \"2023-05-05T10:04:59.000000Z\",\n          \"updated_at\": \"2023-06-14T08:36:07.000000Z\",\n          \"deleted_at\": null,\n          \"quantity_allocated\": 1,\n          \"quantity_allocated_pickable\": 1,\n          \"quantity_backordered\": 0,\n          \"sku\": \"IS-SUP-ISPM\",\n          \"name\": \"IS-SUP-ISPM\",\n          \"price\": \"10.00\",\n          \"weight\": 0,\n          \"height\": 0,\n          \"length\": 0,\n          \"width\": 0,\n          \"order_item_kit_id\": null,\n          \"external_id\": null,\n          \"cancelled_at\": null,\n          \"quantity_reshipped\": 0,\n          \"ordered_at\": \"2023-05-05 10:04:59\",\n          \"first_product_image_source\": \"\"\n        }\n      }\n    ],\n    \"shipment_trackings\": [\n      {\n        \"id\": 348979,\n        \"shipment_id\": 351535,\n        \"tracking_number\": \"370722151485099603\",\n        \"tracking_url\": \"https:\\/\\/sporing.bring.no\\/sporing\\/370722151485099603\",\n        \"type\": \"shipping\",\n        \"created_at\": \"2023-06-14T08:36:07.000000Z\",\n        \"updated_at\": \"2023-06-14T08:36:07.000000Z\",\n        \"deleted_at\": null\n      }\n    ],\n    \"packages\": [\n      {\n        \"id\": 347650,\n        \"created_at\": \"2023-06-14T08:36:07.000000Z\",\n        \"updated_at\": \"2023-06-14T08:36:07.000000Z\",\n        \"deleted_at\": null,\n        \"order_id\": 442602,\n        \"shipping_box_id\": 1,\n        \"weight\": 0,\n        \"length\": 6,\n        \"width\": 4,\n        \"height\": 4,\n        \"shipment_id\": 351535\n      }\n    ],\n    \"contact_information\": {\n      \"id\": 1299576,\n      \"object_type\": \"App\\\\Models\\\\Shipment\",\n      \"object_id\": 351535,\n      \"name\": \"Darius From Norway\",\n      \"company_name\": null,\n      \"company_number\": null,\n      \"address\": \"Arbos gate 220\",\n      \"address2\": \"High Street\",\n      \"zip\": \"0368\",\n      \"city\": \"Oslo\",\n      \"state\": \"NY\",\n      \"email\": \"dv@vikingc.com\",\n      \"phone\": \"+37067192999\",\n      \"created_at\": \"2023-06-14T08:36:07.000000Z\",\n      \"updated_at\": \"2023-06-14T08:36:07.000000Z\",\n      \"deleted_at\": null,\n      \"country_id\": 578\n    },\n    \"shipping_method\": {\n      \"id\": 42,\n      \"name\": \"Pakke til hentested\",\n      \"settings\": {\n        \"external_method_id\": 8,\n        \"has_drop_points\": false\n      },\n      \"created_at\": \"2023-04-04T08:30:18.000000Z\",\n      \"updated_at\": \"2023-04-04T08:30:18.000000Z\",\n      \"deleted_at\": null,\n      \"shipping_carrier\": {\n        \"id\": 8,\n        \"customer_id\": 4,\n        \"credential_type\": \"App\\\\Models\\\\WebshipperCredential\",\n        \"credential_id\": 1,\n        \"carrier_service\": \"webshipper\",\n        \"name\": \"Bring\",\n        \"settings\": {\n          \"external_carrier_id\": 3\n        },\n        \"created_at\": \"2023-04-04T08:30:18.000000Z\",\n        \"updated_at\": \"2023-04-04T08:30:18.000000Z\",\n        \"deleted_at\": null,\n        \"carrier_account\": null,\n        \"active\": 1\n      },\n      \"customer\": null\n    }\n  }\n}\n\n</code></pre>\n<h1 id=\"sample-inventory-log-webhook-payload\">Sample Inventory Log Webhook payload</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"payload\": {\n    \"new_on_hand\": \"95057\",\n    \"reason\": \"Adjusted manually\",\n    \"product\": {\n      \"id\": 1963,\n      \"sku\": \"IS-SUP-ISPM\",\n      \"name\": \"IS-SUP-ISPM\",\n      \"price\": \"10.00\",\n      \"notes\": null,\n      \"quantity_on_hand\": 95057,\n      \"quantity_pickable\": 49900,\n      \"quantity_allocated\": 40941,\n      \"quantity_allocated_pickable\": 40941,\n      \"quantity_available\": 54137,\n      \"quantity_to_replenish\": 0,\n      \"value\": null,\n      \"customs_price\": null,\n      \"customs_description\": null,\n      \"hs_code\": null,\n      \"created_at\": \"2023-05-05T07:24:19.000000Z\",\n      \"updated_at\": \"2023-06-14T08:36:10.000000Z\",\n      \"deleted_at\": null,\n      \"quantity_backordered\": 0,\n      \"weight\": null,\n      \"height\": null,\n      \"length\": null,\n      \"width\": null,\n      \"barcode\": \"000036379713\",\n      \"country_of_origin\": null,\n      \"is_kit\": 0,\n      \"priority_counting_requested_at\": null,\n      \"reorder_threshold\": 0,\n      \"quantity_reorder\": 0,\n      \"last_counted_at\": null,\n      \"has_serial_number\": 0,\n      \"kit_type\": \"0\",\n      \"lot_tracking\": 0,\n      \"lot_priority\": 0,\n      \"customer\": {\n        \"id\": 7,\n        \"created_at\": \"2023-04-06T08:04:57.000000Z\",\n        \"updated_at\": \"2023-05-22T09:23:41.000000Z\",\n        \"deleted_at\": null,\n        \"allow_child_customers\": 0,\n        \"stripe_id\": null,\n        \"pm_type\": null,\n        \"pm_last_four\": null,\n        \"trial_ends_at\": null,\n        \"parent\": {\n          \"id\": 4,\n          \"created_at\": \"2022-10-11T12:35:00.000000Z\",\n          \"updated_at\": \"2023-05-29T12:00:08.000000Z\",\n          \"deleted_at\": null,\n          \"allow_child_customers\": 0,\n          \"stripe_id\": null,\n          \"pm_type\": null,\n          \"pm_last_four\": null,\n          \"trial_ends_at\": null,\n          \"parent\": null,\n          \"contact_information\": {\n            \"id\": 924,\n            \"object_type\": \"App\\\\Models\\\\Customer\",\n            \"object_id\": 4,\n            \"name\": \"Inno Supps\",\n            \"company_name\": null,\n            \"company_number\": null,\n            \"address\": null,\n            \"address2\": null,\n            \"zip\": null,\n            \"city\": null,\n            \"state\": null,\n            \"email\": null,\n            \"phone\": null,\n            \"created_at\": \"2022-10-11T12:35:00.000000Z\",\n            \"updated_at\": \"2022-10-11T12:35:00.000000Z\",\n            \"deleted_at\": null,\n            \"country_id\": 840\n          }\n        },\n        \"contact_information\": {\n          \"id\": 1223752,\n          \"object_type\": \"App\\\\Models\\\\Customer\",\n          \"object_id\": 7,\n          \"name\": \"Testing\",\n          \"company_name\": null,\n          \"company_number\": null,\n          \"address\": null,\n          \"address2\": null,\n          \"zip\": null,\n          \"city\": null,\n          \"state\": null,\n          \"email\": null,\n          \"phone\": null,\n          \"created_at\": \"2023-04-06T08:04:57.000000Z\",\n          \"updated_at\": \"2023-04-06T08:04:57.000000Z\",\n          \"deleted_at\": null,\n          \"country_id\": 840\n        }\n      }\n    },\n    \"user\": {\n      \"id\": 1,\n      \"email\": \"admin@packiyo.com\"\n    },\n    \"location\": null\n  }\n}\n\n</code></pre>\n","_postman_id":"3abc3987-cd78-4335-bbf0-e74d58f8c43b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Purchase Orders","item":[{"name":"Index","id":"5bfa67cf-2775-48bb-a611-b34422169306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/purchase-orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["purchase-orders"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"7bc8af5b-21a3-4169-a7a8-14ab7b7e6b5b","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/purchase-orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:03:42 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 1,\n            \"total\": 1\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/purchase-orders?include=customer%2Ccustomer.contact_information%2Cwarehouse%2Cwarehouse.contact_information%2Cpurchase_order_items%2Cpurchase_order_items.product&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/purchase-orders?include=customer%2Ccustomer.contact_information%2Cwarehouse%2Cwarehouse.contact_information%2Cpurchase_order_items%2Cpurchase_order_items.product&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"purchase-orders\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"number\": \"#PO00001\",\n                \"notes\": \"Updated notes\",\n                \"external_id\": \"1\",\n                \"tracking_number\": \"ABC123\",\n                \"tracking_url\": null,\n                \"tags\": \"wooden, furniture\",\n                \"ordered_at\": \"2024-03-01T14:00:00.000000Z\",\n                \"expected_at\": \"2024-04-01T15:00:00.000000Z\",\n                \"priority\": 0,\n                \"delivered_at\": null,\n                \"received_at\": null,\n                \"closed_at\": null,\n                \"created_at\": \"2024-02-23T17:40:15.000000Z\",\n                \"updated_at\": \"2024-02-26T16:29:13.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/relationships/customer\"\n                    },\n                    \"data\": {\n                        \"type\": \"customers\",\n                        \"id\": \"2\"\n                    }\n                },\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"purchase_order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/purchase-order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/relationships/purchase-order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"purchase-order-items\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"purchase-order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"quantity_received\": 0,\n                \"quantity_pending\": 10,\n                \"quantity_rejected\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-02-23T17:40:15.000000Z\",\n                \"updated_at\": \"2024-02-23T17:40:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"products\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 480,\n                \"quantity_allocated\": 96,\n                \"quantity_available\": 384,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-05-31T10:51:02.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"5bfa67cf-2775-48bb-a611-b34422169306"},{"name":"Show","id":"ff9e1660-205d-4876-9927-d096ccec8900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/purchase-orders/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["purchase-orders","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"67143742-ac71-46b5-9bd6-67306d3be174","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/purchase-orders/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:04:07 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35997"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1\"\n    },\n    \"data\": {\n        \"type\": \"purchase-orders\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"number\": \"#PO00001\",\n            \"notes\": \"Updated notes\",\n            \"external_id\": \"1\",\n            \"tracking_number\": \"ABC123\",\n            \"tracking_url\": null,\n            \"tags\": \"wooden, furniture\",\n            \"ordered_at\": \"2024-03-01T14:00:00.000000Z\",\n            \"expected_at\": \"2024-04-01T15:00:00.000000Z\",\n            \"priority\": 0,\n            \"delivered_at\": null,\n            \"received_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2024-02-23T17:40:15.000000Z\",\n            \"updated_at\": \"2024-02-26T16:29:13.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/relationships/customer\"\n                },\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            },\n            \"warehouse\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/warehouse\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/relationships/warehouse\"\n                },\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            },\n            \"purchase_order_items\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/purchase-order-items\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/relationships/purchase-order-items\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"purchase-order-items\",\n                        \"id\": \"1\"\n                    }\n                ]\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"purchase-order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"quantity_received\": 0,\n                \"quantity_pending\": 10,\n                \"quantity_rejected\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-02-23T17:40:15.000000Z\",\n                \"updated_at\": \"2024-02-23T17:40:15.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"products\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 480,\n                \"quantity_allocated\": 96,\n                \"quantity_available\": 384,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-05-31T10:51:02.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ff9e1660-205d-4876-9927-d096ccec8900"},{"name":"Store","id":"e3b1d6ac-00ce-4ec6-be4f-4419da20d65e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"purchase-orders\",\n        \"attributes\": {\n            \"number\": \"#PO00001\",\n            \"warehouse_name\": \"Primary\",\n            \"supplier_name\": \"\",\n            \"notes\": \"Purchase order notes\",\n            \"external_id\": 1,\n            \"tracking_number\": \"ABC123\",\n            \"tags\": \"wooden, furniture\",\n            \"ordered_at\": \"2024-03-01 12:00:00\",\n            \"expected_at\": \"2024-04-01 12:00:00\",\n            \"purchase_order_items_data\": [\n                {\n                    \"sku\": \"chair\",\n                    \"quantity\": 10,\n                    \"external_id\": \"your-internal-purchase-order-item-id\"\n                }\n            ]\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/purchase-orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["purchase-orders"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"fa31c1d0-ce4e-4277-a787-fee0cd9408c0","name":"Store","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"purchase-orders\",\n        \"attributes\": {\n            \"number\": \"#PO00002\",\n            \"warehouse_name\": \"Primary\",\n            \"supplier_name\": \"\",\n            \"notes\": \"Purchase order notes\",\n            \"external_id\": \"2\",\n            \"tracking_number\": \"ABC123\",\n            \"tags\": \"wooden, furniture\",\n            \"ordered_at\": \"2024-03-01 12:00:00\",\n            \"expected_at\": \"2024-04-01 12:00:00\",\n            \"purchase_order_items_data\": [\n                {\n                    \"sku\": \"chair\",\n                    \"quantity\": 10,\n                    \"external_id\": \"your-internal-purchase-order-item-id\"\n                }\n            ]\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/purchase-orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:04:37 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35996"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Location","value":"http://generic.packiyo.com/api/v1/purchase-orders/2"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/2\"\n    },\n    \"data\": {\n        \"type\": \"purchase-orders\",\n        \"id\": \"2\",\n        \"attributes\": {\n            \"number\": \"#PO00002\",\n            \"notes\": \"Purchase order notes\",\n            \"external_id\": \"2\",\n            \"tracking_number\": \"ABC123\",\n            \"tracking_url\": null,\n            \"tags\": \"wooden, furniture\",\n            \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n            \"expected_at\": \"2024-04-01T12:00:00.000000Z\",\n            \"priority\": null,\n            \"delivered_at\": null,\n            \"received_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2024-05-31T11:04:37.000000Z\",\n            \"updated_at\": \"2024-05-31T11:04:37.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/2/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/2/relationships/customer\"\n                },\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            },\n            \"warehouse\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/2/warehouse\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/2/relationships/warehouse\"\n                },\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            },\n            \"purchase_order_items\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/2/purchase-order-items\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/2/relationships/purchase-order-items\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"purchase-order-items\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/2\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"purchase-order-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"quantity\": 10,\n                \"quantity_received\": 0,\n                \"quantity_pending\": 10,\n                \"quantity_rejected\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-05-31T11:04:37.000000Z\",\n                \"updated_at\": \"2024-05-31T11:04:37.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"products\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 480,\n                \"quantity_allocated\": 96,\n                \"quantity_available\": 384,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-05-31T11:04:37.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e3b1d6ac-00ce-4ec6-be4f-4419da20d65e"},{"name":"Update","id":"4d1be031-9445-488f-8fc3-d62359fbcec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"purchase-orders\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"number\": \"#PO00001\",\n            \"notes\": \"Updated notes\",\n            \"purchase_order_items_data\": [\n                {\n                    \"sku\": \"chair\",\n                    \"quantity\": 10,\n                    \"external_id\": \"your-internal-purchase-order-item-id\"\n                }\n            ]\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/purchase-orders/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["purchase-orders","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"819c8b1d-be68-418b-acff-1699de4afc4f","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"purchase-orders\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"number\": \"#PO00001\",\n            \"notes\": \"Updated notes\",\n            \"purchase_order_items_data\": [\n                {\n                    \"sku\": \"chair\",\n                    \"quantity\": 25,\n                    \"external_id\": \"your-internal-purchase-order-item-id\"\n                }\n            ]\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/purchase-orders/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:15:43 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1\"\n    },\n    \"data\": {\n        \"type\": \"purchase-orders\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"number\": \"#PO00001\",\n            \"notes\": \"Updated notes\",\n            \"external_id\": \"1\",\n            \"tracking_number\": \"ABC123\",\n            \"tracking_url\": null,\n            \"tags\": \"wooden, furniture\",\n            \"ordered_at\": \"2024-03-01T14:00:00.000000Z\",\n            \"expected_at\": \"2024-04-01T15:00:00.000000Z\",\n            \"priority\": 0,\n            \"delivered_at\": null,\n            \"received_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2024-02-23T17:40:15.000000Z\",\n            \"updated_at\": \"2024-02-26T16:29:13.000000Z\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/customer\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/relationships/customer\"\n                },\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"2\"\n                }\n            },\n            \"warehouse\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/warehouse\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/relationships/warehouse\"\n                },\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            },\n            \"purchase_order_items\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/purchase-order-items\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1/relationships/purchase-order-items\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"purchase-order-items\",\n                        \"id\": \"1\"\n                    }\n                ]\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/purchase-orders/1\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"customers\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:49:07.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            },\n            \"relationships\": {\n                \"contact_information\": {\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Orange Apples\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:49:08.000000Z\",\n                \"updated_at\": \"2024-02-23T11:49:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"purchase-order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity\": 25,\n                \"quantity_received\": 0,\n                \"quantity_pending\": 25,\n                \"quantity_rejected\": 0,\n                \"quantity_sell_ahead\": 0,\n                \"created_at\": \"2024-02-23T17:40:15.000000Z\",\n                \"updated_at\": \"2024-05-31T11:15:43.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"products\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 480,\n                \"quantity_allocated\": 96,\n                \"quantity_available\": 384,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-05-31T11:15:43.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4d1be031-9445-488f-8fc3-d62359fbcec7"}],"id":"fdc2df9e-1865-451f-a450-b7c72330222f","description":"<p>Before creating a purchase order, you must first create the products. This ensures that when purchase order items are added, the products with their SKUs are already available for the customer.<br />Similarly, each order must be associated with a customer. Therefore, when creating a new purchase order, it's necessary to specify the customer relationship.</p>\n","_postman_id":"fdc2df9e-1865-451f-a450-b7c72330222f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Totes","item":[{"name":"Index","id":"fb17b705-a531-4261-8f13-9c94b852f7b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/totes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["totes"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9aae716c-03a7-436e-b207-d69137f144f6","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/totes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:16:38 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35997"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 11,\n            \"total\": 11\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/totes?include=warehouse%2Cwarehouse.contact_information%2Corder_items%2Corder_items.order_item.order%2Corder_items.order_item.product.product_images&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/totes?include=warehouse%2Cwarehouse.contact_information%2Corder_items%2Corder_items.order_item.order%2Corder_items.order_item.product.product_images&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"totes\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"TOT-1\",\n                \"barcode\": \"TOT-1\",\n                \"created_at\": \"2024-02-23T17:21:43.000000Z\",\n                \"updated_at\": \"2024-02-23T17:21:43.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/1/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/1/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/1/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/1/relationships/order-items\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"tote-order-items\",\n                            \"id\": \"1\"\n                        },\n                        {\n                            \"type\": \"tote-order-items\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/1\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"TOT-2\",\n                \"barcode\": \"TOT-2\",\n                \"created_at\": \"2024-02-28T09:29:19.000000Z\",\n                \"updated_at\": \"2024-02-28T09:29:19.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/2/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/2/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/2/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/2/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/2\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"TOT-3\",\n                \"barcode\": \"TOT-3\",\n                \"created_at\": \"2024-02-28T09:29:19.000000Z\",\n                \"updated_at\": \"2024-02-28T09:29:19.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/3/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/3/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/3/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/3/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/3\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"TOT-4\",\n                \"barcode\": \"TOT-4\",\n                \"created_at\": \"2024-02-28T09:29:19.000000Z\",\n                \"updated_at\": \"2024-02-28T09:29:19.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/4/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/4/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/4/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/4/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/4\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"TOT-5\",\n                \"barcode\": \"TOT-5\",\n                \"created_at\": \"2024-02-28T09:29:19.000000Z\",\n                \"updated_at\": \"2024-02-28T09:29:19.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/5/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/5/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/5/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/5/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/5\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"TOT-6\",\n                \"barcode\": \"TOT-6\",\n                \"created_at\": \"2024-02-28T09:29:19.000000Z\",\n                \"updated_at\": \"2024-02-28T09:29:19.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/6/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/6/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/6/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/6/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/6\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"TOT-7\",\n                \"barcode\": \"TOT-7\",\n                \"created_at\": \"2024-02-28T09:29:19.000000Z\",\n                \"updated_at\": \"2024-02-28T09:29:19.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/7/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/7/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/7/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/7/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/7\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"TOT-8\",\n                \"barcode\": \"TOT-8\",\n                \"created_at\": \"2024-02-28T09:29:19.000000Z\",\n                \"updated_at\": \"2024-02-28T09:29:19.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/8/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/8/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/8/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/8/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/8\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"TOT-9\",\n                \"barcode\": \"TOT-9\",\n                \"created_at\": \"2024-02-28T09:29:19.000000Z\",\n                \"updated_at\": \"2024-02-28T09:29:19.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/9/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/9/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/9/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/9/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/9\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"TOT-10\",\n                \"barcode\": \"TOT-10\",\n                \"created_at\": \"2024-02-28T09:29:19.000000Z\",\n                \"updated_at\": \"2024-02-28T09:29:19.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/10/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/10/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/10/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/10/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/10\"\n            }\n        },\n        {\n            \"type\": \"totes\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"AAA-001\",\n                \"barcode\": \"AAA-1\",\n                \"created_at\": \"2024-02-28T09:33:14.000000Z\",\n                \"updated_at\": \"2024-02-28T09:34:30.000000Z\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/11/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/11/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/totes/11/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/totes/11/relationships/order-items\"\n                    },\n                    \"data\": []\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/totes/11\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"tote-order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity\": 11,\n                \"created_at\": \"2024-02-23T17:23:02.000000Z\",\n                \"updated_at\": \"2024-02-23T17:23:02.000000Z\",\n                \"picked_at\": \"2024-02-23 17:23:02\",\n                \"removed_at\": null\n            },\n            \"relationships\": {\n                \"order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"updated chair\",\n                \"price\": 59.99,\n                \"quantity\": 11,\n                \"quantity_pending\": 11,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 11,\n                \"quantity_allocated_pickable\": 11,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\",\n                \"updated_at\": \"2024-03-06T18:54:09.000000Z\"\n            },\n            \"relationships\": {\n                \"order\": {\n                    \"data\": {\n                        \"type\": \"orders\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"number\": \"#ORD00001\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-05-31T10:51:02.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": \"2024-04-01T00:00:00.000000Z\",\n                \"ship_before\": \"2024-04-15T00:00:00.000000Z\",\n                \"external_id\": \"1\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Free Shipping\",\n                \"shipping_method_code\": null,\n                \"tote\": \"TOT-1\",\n                \"tags\": \"\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/customer\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-method\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-contact-information\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/billing-contact-information\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/order-channel\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/order-items\"\n                    }\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipments\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/5\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"products\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 480,\n                \"quantity_allocated\": 96,\n                \"quantity_available\": 384,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-05-31T11:16:06.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        },\n        {\n            \"type\": \"tote-order-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"quantity\": 12,\n                \"created_at\": \"2024-02-23T17:23:02.000000Z\",\n                \"updated_at\": \"2024-02-23T17:23:02.000000Z\",\n                \"picked_at\": \"2024-02-23 17:23:02\",\n                \"removed_at\": null\n            },\n            \"relationships\": {\n                \"order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 200,\n                \"quantity\": 12,\n                \"quantity_pending\": 12,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 12,\n                \"quantity_allocated_pickable\": 12,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id-2\",\n                \"created_at\": \"2024-02-23T17:15:46.000000Z\",\n                \"updated_at\": \"2024-02-23T17:23:02.000000Z\"\n            },\n            \"relationships\": {\n                \"order\": {\n                    \"data\": {\n                        \"type\": \"orders\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"fb17b705-a531-4261-8f13-9c94b852f7b4"},{"name":"Show","id":"9668c52c-e2d6-45cb-9f37-9dbaa7eb7641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/totes/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["totes","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"53b0e6c5-f6f1-45e5-ad17-657316c9c93a","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/totes/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:16:49 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/totes/1\"\n    },\n    \"data\": {\n        \"type\": \"totes\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"name\": \"TOT-1\",\n            \"barcode\": \"TOT-1\",\n            \"created_at\": \"2024-02-23T17:21:43.000000Z\",\n            \"updated_at\": \"2024-02-23T17:21:43.000000Z\"\n        },\n        \"relationships\": {\n            \"warehouse\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/totes/1/warehouse\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/totes/1/relationships/warehouse\"\n                },\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            },\n            \"order_items\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/totes/1/order-items\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/totes/1/relationships/order-items\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"tote-order-items\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"tote-order-items\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/totes/1\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"tote-order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity\": 11,\n                \"created_at\": \"2024-02-23T17:23:02.000000Z\",\n                \"updated_at\": \"2024-02-23T17:23:02.000000Z\",\n                \"picked_at\": \"2024-02-23 17:23:02\",\n                \"removed_at\": null\n            },\n            \"relationships\": {\n                \"order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"updated chair\",\n                \"price\": 59.99,\n                \"quantity\": 11,\n                \"quantity_pending\": 11,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 11,\n                \"quantity_allocated_pickable\": 11,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\",\n                \"updated_at\": \"2024-03-06T18:54:09.000000Z\"\n            },\n            \"relationships\": {\n                \"order\": {\n                    \"data\": {\n                        \"type\": \"orders\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"orders\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"number\": \"#ORD00001\",\n                \"status_text\": \"Pending\",\n                \"shipping\": 5.99,\n                \"tax\": 50,\n                \"discount\": 10,\n                \"ready_to_ship\": 1,\n                \"ready_to_pick\": 1,\n                \"is_wholesale\": null,\n                \"fraud_hold\": 0,\n                \"address_hold\": 0,\n                \"payment_hold\": 0,\n                \"operator_hold\": 0,\n                \"allow_partial\": 0,\n                \"ordered_at\": \"2024-03-01T12:00:00.000000Z\",\n                \"updated_at\": \"2024-05-31T10:51:02.000000Z\",\n                \"fulfilled_at\": null,\n                \"cancelled_at\": null,\n                \"archived_at\": null,\n                \"hold_until\": \"2024-04-01T00:00:00.000000Z\",\n                \"ship_before\": \"2024-04-15T00:00:00.000000Z\",\n                \"external_id\": \"1\",\n                \"packing_note\": null,\n                \"shipping_method_name\": \"Free Shipping\",\n                \"shipping_method_code\": null,\n                \"tote\": \"TOT-1\",\n                \"tags\": \"\",\n                \"created_at\": \"2024-02-23T15:02:22.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/customer\"\n                    }\n                },\n                \"shipping_method\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-method\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-method\"\n                    }\n                },\n                \"shipping_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipping-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipping-contact-information\"\n                    }\n                },\n                \"billing_contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/billing-contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/billing-contact-information\"\n                    }\n                },\n                \"order_channel\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/order-channel\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/order-channel\"\n                    }\n                },\n                \"order_items\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/order-items\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/order-items\"\n                    }\n                },\n                \"shipments\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/orders/5/shipments\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/orders/5/relationships/shipments\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/orders/5\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"products\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 480,\n                \"quantity_allocated\": 96,\n                \"quantity_available\": 384,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-05-31T11:16:06.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    },\n                    \"data\": []\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        },\n        {\n            \"type\": \"tote-order-items\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"quantity\": 12,\n                \"created_at\": \"2024-02-23T17:23:02.000000Z\",\n                \"updated_at\": \"2024-02-23T17:23:02.000000Z\",\n                \"picked_at\": \"2024-02-23 17:23:02\",\n                \"removed_at\": null\n            },\n            \"relationships\": {\n                \"order_item\": {\n                    \"data\": {\n                        \"type\": \"order-items\",\n                        \"id\": \"5\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"order-items\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"price\": 200,\n                \"quantity\": 12,\n                \"quantity_pending\": 12,\n                \"quantity_shipped\": 0,\n                \"quantity_reshipped\": 0,\n                \"quantity_returned\": 0,\n                \"quantity_allocated\": 12,\n                \"quantity_allocated_pickable\": 12,\n                \"quantity_backordered\": 0,\n                \"external_id\": \"your-internal-order-item-id-2\",\n                \"created_at\": \"2024-02-23T17:15:46.000000Z\",\n                \"updated_at\": \"2024-02-23T17:23:02.000000Z\"\n            },\n            \"relationships\": {\n                \"order\": {\n                    \"data\": {\n                        \"type\": \"orders\",\n                        \"id\": \"5\"\n                    }\n                },\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"9668c52c-e2d6-45cb-9f37-9dbaa7eb7641"},{"name":"Store","id":"3f01dbc7-e59f-4348-a70c-83fcaec82fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"totes\",\n        \"attributes\": {\n            \"name_prefix\": \"AAA-1\",\n            \"barcode\": \"AAA-1\",\n            \"number_of_totes\": 1\n        },\n        \"relationships\": {\n            \"warehouse\": {\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/totes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["totes"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f25e7238-87a1-4188-999a-2061bc2d03bf","name":"Store","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"totes\",\n        \"attributes\": {\n            \"name_prefix\": \"AAA-2\",\n            \"barcode\": \"AAA-2\",\n            \"number_of_totes\": 1\n        },\n        \"relationships\": {\n            \"warehouse\": {\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/totes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:17:19 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Location","value":"http://generic.packiyo.com/api/v1/totes/12"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/totes/12\"\n    },\n    \"data\": {\n        \"type\": \"totes\",\n        \"id\": \"12\",\n        \"attributes\": {\n            \"name\": \"AAA-2\",\n            \"barcode\": \"AAA-2\",\n            \"created_at\": \"2024-05-31T11:17:19.000000Z\",\n            \"updated_at\": \"2024-05-31T11:17:19.000000Z\"\n        },\n        \"relationships\": {\n            \"warehouse\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/totes/12/warehouse\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/totes/12/relationships/warehouse\"\n                },\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            },\n            \"order_items\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/totes/12/order-items\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/totes/12/relationships/order-items\"\n                },\n                \"data\": []\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/totes/12\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3f01dbc7-e59f-4348-a70c-83fcaec82fe8"},{"name":"Update","id":"4b333697-33c5-46bd-836b-7fdb1486501b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"totes\",\n        \"id\": \"11\",\n        \"attributes\": {\n            \"name\": \"AAA-001\"\n        },\n        \"relationships\": {\n            \"warehouse\": {\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/totes/11","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["totes","11"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3e6f1ac8-876c-4b5c-8e85-cfb2981e7370","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"totes\",\n        \"id\": \"11\",\n        \"attributes\": {\n            \"name\": \"AAA-001\"\n        },\n        \"relationships\": {\n            \"warehouse\": {\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/totes/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:17:59 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/totes/11\"\n    },\n    \"data\": {\n        \"type\": \"totes\",\n        \"id\": \"11\",\n        \"attributes\": {\n            \"name\": \"AAA-001\",\n            \"barcode\": \"AAA-1\",\n            \"created_at\": \"2024-02-28T09:33:14.000000Z\",\n            \"updated_at\": \"2024-02-28T09:34:30.000000Z\"\n        },\n        \"relationships\": {\n            \"warehouse\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/totes/11/warehouse\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/totes/11/relationships/warehouse\"\n                },\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            },\n            \"order_items\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/totes/11/order-items\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/totes/11/relationships/order-items\"\n                },\n                \"data\": []\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/totes/11\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4b333697-33c5-46bd-836b-7fdb1486501b"},{"name":"Pick","id":"9938add7-2bd5-41c2-9782-9ec943289d6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_item_id\": 3,\n    \"location_id\": 1,\n    \"quantity\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/totes/11/pick","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["totes","11","pick"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9a035401-9d25-4127-8608-9b65665db3bc","name":"Pick","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"order_item_id\": 3,\n    \"location_id\": 1,\n    \"quantity\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/totes/11/pick"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 May 2024 11:18:16 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": {\n        \"type\": \"tote-order-items\",\n        \"id\": \"4\",\n        \"attributes\": {\n            \"quantity\": 10,\n            \"created_at\": \"2024-02-28T09:40:26.000000Z\",\n            \"updated_at\": \"2024-05-31T11:18:16.000000Z\",\n            \"picked_at\": \"2024-05-31T11:18:16.923669Z\",\n            \"removed_at\": null\n        }\n    }\n}"}],"_postman_id":"9938add7-2bd5-41c2-9782-9ec943289d6c"}],"id":"70c9527a-846c-4b75-8125-d3b6bf92efb8","description":"<p>It's possible to create, update and delete totes using the API. Also it's possible to pick order items into totes and also clear totes of any items.</p>\n","_postman_id":"70c9527a-846c-4b75-8125-d3b6bf92efb8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Locations","item":[{"name":"Index","id":"085cb980-59e4-4b83-a15e-985b85f3e787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/locations?include=location_products.product","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["locations"],"host":["https://generic.packiyo.com/api/v1"],"query":[{"key":"include","value":"location_products.product"}],"variable":[]}},"response":[{"id":"652ea78f-e362-427c-9a00-e260577c4407","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:32:28 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35996"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 3,\n            \"total\": 3\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/locations?include=warehouse.contact_information%2Clocation_type&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/locations?include=warehouse.contact_information%2Clocation_type&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"locations\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"A-1\",\n                \"barcode\": \"000035576367\",\n                \"created_at\": \"2024-02-23T17:21:03.000000Z\",\n                \"updated_at\": \"2024-02-23T17:21:08.000000Z\"\n            },\n            \"relationships\": {\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/location-products\"\n                    }\n                },\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/1/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"location_type\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/1/location-type\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/location-type\"\n                    },\n                    \"data\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/locations/1\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Z-1\",\n                \"barcode\": \"000035576368\",\n                \"created_at\": \"2024-07-08T10:58:02.000000Z\",\n                \"updated_at\": \"2024-07-08T10:58:02.000000Z\"\n            },\n            \"relationships\": {\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/2/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/2/relationships/location-products\"\n                    }\n                },\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/2/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/2/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"location_type\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/2/location-type\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/2/relationships/location-type\"\n                    },\n                    \"data\": {\n                        \"type\": \"location-types\",\n                        \"id\": \"1\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/locations/2\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"A-2\",\n                \"barcode\": \"000035576369\",\n                \"created_at\": \"2024-07-08T11:01:15.000000Z\",\n                \"updated_at\": \"2024-07-08T11:01:15.000000Z\"\n            },\n            \"relationships\": {\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/3/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/3/relationships/location-products\"\n                    }\n                },\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/3/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/3/relationships/warehouse\"\n                    },\n                    \"data\": {\n                        \"type\": \"warehouses\",\n                        \"id\": \"1\"\n                    }\n                },\n                \"location_type\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/3/location-type\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/3/relationships/location-type\"\n                    },\n                    \"data\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/locations/3\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        },\n        {\n            \"type\": \"location-types\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Non-pickable\",\n                \"pickable\": 0,\n                \"sellable\": 1,\n                \"disabled_on_picking_app\": null,\n                \"bulk_ship_pickable\": null,\n                \"created_at\": \"2024-07-08T10:57:42.000000Z\",\n                \"updated_at\": \"2024-07-08T10:57:42.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/location-types/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/location-types/1/relationships/customer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/location-types/1\"\n            }\n        }\n    ]\n}"},{"id":"6cc5a042-68a0-4748-bc27-ac80a87247c7","name":"Index with stock levels for products","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://generic.packiyo.com/api/v1/locations?include=location_products.product","host":["https://generic.packiyo.com/api/v1"],"path":["locations"],"query":[{"key":"include","value":"location_products.product"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:32:37 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35995"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 3,\n            \"total\": 3\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"http://generic.packiyo.com/api/v1/locations?include=location_products.product&page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"http://generic.packiyo.com/api/v1/locations?include=location_products.product&page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"locations\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"A-1\",\n                \"barcode\": \"000035576367\",\n                \"created_at\": \"2024-02-23T17:21:03.000000Z\",\n                \"updated_at\": \"2024-02-23T17:21:08.000000Z\"\n            },\n            \"relationships\": {\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/location-products\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"location-products\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/1/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/warehouse\"\n                    }\n                },\n                \"location_type\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/1/location-type\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/location-type\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/locations/1\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Z-1\",\n                \"barcode\": \"000035576368\",\n                \"created_at\": \"2024-07-08T10:58:02.000000Z\",\n                \"updated_at\": \"2024-07-08T10:58:02.000000Z\"\n            },\n            \"relationships\": {\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/2/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/2/relationships/location-products\"\n                    },\n                    \"data\": []\n                },\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/2/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/2/relationships/warehouse\"\n                    }\n                },\n                \"location_type\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/2/location-type\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/2/relationships/location-type\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/locations/2\"\n            }\n        },\n        {\n            \"type\": \"locations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"A-2\",\n                \"barcode\": \"000035576369\",\n                \"created_at\": \"2024-07-08T11:01:15.000000Z\",\n                \"updated_at\": \"2024-07-08T11:01:15.000000Z\"\n            },\n            \"relationships\": {\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/3/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/3/relationships/location-products\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"location-products\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"warehouse\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/3/warehouse\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/3/relationships/warehouse\"\n                    }\n                },\n                \"location_type\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/locations/3/location-type\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/locations/3/relationships/location-type\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/locations/3\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"location-products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"quantity_on_hand\": 490,\n                \"quantity_reserved_for_picking\": 23,\n                \"created_at\": \"2024-02-23T17:21:21.000000Z\",\n                \"updated_at\": \"2024-07-08T10:49:00.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"1\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"sku\": \"chair\",\n                \"name\": \"Chair\",\n                \"type\": \"regular\",\n                \"price\": \"200.00\",\n                \"value\": \"80.00\",\n                \"customs_price\": \"99.99\",\n                \"hs_code\": \"94036010\",\n                \"country_of_origin\": \"US\",\n                \"notes\": \"not so comfortable\",\n                \"width\": 18,\n                \"height\": 40,\n                \"length\": 18,\n                \"weight\": 12,\n                \"barcode\": \"93299919765\",\n                \"customs_description\": \"a chair\",\n                \"tags\": \"wooden, furniture\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 490,\n                \"quantity_allocated\": 86,\n                \"quantity_available\": 404,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-02-23T12:35:08.000000Z\",\n                \"updated_at\": \"2024-07-08T10:52:15.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/1/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/1/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/1\"\n            }\n        },\n        {\n            \"type\": \"location-products\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"quantity_on_hand\": 45,\n                \"quantity_reserved_for_picking\": 0,\n                \"created_at\": \"2024-07-08T11:03:56.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:26.000000Z\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"type\": \"products\",\n                        \"id\": \"11\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"sku\": \"juice\",\n                \"name\": \"Juice\",\n                \"type\": \"regular\",\n                \"price\": \"0.00\",\n                \"value\": \"0.00\",\n                \"customs_price\": \"0.00\",\n                \"hs_code\": null,\n                \"country_of_origin\": null,\n                \"notes\": null,\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null,\n                \"barcode\": \"000038561381\",\n                \"customs_description\": null,\n                \"tags\": \"\",\n                \"inventory_sync\": 1,\n                \"quantity_on_hand\": 45,\n                \"quantity_allocated\": 0,\n                \"quantity_available\": 45,\n                \"quantity_backordered\": 0,\n                \"created_at\": \"2024-07-08T11:00:07.000000Z\",\n                \"updated_at\": \"2024-07-08T11:04:28.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/customer\"\n                    }\n                },\n                \"barcodes\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/barcodes\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/barcodes\"\n                    }\n                },\n                \"product_images\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/product-images\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/product-images\"\n                    }\n                },\n                \"location_products\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/location-products\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/location-products\"\n                    }\n                },\n                \"kits\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/kits\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/kits\"\n                    }\n                },\n                \"components\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/products/11/components\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/products/11/relationships/components\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/products/11\"\n            }\n        }\n    ]\n}"}],"_postman_id":"085cb980-59e4-4b83-a15e-985b85f3e787"},{"name":"Show","id":"c502d5a6-cd42-40af-96bc-6125da08ce10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/locations/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["locations","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"92f35a7f-5c2c-4fc3-82b3-a2b7edce9664","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/locations/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jul 2024 11:32:45 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"http://generic.packiyo.com/api/v1/locations/1\"\n    },\n    \"data\": {\n        \"type\": \"locations\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"name\": \"A-1\",\n            \"barcode\": \"000035576367\",\n            \"created_at\": \"2024-02-23T17:21:03.000000Z\",\n            \"updated_at\": \"2024-02-23T17:21:08.000000Z\"\n        },\n        \"relationships\": {\n            \"location_products\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/locations/1/location-products\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/location-products\"\n                }\n            },\n            \"warehouse\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/locations/1/warehouse\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/warehouse\"\n                },\n                \"data\": {\n                    \"type\": \"warehouses\",\n                    \"id\": \"1\"\n                }\n            },\n            \"location_type\": {\n                \"links\": {\n                    \"related\": \"http://generic.packiyo.com/api/v1/locations/1/location-type\",\n                    \"self\": \"http://generic.packiyo.com/api/v1/locations/1/relationships/location-type\"\n                },\n                \"data\": null\n            }\n        },\n        \"links\": {\n            \"self\": \"http://generic.packiyo.com/api/v1/locations/1\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"warehouses\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            },\n            \"relationships\": {\n                \"customer\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/customer\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/customer\"\n                    }\n                },\n                \"locations\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/locations\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/locations\"\n                    }\n                },\n                \"contact_information\": {\n                    \"links\": {\n                        \"related\": \"http://generic.packiyo.com/api/v1/warehouses/1/contact-information\",\n                        \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1/relationships/contact-information\"\n                    },\n                    \"data\": {\n                        \"type\": \"contact-informations\",\n                        \"id\": \"3\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"http://generic.packiyo.com/api/v1/warehouses/1\"\n            }\n        },\n        {\n            \"type\": \"contact-informations\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Primary\",\n                \"company_name\": null,\n                \"address\": null,\n                \"address2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip\": null,\n                \"country\": \"US\",\n                \"email\": null,\n                \"phone\": null,\n                \"created_at\": \"2024-02-23T11:46:38.000000Z\",\n                \"updated_at\": \"2024-02-23T11:46:38.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c502d5a6-cd42-40af-96bc-6125da08ce10"}],"id":"04d6b4b8-7563-4946-9de1-50a8cfc95932","description":"<p>It's possible to create, update and delete locations using the API.</p>\n<p>To get stock information for the products the \"location_products.product\" relatioship has to be loaded.</p>\n","_postman_id":"04d6b4b8-7563-4946-9de1-50a8cfc95932","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Packiyo Carrier Integration","item":[{"name":"Index","id":"037bc39c-528e-40fc-8574-f2ba2a36f7dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/external-carrier-credentials","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["external-carrier-credentials"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"037bc39c-528e-40fc-8574-f2ba2a36f7dd"},{"name":"Show","id":"77205d8a-efac-4c69-9b03-e89072e434c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/external-carrier-credentials/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["external-carrier-credentials","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"77205d8a-efac-4c69-9b03-e89072e434c6"},{"name":"Store","id":"38450e20-7c31-43ae-abd2-1ef1e584507c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"external-carrier-credentials\",\n        \"attributes\": {\n            \"reference\": \"ref-002\",\n            \"get_carriers_url\": \"http://myget-carries-link.com\",\n            \"create_shipment_label_url\": \"http://post-shipment-label.com\",\n            \"create_return_label_url\": \"\",\n            \"void_label_url\": \"\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"1\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/external-carrier-credentials","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["external-carrier-credentials"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"38450e20-7c31-43ae-abd2-1ef1e584507c"},{"name":"Update","id":"954322a1-dc66-49ed-8d4c-e0407d00b178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"external-carrier-credentials\",\n        \"id\": \"2\",\n        \"attributes\": {\n            \"get_carriers_url\": \"http://myget-carries-link.com\",\n            \"create_shipment_label_url\": \"http://post-shipment-label.com\",\n            \"void_label_url\": \"\"\n        },\n        \"relationships\": {\n            \"customer\": {\n                \"data\": {\n                    \"type\": \"customers\",\n                    \"id\": \"1\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/external-carrier-credentials/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["external-carrier-credentials","2"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"954322a1-dc66-49ed-8d4c-e0407d00b178"},{"name":"Destroy","id":"2bc48b9c-7778-437f-b278-d4c0c98829da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/external-carrier-credentials/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["external-carrier-credentials","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bc48b9c-7778-437f-b278-d4c0c98829da"}],"id":"a3e65d2f-94e4-4796-8442-02064347ab2b","description":"<p>Packiyo offers seamless integration with external carrier systems. This integration allows for automated label generation, return label creation, and label voiding.</p>\n<h2 id=\"integration-setup\"><strong>Integration Setup</strong></h2>\n<ol>\n<li><p><strong>Registration:</strong></p>\n<ul>\n<li><p>Register your carrier integration within the Packiyo API.</p>\n</li>\n<li><p>During registration, provide the following endpoint URLs:</p>\n<ul>\n<li><p><strong>Get Carriers URL:</strong> Retrieves a list of available carriers and their associated shipping services.</p>\n</li>\n<li><p><strong>Create Shipment Label URL:</strong> Generates a shipping label for a given order.</p>\n</li>\n<li><p><strong>Create Return Label URL:</strong> Generates a return label for an order.</p>\n</li>\n<li><p><strong>Void Label URL:</strong> Voids an existing shipping label.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Initial Carrier Fetch:</strong></p>\n<ul>\n<li><p>Immediately following registration, Packiyo will initiate a GET request to the \"Get Carriers URL\" to populate its carrier database.</p>\n</li>\n<li><p>This process will also occur during nightly carrier refreshes and can be manually triggered by users at any time.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h2 id=\"workflow\"><strong>Workflow</strong></h2>\n<ol>\n<li><p><strong>Shipment Label Creation:</strong> When an order is packed within Packiyo, a POST request is sent to the \"Create Shipment Label URL\" of your carrier system. The response from this endpoint is expected to contain the generated shipping label.</p>\n</li>\n<li><p><strong>Return Label Creation:</strong> For orders requiring a return, Packiyo will send a POST request to the \"Create Return Label URL\" to generate the necessary return label.</p>\n</li>\n<li><p><strong>Label Voiding:</strong> When a shipping label needs to be voided, Packiyo will send a POST request to the \"Void Label URL\" to initiate the voiding process.</p>\n</li>\n</ol>\n<hr />\n<h2 id=\"expected-payloads-returns\">Expected Payloads/ Returns</h2>\n<h2 id=\"get-carriers\"><strong>Get Carriers</strong>:</h2>\n<p>Request method: <strong>GET</strong></p>\n<p>Expected response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": 1,\n        \"name\": \"Carrier 1\",\n        \"carrier_account\": \"internal reference 1\",\n        \"methods\": [\n            {\n                \"name\": \"Service 1\"\n            },\n            {\n                \"name\": \"Service 2\"\n            },\n            {\n                \"name\": \"Service 3\"\n            }\n        ]\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Carrier 2\",\n        \"carrier_account\": \"internal reference 2\",\n        \"methods\": [\n            {\n                \"name\": \"Service 1\"\n            },\n            {\n                \"name\": \"Service 2\"\n            }\n        ]\n    }\n]\n\n</code></pre>\n<hr />\n<h2 id=\"create-shipment-label\">Create Shipment Label</h2>\n<p>Request method: POST</p>\n<p>Request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"shipping_carrier_id\": 1,\n    \"shipping_method\": \"Service 2\",\n    \"order_number\": \"1234\",\n       \"packages\": [\n        {\n            \"number\": 1,\n            \"weight\": 1,\n            \"weight_unit\": \"kg\",\n            \"height\": 10,\n            \"width\": 10,\n            \"length\": 10,\n            \"unit\": \"cm\",\n            \"order_lines\": [\n                {\n                    \"sku\": \"component-1\",\n                    \"description\": \"Kit Component 1\",\n                    \"quantity\": 10,\n                    \"hs_code\": \"string\",\n                    \"country_of_origin\": \"US\",\n                    \"unit_price\": 0,\n                    \"currency\": \"EUR\",\n                    \"weight\": 2,\n                    \"weight_unit\": \"kg\"\n                },\n                {\n                    \"sku\": \"component-2\",\n                    \"description\": \"Kit Component 2\",\n                    \"quantity\": 15,\n                    \"hs_code\": \"string\",\n                    \"country_of_origin\": \"US\",\n                    \"unit_price\": 0,\n                    \"currency\": \"EUR\",\n                    \"weight\": 3,\n                    \"weight_unit\": \"kg\"\n                }\n            ]\n        },\n        {\n            \"number\": 2,\n            \"weight\": 1,\n            \"weight_unit\": \"kg\",\n            \"height\": 10,\n            \"width\": 10,\n            \"length\": 10,\n            \"unit\": \"cm\",\n            \"order_lines\": [\n                {\n                    \"sku\": \"component-3\",\n                    \"description\": \"Kit Component 3\",\n                    \"quantity\": 10,\n                    \"hs_code\": null,\n                    \"country_of_origin\": null,\n                    \"unit_price\": 0,\n                    \"currency\": \"EUR\",\n                    \"weight\": 0,\n                    \"weight_unit\": \"kg\"\n                },\n                {\n                    \"sku\": \"component-4\",\n                    \"description\": \"Kit Component 4\",\n                    \"quantity\": 15,\n                    \"hs_code\": null,\n                    \"country_of_origin\": null,\n                    \"unit_price\": 0,\n                    \"currency\": \"EUR\",\n                    \"weight\": 0,\n                    \"weight_unit\": \"kg\"\n                }\n            ]\n        }\n    ],\n    \"sender_address\": {\n        \"name\": \"Packiyo\",\n        \"company_name\": null,\n        \"company_number\": null,\n        \"address_1\": \"4647 Marietta Street\",\n        \"address_2\": null,\n        \"zip\": \"95409\",\n        \"city\": \"Santa Rosa\",\n        \"country_code\": \"US\",\n        \"state\": \"CA\",\n        \"phone\": \"11223344556\",\n        \"email\": \"setup@packiyo.com\"\n    },\n    \"delivery_address\": {\n        \"name\": \"John Doe\",\n        \"company_name\": null,\n        \"company_number\": null,\n        \"address_1\": \"1015 Philli Lane\",\n        \"address_2\": null,\n        \"zip\": \"74116\",\n        \"city\": \"Tulsa\",\n        \"country_code\": \"US\",\n        \"state\": \"OK\",\n        \"phone\": \"11223344556\",\n        \"email\": \"setup@packiyo.com\"\n    }\n}\n\n</code></pre>\n<p>Expected response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"1234\",\n    \"total_cost\": 0,\n    \"labels\": [\n        {\n            \"package_number\": 1,\n            \"label_url\": \"http://shipping-label-1-url.pdf\",\n            \"cost\": 0,\n            \"tracking_links\": {\n                \"number\": \"1234--172807432632\",\n                \"link\": \"\"\n            }\n        },\n        {\n            \"package_number\": 2,\n            \"label_url\": \"http://shipping-label-2-url.pdf\",\n            \"cost\": 0,\n            \"tracking_links\": {\n                \"number\": \"1234--172807432846\",\n                \"link\": \"\"\n            }\n        }\n    ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"create-return-labels\">Create Return Labels:</h2>\n<p>Request method: POST</p>\n<p>Request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"shipping_carrier_id\": 2,\n    \"shipping_method\": \"common shipping method\",\n    \"order_number\": \"1234\",\n       \"packages\": [\n        {\n            \"number\": 1,\n            \"weight\": 1,\n            \"weight_unit\": \"kg\",\n            \"height\": 10,\n            \"width\": 10,\n            \"length\": 10,\n            \"unit\": \"cm\",\n            \"order_lines\": [\n                {\n                    \"sku\": \"component-1\",\n                    \"description\": \"Kit Component 1\",\n                    \"quantity\": 10,\n                    \"hs_code\": \"string\",\n                    \"country_of_origin\": \"US\",\n                    \"unit_price\": 0,\n                    \"currency\": \"EUR\",\n                    \"weight\": 2,\n                    \"weight_unit\": \"kg\"\n                },\n                {\n                    \"sku\": \"component-2\",\n                    \"description\": \"Kit Component 2\",\n                    \"quantity\": 15,\n                    \"hs_code\": \"string\",\n                    \"country_of_origin\": \"US\",\n                    \"unit_price\": 0,\n                    \"currency\": \"EUR\",\n                    \"weight\": 3,\n                    \"weight_unit\": \"kg\"\n                }\n            ]\n        },\n        {\n            \"number\": 2,\n            \"weight\": 1,\n            \"weight_unit\": \"kg\",\n            \"height\": 10,\n            \"width\": 10,\n            \"length\": 10,\n            \"unit\": \"cm\",\n            \"order_lines\": [\n                {\n                    \"sku\": \"component-3\",\n                    \"description\": \"Kit Component 3\",\n                    \"quantity\": 10,\n                    \"hs_code\": null,\n                    \"country_of_origin\": null,\n                    \"unit_price\": 0,\n                    \"currency\": \"EUR\",\n                    \"weight\": 0,\n                    \"weight_unit\": \"kg\"\n                },\n                {\n                    \"sku\": \"component-4\",\n                    \"description\": \"Kit Component 4\",\n                    \"quantity\": 15,\n                    \"hs_code\": null,\n                    \"country_of_origin\": null,\n                    \"unit_price\": 0,\n                    \"currency\": \"EUR\",\n                    \"weight\": 0,\n                    \"weight_unit\": \"kg\"\n                }\n            ]\n        }\n    ],\n    \"sender_address\": {\n        \"name\": \"John Doe\",\n        \"company_name\": null,\n        \"company_number\": null,\n        \"address_1\": \"1015 Philli Lane\",\n        \"address_2\": null,\n        \"zip\": \"74116\",\n        \"city\": \"Tulsa\",\n        \"country_code\": \"US\",\n        \"state\": \"OK\",\n        \"phone\": \"11223344556\",\n        \"email\": \"setup@packiyo.com\"\n    },\n    \"delivery_address\": {\n        \"name\": \"Packiyo\",\n        \"company_name\": null,\n        \"company_number\": null,\n        \"address_1\": \"4647 Marietta Street\",\n        \"address_2\": null,\n        \"zip\": \"95409\",\n        \"city\": \"Santa Rosa\",\n        \"country_code\": \"US\",\n        \"state\": \"CA\",\n        \"phone\": \"11223344556\",\n        \"email\": \"setup@packiyo.com\"\n    }\n}\n\n</code></pre>\n<p>Expected response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"1234\",\n    \"total_cost\": 0,\n    \"labels\": [\n        {\n            \"package_number\": 1,\n            \"label_url\": \"http://return-label-1-url.pdf\",\n            \"cost\": 0,\n            \"tracking_links\": {\n                \"number\": \"1234--172807453378\",\n                \"link\": \"https://tracking.co/123456\"\n            }\n        },\n        {\n            \"package_number\": 2,\n            \"label_url\": \"http://return-label-2-url.pdf\",\n            \"cost\": 0,\n            \"tracking_links\": {\n                \"number\": \"1234--172807453460\",\n                \"link\": \"https://tracking.co/1234567\"\n            }\n        }\n    ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"void-label-url\">Void Label URL</h2>\n<p>Request method: POST</p>\n<p>Request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"1234\",\n    \"shipping_carrier_id\": 2,\n    \"tracking_numbers\": [\n        {\n            \"number\": \"1234--172807432632\"                         \n        },\n        {\n            \"number\": \"1234--172807453460\"\n        }\n    ]\n}\n\n</code></pre>\n<p>Expected response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"1234\",\n    \"tracking_numbers\": [\n        {\n            \"number\": \"1234--172807432632\",\n            \"message\": {\n                \"headers\": {},\n                \"original\": \"Order cancelled\",\n                \"exception\": null\n            }\n        },\n        {\n            \"number\": \"1234--172807432846\",\n            \"message\": {\n                \"headers\": {},\n                \"original\": \"Order cancelled\",\n                \"exception\": null\n            }\n        }\n    ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"rate-shopping\">Rate Shopping</h2>\n<p>Packiyo supports rate shopping for external carrier integrations, allowing customers to view real-time shipping rates during the packing process.</p>\n<h3 id=\"setup\"><strong>Setup</strong></h3>\n<p>To enable rate shopping for your carrier integration:</p>\n<ol>\n<li><p><strong>Configure Rating URL:</strong></p>\n<ul>\n<li><p>When creating or updating an external carrier credential, provide a <code>rating_url</code> endpoint</p>\n</li>\n<li><p>This URL will be called by Packiyo to retrieve available shipping rates</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"workflow-1\"><strong>Workflow</strong></h3>\n<ol>\n<li><p><strong>Rate Request:</strong> During the packing process, when a user requests shipping rates, Packiyo sends a POST request to your <code>rating_url</code> endpoint with shipment details</p>\n</li>\n<li><p><strong>Rate Response:</strong> Your integration should return available rates for the shipment</p>\n</li>\n</ol>\n<h3 id=\"expected-payloadsreturns\"><strong>Expected Payloads/Returns</strong></h3>\n<p><strong>Get Rates</strong></p>\n<p>Request method: <strong>POST</strong></p>\n<p>Request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"shipment\": {\n        \"to_address\": {\n            \"name\": \"John Doe\",\n            \"company\": \"Customer Company\",\n            \"street1\": \"456 Customer Ave\",\n            \"street2\": \"Apt 5\",\n            \"city\": \"Los Angeles\",\n            \"state\": \"CA\",\n            \"zip\": \"67890\",\n            \"country\": \"US\",\n            \"phone\": \"+0987654321\",\n            \"email\": \"customer@example.com\",\n            \"verify\": [\"delivery\"]\n        },\n        \"from_address\": {\n            \"name\": \"Warehouse Name\",\n            \"company\": \"My Company\",\n            \"street1\": \"123 Warehouse St\",\n            \"street2\": \"Suite 100\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"zip\": \"12345\",\n            \"country\": \"US\",\n            \"phone\": \"+1234567890\",\n            \"email\": \"warehouse@example.com\"\n        },\n        \"parcel\": {\n            \"weight\": 5.5,\n            \"weight_unit\": \"kg\",\n            \"height\": 10,\n            \"width\": 15,\n            \"length\": 20,\n            \"unit\": \"cm\"\n        }\n    }\n}\n\n</code></pre>\n<p>Expected response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"rates\": [\n        {\n            \"carrier_account_id\": 123,\n            \"service\": \"Ground\",\n            \"rate\": 12.50,\n            \"currency\": \"USD\",\n            \"delivery_days\": 3\n        },\n        {\n            \"carrier_account_id\": 123,\n            \"service\": \"2Day\",\n            \"rate\": 18.75,\n            \"currency\": \"USD\",\n            \"delivery_days\": 2\n        },\n        {\n            \"carrier_account_id\": 123,\n            \"service\": \"Express\",\n            \"rate\": 25.00,\n            \"currency\": \"USD\",\n            \"delivery_days\": 1\n        }\n    ],\n    \"messages\": [\n        {\n            \"carrier_account_id\": 456,\n            \"type\": \"error\",\n            \"message\": \"Service unavailable for this destination\"\n        }\n    ]\n}\n\n</code></pre>\n<h3 id=\"response-field-descriptions\"><strong>Response Field Descriptions</strong></h3>\n<p><strong>rates</strong> array:</p>\n<ul>\n<li><p><code>carrier_account_id</code> (integer, <strong>required</strong>): The external carrier ID</p>\n</li>\n<li><p><code>service</code> (string, <strong>required</strong>): Shipping service/method name (e.g., \"Ground\", \"Express\", \"2Day\")</p>\n</li>\n<li><p><code>rate</code> (number, <strong>required</strong>): Shipping cost</p>\n</li>\n<li><p><code>currency</code> (string, <strong>required</strong>): Currency code (e.g., \"USD\", \"EUR\")</p>\n</li>\n<li><p><code>delivery_days</code> (integer, optional): Estimated delivery time in days</p>\n</li>\n</ul>\n<p><strong>messages</strong> array (optional):</p>\n<ul>\n<li><p><code>carrier_account_id</code> (integer, <strong>required</strong>): The external carrier ID</p>\n</li>\n<li><p><code>type</code> (string, <strong>required</strong>): Message type (typically \"error\")</p>\n</li>\n<li><p><code>message</code> (string, <strong>required</strong>): Error or informational message to display to the user</p>\n</li>\n</ul>\n","_postman_id":"a3e65d2f-94e4-4796-8442-02064347ab2b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Printable Links","item":[{"name":"Store","id":"117c2539-9d3f-4054-a5b0-0f7b3adfb58b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"links\",\n        \"attributes\": {\n            \"name\" : \"my link name\",\n            \"url\": \"http://my-printable-link.com\",\n            \"is_printable\": true,\n            \"printer_type\": \"label_printer\"\n        },\n        \"relationships\": {\n            \"shipment\": {\n                \"data\": {\n                    \"type\": \"shipments\",\n                    \"id\": \"1\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/links","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["links"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"117c2539-9d3f-4054-a5b0-0f7b3adfb58b"},{"name":"Index","id":"1f2adb20-7aa1-45d3-88cf-ee721a0e9d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/links","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["links"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f2adb20-7aa1-45d3-88cf-ee721a0e9d1e"},{"name":"Show","id":"3ebabd97-751c-4e7b-b5ae-e1ce1cdd3da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://generic.packiyo.com/api/v1/links/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["links","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ebabd97-751c-4e7b-b5ae-e1ce1cdd3da0"}],"id":"15b4e76e-346b-44a6-8e1e-4d45fe877256","description":"<p>You can attach links to the order shipments, which will be accessible on the orders page under the shipment section. Additionally, you can specify whether the links should be printed on a designated printer type.</p>\n<ul>\n<li><p><strong>\"name\"</strong>: The name that will be displayed in the shipment.</p>\n</li>\n<li><p><strong>\"url\"</strong>: The URL containing the content.</p>\n</li>\n<li><p><strong>\"is_printable\"</strong>: Indicates whether this link should be printed (true or false).</p>\n</li>\n<li><p><strong>\"printer_type\"</strong>: Specifies the printer type (\"label_printer\", \"barcode_printer\", \"slip_printer\").</p>\n</li>\n</ul>\n<h1 id=\"sample-printable-links-payload\">Sample Printable Links payload</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"type\": \"links\",\n        \"attributes\": {\n            \"name\" : \"my link name\",\n            \"url\": \"http://my-printable-link.com\",\n            \"is_printable\": true,\n            \"printer_type\": \"label_printer\"\n        },\n        \"relationships\": {\n            \"shipment\": {\n                \"data\": {\n                    \"type\": \"shipments\",\n                    \"id\": \"1\"\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n","_postman_id":"15b4e76e-346b-44a6-8e1e-4d45fe877256","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Shipments","item":[{"name":"Shipments","id":"8cd84e88-ea05-4765-9c3d-7482d056111b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/shipments","urlObject":{"path":["shipments"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"55d2927a-5379-45af-a24b-ff8b22021bc6","name":"Shipments","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2024 16:56:45 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35998"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"shipments\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"status_text\": \"Voided\",\n                \"cost\": \"2.99\",\n                \"created_at\": \"2024-11-21T14:13:29.000000Z\",\n                \"updated_at\": \"2024-11-26T16:06:29.000000Z\",\n                \"voided_at\": \"2024-11-21T18:59:06.000000Z\"\n            },\n            \"relationships\": {\n                \"links\": {\n                    \"data\": []\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"8cd84e88-ea05-4765-9c3d-7482d056111b"},{"name":"Update","id":"4fdd0de3-0c6e-4489-9e29-d7d5932b9419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jsonapi\": {\r\n        \"version\": \"1.0\"\r\n    },\r\n    \"data\": {\r\n        \"type\": \"shipments\",\r\n        \"id\": \"1\",\r\n        \"relationships\": {\r\n            \"shipping_method\": {\r\n                \"data\": {\r\n                    \"type\": \"shipping-methods\",\r\n                    \"id\": \"3\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/shipments/1?include=shipping_method","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["shipments","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[{"key":"include","value":"shipping_method"}],"variable":[]}},"response":[{"id":"a673e53f-61b9-4717-a3a6-6ba19b96e392","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jsonapi\": {\r\n        \"version\": \"1.0\"\r\n    },\r\n    \"data\": {\r\n        \"type\": \"shipments\",\r\n        \"id\": \"1\",\r\n        \"relationships\": {\r\n            \"shipping_method\": {\r\n                \"data\": {\r\n                    \"type\": \"shipping-methods\",\r\n                    \"id\": \"3\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://generic.packiyo.com/api/v1/shipments/1?include=shipping_method","host":["https://generic.packiyo.com/api/v1"],"path":["shipments","1"],"query":[{"key":"include","value":"shipping_method"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:19:16 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": {\n        \"type\": \"shipments\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"status_text\": \"Voided\",\n            \"cost\": \"2.99\",\n            \"created_at\": \"2024-11-21T14:13:29.000000Z\",\n            \"updated_at\": \"2024-11-26T16:06:29.000000Z\",\n            \"voided_at\": \"2024-11-21T18:59:06.000000Z\"\n        },\n        \"relationships\": {\n            \"shipping_method\": {\n                \"data\": {\n                    \"type\": \"shipping-methods\",\n                    \"id\": \"3\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Air\",\n                \"created_at\": \"2024-11-11T16:50:15.000000Z\",\n                \"updated_at\": \"2024-11-11T16:50:15.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4fdd0de3-0c6e-4489-9e29-d7d5932b9419"},{"name":"Void Shipments","id":"17925544-59e4-42c0-bae9-f68b5976aa49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost/api/v1/shipments/1/void","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"protocol":"http","path":["api","v1","shipments","1","void"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e740779a-e7df-4615-b049-22c2758ca5f8","name":"Void Shipments","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost/api/v1/shipments/1/void"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Nov 2024 18:59:06 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": {\n        \"type\": \"shipments\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"status_text\": \"Voided\",\n            \"cost\": \"0.00\",\n            \"created_at\": \"2024-11-21T14:13:29.000000Z\",\n            \"updated_at\": \"2024-11-21T18:59:06.000000Z\",\n            \"voided_at\": \"2024-11-21T18:59:06.000000Z\"\n        },\n        \"relationships\": {\n            \"shipment_trackings\": {\n                \"data\": [\n                    {\n                        \"type\": \"shipment-trackings\",\n                        \"id\": \"1\"\n                    }\n                ]\n            },\n            \"shipment_labels\": {\n                \"data\": [\n                    {\n                        \"type\": \"shipment-labels\",\n                        \"id\": \"1\"\n                    }\n                ]\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"shipment-trackings\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"tracking_number\": \"TN-240751\",\n                \"tracking_url\": \"http://hintz.net/tempora-magni-voluptate-quam-molestiae-vero-corrupti-consequuntur\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-11-21T14:13:29.000000Z\",\n                \"updated_at\": \"2024-11-21T14:13:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipment-labels\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"size\": \"4x6\",\n                \"url\": \"http://generic.packiyo.com/shipment/1/label/1\",\n                \"document_type\": \"pdf\",\n                \"type\": \"shipping\",\n                \"created_at\": \"2024-11-21T14:13:29.000000Z\",\n                \"updated_at\": \"2024-11-21T14:13:29.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"17925544-59e4-42c0-bae9-f68b5976aa49"}],"id":"134db680-fb01-45ed-961e-dbbb259501b1","_postman_id":"134db680-fb01-45ed-961e-dbbb259501b1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Shipping Methods","item":[{"name":"Index","id":"c84d1135-67d4-4ea0-bdce-5207d64bb9db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/shipping-methods","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["shipping-methods"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cc228289-c536-4b84-a08a-a14e92f71c8c","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"https://generic.packiyo.com/api/v1/shipping-methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:26:59 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Priority Mail\",\n                \"created_at\": \"2024-11-11T15:45:48.000000Z\",\n                \"updated_at\": \"2024-11-11T15:45:48.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Ground\",\n                \"created_at\": \"2024-11-11T16:50:11.000000Z\",\n                \"updated_at\": \"2024-11-11T16:50:11.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Air\",\n                \"created_at\": \"2024-11-11T16:50:15.000000Z\",\n                \"updated_at\": \"2024-11-11T16:50:15.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Ground\",\n                \"created_at\": \"2024-11-11T16:50:25.000000Z\",\n                \"updated_at\": \"2024-11-11T16:50:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Air\",\n                \"created_at\": \"2024-11-11T16:50:25.000000Z\",\n                \"updated_at\": \"2024-11-11T16:50:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Express\",\n                \"created_at\": \"2024-11-11T16:50:25.000000Z\",\n                \"updated_at\": \"2024-11-11T16:50:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Air\",\n                \"created_at\": \"2024-11-11T16:50:25.000000Z\",\n                \"updated_at\": \"2024-11-11T16:50:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Air\",\n                \"created_at\": \"2024-11-11T16:50:25.000000Z\",\n                \"updated_at\": \"2024-11-11T16:50:25.000000Z\"\n            }\n        },\n        {\n            \"type\": \"shipping-methods\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Ground\",\n                \"created_at\": \"2024-11-21T14:13:29.000000Z\",\n                \"updated_at\": \"2024-11-21T14:13:29.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c84d1135-67d4-4ea0-bdce-5207d64bb9db"},{"name":"Show","id":"f76d0dff-819b-4e59-aeab-c793e4df767c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"https://generic.packiyo.com/api/v1/shipping-methods/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["shipping-methods","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"2551683d-9cd8-484f-bad4-74086a8fd9da","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"https://generic.packiyo.com/api/v1/shipping-methods/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:28:58 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"36000"},{"key":"X-RateLimit-Remaining","value":"35999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": {\n        \"type\": \"shipping-methods\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"name\": \"Priority Mail\",\n            \"created_at\": \"2024-11-11T15:45:48.000000Z\",\n            \"updated_at\": \"2024-11-11T15:45:48.000000Z\"\n        }\n    }\n}"}],"_postman_id":"f76d0dff-819b-4e59-aeab-c793e4df767c"}],"id":"4f8bbaa4-95bd-48b4-80eb-a6a9108817e1","_postman_id":"4f8bbaa4-95bd-48b4-80eb-a6a9108817e1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Suppliers","item":[{"name":"Index","id":"585b91e2-9584-46e0-80e4-ef45348f3718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://generic.packiyo.com/api/v1/api/v1/suppliers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["api","v1","suppliers"],"host":["https://generic.packiyo.com/api/v1"],"query":[{"disabled":true,"key":"include","value":"contact_information"}],"variable":[]}},"response":[],"_postman_id":"585b91e2-9584-46e0-80e4-ef45348f3718"},{"name":"Store","id":"49217ef6-366f-4910-aab1-8578d56f7f99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"suppliers\",\n        \"attributes\": {\n            \"currency\": \"USD\",\n            \"internal_note\": \"this is an internal note\",\n            \"default_purchase_order_note\": \"this is an internal note\",\n            \"contact_information_data\": {\n                \"name\": \"test\",\n                \"company_name\": \"test\",\n                \"address\": \"test\",\n                \"city\": \"test\",\n                \"state\": \"test\",\n                \"zip\": \"00000000\",\n                \"email\": \"test@packiyo.com\"\n            },\n            \"customer_id\": 1\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/api/v1/suppliers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["api","v1","suppliers"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"49217ef6-366f-4910-aab1-8578d56f7f99"},{"name":"Update","id":"70e779e4-e5c3-45ae-9c9c-81f05d917350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"suppliers\",\n        \"id\":\"1\",\n        \"attributes\": {\n            \"currency\": \"USD\",\n            \"internal_note\": \"BS\",\n            \"default_purchase_order_note\": \"this is an internal note \",\n            \"contact_information_data\": {\n                \"name\": \"test\",\n                \"company_name\": \"test\",\n                \"address\": \"test\",\n                \"city\": \"test\",\n                \"state\": \"test\",\n                \"zip\": \"00000000\",\n                \"email\": \"test@packiyo.com\"\n            },\n            \"customer_id\": 1\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://generic.packiyo.com/api/v1/api/v1/suppliers/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["api","v1","suppliers","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"70e779e4-e5c3-45ae-9c9c-81f05d917350"},{"name":"Update Copy","id":"50359073-3cb9-4b26-a023-c6203ba2e25d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://generic.packiyo.com/api/v1/api/v1/suppliers/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["api","v1","suppliers","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"50359073-3cb9-4b26-a023-c6203ba2e25d"}],"id":"5dbf6a8d-77e1-4daa-833e-c281d8fcd98c","description":"<h1 id=\"supplier-schema-documentation\">Supplier Schema Documentation</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>Before working with suppliers, you should understand the relationship between suppliers and customers. Each supplier must be associated with a customer in the system. This ensures proper organization and access control for supplier data.</p>\n<p>Suppliers represent entities from which your business can purchase inventory. Each supplier has contact information and can be set up with default settings for purchase orders.</p>\n<h2 id=\"schema-structure\">Schema Structure</h2>\n<p>The supplier resource includes the following fields:</p>\n<ul>\n<li><p><code>id</code> - Unique identifier for the supplier</p>\n</li>\n<li><p><code>contact_information</code> - Relationship to the supplier's contact details</p>\n</li>\n<li><p><code>customer</code> - Relationship to the customer that owns this supplier</p>\n</li>\n<li><p><code>currency</code> - The currency used for transactions with this supplier</p>\n</li>\n<li><p><code>internal_note</code> - Notes visible only to internal staff</p>\n</li>\n<li><p><code>default_purchase_order_note</code> - Default text to include on purchase orders</p>\n</li>\n<li><p><code>customer_id</code> - ID of the associated customer</p>\n</li>\n<li><p><code>createdAt</code> - Timestamp when the supplier was created (read-only)</p>\n</li>\n<li><p><code>updatedAt</code> - Timestamp when the supplier was last updated (read-only)</p>\n</li>\n<li><p><code>deletedAt</code> - Timestamp when the supplier was deleted, if applicable (read-only)</p>\n</li>\n</ul>\n<h2 id=\"available-filters\">Available Filters</h2>\n<p>The following filters can be used when retrieving suppliers:</p>\n<ul>\n<li><p><code>id</code> - Filter by supplier ID</p>\n</li>\n<li><p><code>createdAt</code> - Filter by exact creation date</p>\n</li>\n<li><p><code>updatedAt</code> - Filter by exact update date</p>\n</li>\n<li><p><code>deletedAt</code> - Filter by exact deletion date</p>\n</li>\n<li><p><code>createdAtFrom</code> - Filter by creation date greater than or equal to specified date</p>\n</li>\n<li><p><code>createdAtTo</code> - Filter by creation date less than or equal to specified date</p>\n</li>\n<li><p><code>updatedAtFrom</code> - Filter by update date greater than or equal to specified date</p>\n</li>\n<li><p><code>updatedAtTo</code> - Filter by update date less than or equal to specified date</p>\n</li>\n<li><p><code>deletedAtFrom</code> - Filter by deletion date greater than or equal to specified date</p>\n</li>\n<li><p><code>deletedAtTo</code> - Filter by deletion date less than or equal to specified date</p>\n</li>\n</ul>\n<h2 id=\"pagination\">Pagination</h2>\n<p>The supplier resource supports pagination using the standard page-based approach, with page number and size parameters.</p>\n<h2 id=\"examples\">Examples</h2>\n<p>When creating a supplier, you must include the customer relationship:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{  \"data\": {    \"type\": \"suppliers\",    \"attributes\": {      \"currency\": \"USD\",      \"internal_note\": \"Reliable vendor for electronics\",      \"default_purchase_order_note\": \"Please ship to Warehouse A\"    },    \"relationships\": {      \"customer\": {        \"data\": {          \"type\": \"customers\",          \"id\": \"123\"        }      },      \"contact_information\": {        \"data\": {          \"type\": \"contact-information\",          \"id\": \"456\"        }      }    }  }}\n\n</code></pre>","_postman_id":"5dbf6a8d-77e1-4daa-833e-c281d8fcd98c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}},{"name":"Warehouses","item":[{"name":"Index","id":"95c06740-1e63-4d08-ac2b-cfd5e5cee791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://generic.packiyo.com/api/v1/warehouses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["warehouses"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"95c06740-1e63-4d08-ac2b-cfd5e5cee791"},{"name":"Show","id":"b4be46aa-ee19-4664-b454-2c3e3e23c3a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://generic.packiyo.com/api/v1/warehouses/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}},"urlObject":{"path":["warehouses","1"],"host":["https://generic.packiyo.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4be46aa-ee19-4664-b454-2c3e3e23c3a8"}],"id":"ebf72c81-49fb-430f-9124-612ac1e3977f","description":"<h1 id=\"warehouse-schema-documentation\">Warehouse Schema Documentation</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>Warehouses are physical locations where inventory is stored, orders are fulfilled, and operations take place. Every warehouse in the system must be associated with a customer, which helps maintain proper data organization and access control.</p>\n<p>A warehouse requires contact information including physical address details which are essential for shipping operations and inventory management.</p>\n<h2 id=\"schema-structure\">Schema Structure</h2>\n<p>The warehouse resource includes the following fields:</p>\n<ul>\n<li><p><code>id</code> - Unique identifier for the warehouse</p>\n</li>\n<li><p><code>customer</code> - Relationship to the customer that owns this warehouse (read-only on update)</p>\n</li>\n<li><p><code>locations</code> - Relationship to the locations within this warehouse (read-only)</p>\n</li>\n<li><p><code>contact_information</code> - Relationship to the contact details and address of the warehouse (read-only)</p>\n</li>\n<li><p><code>created_at</code> - Timestamp when the warehouse was created (read-only)</p>\n</li>\n<li><p><code>updated_at</code> - Timestamp when the warehouse was last updated (read-only)</p>\n</li>\n</ul>\n<h2 id=\"available-filters\">Available Filters</h2>\n<p>The following filters can be used when retrieving warehouses:</p>\n<ul>\n<li><p><code>id</code> - Filter by warehouse ID</p>\n</li>\n<li><p><code>customer</code> - Filter by customer ID(s), separated by commas</p>\n</li>\n</ul>\n<h2 id=\"relationships\">Relationships</h2>\n<p>Warehouses have several important relationships:</p>\n<ul>\n<li><p><code>customer</code> - The customer that owns the warehouse (one-to-many)</p>\n</li>\n<li><p><code>locations</code> - The physical locations within the warehouse (one-to-many)</p>\n</li>\n<li><p><code>contact_information</code> - The address and contact details for the warehouse (one-to-one)</p>\n</li>\n</ul>\n<h2 id=\"usage\">Usage</h2>\n<p>Warehouses are a core part of logistics operations. They are referenced by orders, shipments, inventory, and many other resources in the system. When working with these resources, you'll often need to specify which warehouse they're associated with.</p>\n<p>For example, when managing inventory, you need to know which warehouse the inventory is located in. Similarly, when shipping orders, you need to know which warehouse the order will be fulfilled from.</p>\n","_postman_id":"ebf72c81-49fb-430f-9124-612ac1e3977f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]},"isInherited":true,"source":{"_postman_id":"2a0902b0-c312-4750-a4c0-3c00564ace07","id":"2a0902b0-c312-4750-a4c0-3c00564ace07","name":"Packiyo Public API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]}},"event":[{"listen":"prerequest","script":{"id":"c9822862-d359-4fe8-81ec-4245c065184d","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"4a7747a4-a2e5-49f1-9794-f206fab626fe","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"baseurl","value":"https://generic.packiyo.com/api/v1"},{"key":"token","value":"1|8OJab6PzTB1J225UqMSQQLheghETgq56pCvHMSIb"}]}